We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49d04f commit 4f4a4c4Copy full SHA for 4f4a4c4
Dockerfile
@@ -10,6 +10,13 @@ FROM python:3.9
10
11
WORKDIR /app
12
13
+# Labels
14
+LABEL org.opencontainers.image.source="https://github.com/aboutcode-org/vulnerablecode"
15
+LABEL org.opencontainers.image.title="VulnerableCode"
16
+LABEL org.opencontainers.image.documentation="https://vulnerablecode.readthedocs.io/en/latest/introduction.html"
17
+LABEL org.opencontainers.image.version="v35.1.0"
18
+LABEL org.opencontainers.image.licenses="Apache-2.0"
19
+
20
# Python settings: Force unbuffered stdout and stderr (i.e. they are flushed to terminal immediately)
21
ENV PYTHONUNBUFFERED 1
22
# Python settings: do not write pyc files
0 commit comments