From c3ea135eaa25bd1574478c7b4a8f59d1b7794db6 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 18 Jan 2023 16:47:18 -0800 Subject: 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 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1