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