Skip to content

Commit

Permalink
Add comment about replacing pdp-base-minimal tag with new release onc…
Browse files Browse the repository at this point in the history
…e it's created
  • Loading branch information
eyvorchuk committed Jun 28, 2024
1 parent 9d72ffe commit 56ea346
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pcic/pdp-base-minimal-unsafe:pdp-python3
FROM pcic/pdp-base-minimal-unsafe:pdp-python3 # Replace with new release tag when this branch of pdp-docker has been merged

COPY ./ ${USER_DIR}

Expand Down
4 changes: 2 additions & 2 deletions docker/local-run/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pcic/pdp-base-minimal:pdp-python3
FROM pcic/pdp-base-minimal:pdp-python3 # Replace with new release tag when this branch of pdp-docker has been merged
LABEL Maintainer="Rod Glover <[email protected]>"

USER root
Expand All @@ -18,4 +18,4 @@ ADD *requirements.txt /codebase/

RUN pip3 install -r requirements.txt -r test_requirements.txt -r deploy_requirements.txt

ENTRYPOINT ./docker/local-run/entrypoint.sh
ENTRYPOINT ./docker/local-run/entrypoint.sh
2 changes: 1 addition & 1 deletion docker/local-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pcic/pdp-base-minimal:pdp-python3
FROM pcic/pdp-base-minimal:pdp-python3 # Replace with new release tag when this branch of pdp-docker has been merged

USER root
# TODO: Move into pdp-base-minimal?
Expand Down
2 changes: 1 addition & 1 deletion docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Dockerfile to run the PCIC data portal #
############################################

FROM pcic/pdp-base-minimal:pdp-python3
FROM pcic/pdp-base-minimal:pdp-python3 # Replace with new release tag when this branch of pdp-docker has been merged
LABEL Maintainer="James Hiebert <[email protected]>"

USER root
Expand Down

0 comments on commit 56ea346

Please sign in to comment.