We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae70ed0 commit acb6886Copy full SHA for acb6886
Dockerfile
@@ -70,7 +70,8 @@ RUN poetry config virtualenvs.in-project true \
70
&& poetry config virtualenvs.options.always-copy true \
71
&& poetry install
72
73
-# # CMD ["/bin/bash"]
+# # QA
74
+# CMD ["/bin/bash"]
75
76
# build from distroless C or cc:debug, because lots of Python depends on C
77
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
130
131
# remove dev bins (need sh to run `startup.sh`)
132
RUN rm /bin/cat /bin/find /bin/ls /bin/rm /bin/vi /bin/which
133
134
135
# CMD ["/bin/sh"]
136
137
FROM distroless AS runner-image
0 commit comments