Merge "Stop building an explicit nodepool-base image"
This commit is contained in:
commit
acf038aef4
@ -177,9 +177,6 @@
|
|||||||
description: Build Docker images.
|
description: Build Docker images.
|
||||||
vars: &nodepool_image_vars
|
vars: &nodepool_image_vars
|
||||||
docker_images:
|
docker_images:
|
||||||
- context: .
|
|
||||||
repository: zuul/nodepool-base
|
|
||||||
target: nodepool-base
|
|
||||||
- context: .
|
- context: .
|
||||||
repository: zuul/nodepool
|
repository: zuul/nodepool
|
||||||
target: nodepool
|
target: nodepool
|
||||||
|
@ -18,16 +18,14 @@ FROM opendevorg/python-builder as builder
|
|||||||
COPY . /tmp/src
|
COPY . /tmp/src
|
||||||
RUN assemble
|
RUN assemble
|
||||||
|
|
||||||
FROM opendevorg/python-base as nodepool-base
|
FROM opendevorg/python-base as nodepool
|
||||||
|
|
||||||
COPY --from=builder /output/ /output
|
COPY --from=builder /output/ /output
|
||||||
RUN /output/install-from-bindep
|
RUN /output/install-from-bindep
|
||||||
|
|
||||||
FROM nodepool-base as nodepool
|
|
||||||
CMD ["/usr/local/bin/nodepool"]
|
CMD ["/usr/local/bin/nodepool"]
|
||||||
|
|
||||||
FROM nodepool-base as nodepool-launcher
|
FROM nodepool as nodepool-launcher
|
||||||
CMD ["/usr/local/bin/nodepool-launcher"]
|
CMD ["/usr/local/bin/nodepool-launcher"]
|
||||||
|
|
||||||
FROM nodepool-base as nodepool-builder
|
FROM nodepool as nodepool-builder
|
||||||
CMD ["/usr/local/bin/nodepool-builder"]
|
CMD ["/usr/local/bin/nodepool-builder"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user