Skip to content

Commit acb6886

Browse files
Add comments for testing intermediate images
1 parent ae70ed0 commit acb6886

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ RUN poetry config virtualenvs.in-project true \
7070
&& poetry config virtualenvs.options.always-copy true \
7171
&& poetry install
7272

73-
# # CMD ["/bin/bash"]
73+
# # QA
74+
# CMD ["/bin/bash"]
7475

7576
# build from distroless C or cc:debug, because lots of Python depends on C
7677
FROM gcr.io/distroless/cc AS distroless
@@ -130,6 +131,7 @@ ENV PATH="/usr/local/bin:${HOME}/.local/bin:/bin:/usr/bin:${VENV}/bin:${VENV}/li
130131
# remove dev bins (need sh to run `startup.sh`)
131132
RUN rm /bin/cat /bin/find /bin/ls /bin/rm /bin/vi /bin/which
132133

134+
# # QA
133135
# CMD ["/bin/sh"]
134136

135137
FROM distroless AS runner-image

0 commit comments

Comments
 (0)