summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2023-01-18 16:47:18 -0800
committerJames E. Blair <jim@acmegating.com>2023-02-13 15:50:37 -0800
commitc3ea135eaa25bd1574478c7b4a8f59d1b7794db6 (patch)
treead5dadeb47328b83c60b77577ffa6e4c056c2487
parentc6b98116f5c1542bd488ab2a09a05e7b9c2aa5c6 (diff)
downloadzuul-c3ea135eaa25bd1574478c7b4a8f59d1b7794db6.tar.gz
Add PBR_VERSION argument to Dockerfile
This allows the use of the PBR_VERSION environment variable when building container imasges. This facilitates custom version numbers with builds. Change-Id: Ib0156836285a798ebe184691d109301bdf751efb
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 5a17739f0..df326bd8a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,6 +29,7 @@ ARG REACT_APP_ENABLE_SERVICE_WORKER
# Kubectl/Openshift version/sha
ARG OPENSHIFT_URL=https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.11.20/openshift-client-linux-4.11.20.tar.gz
ARG OPENSHIFT_SHA=74f252c812932425ca19636b2be168df8fe57b114af6b114283975e67d987d11
+ARG PBR_VERSION=
COPY . /tmp/src
COPY --from=js-builder /tmp/src/build /tmp/src/zuul/web/static