Skip to content

Commit

Permalink
Move Dockerfile comments to own line
Browse files Browse the repository at this point in the history
  • Loading branch information
eyvorchuk committed Jun 28, 2024
1 parent 56ea346 commit b818f9e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docker/ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM pcic/pdp-base-minimal-unsafe:pdp-python3 # Replace with new release tag when this branch of pdp-docker has been merged
# TODO: Replace pdp-base-minimal tag with new release tag when this branch of pdp-docker has been merged
FROM pcic/pdp-base-minimal-unsafe:pdp-python3

COPY ./ ${USER_DIR}

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

USER root
Expand Down
3 changes: 2 additions & 1 deletion docker/local-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM pcic/pdp-base-minimal:pdp-python3 # Replace with new release tag when this branch of pdp-docker has been merged
# TODO: Replace pdp-base-minimal tag with new release tag when this branch of pdp-docker has been merged
FROM pcic/pdp-base-minimal:pdp-python3

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

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

USER root
Expand Down

0 comments on commit b818f9e

Please sign in to comment.