From 2bda625384a08f2934b8f4d5ec131480cd47240b Mon Sep 17 00:00:00 2001 From: Drini Cami Date: Fri, 6 Dec 2024 15:35:16 -0500 Subject: [PATCH] Fix Jenkins oldev build Jenkins rebuilds the oldev image when pip dependencies change, so it needs to be able to set the nexus URL for package repos in the build. --- docker/Dockerfile.oldev | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker/Dockerfile.oldev b/docker/Dockerfile.oldev index ecd1986257d2..3addcbaacb48 100644 --- a/docker/Dockerfile.oldev +++ b/docker/Dockerfile.oldev @@ -1,4 +1,10 @@ FROM openlibrary/olbase:latest + +# Allow for nexus overrides +ARG PIP_INDEX_URL +ARG NPM_CONFIG_REGISTRY +ARG HTTPS_PROXY + WORKDIR /openlibrary COPY --chown=openlibrary:openlibrary requirements*.txt ./