We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b76ea commit d5c53dcCopy full SHA for d5c53dc
Dockerfile
@@ -9,6 +9,13 @@
9
10
FROM --platform=linux/amd64 python:3.12-slim-bookworm
11
12
+# OCI Labels
13
+LABEL org.opencontainers.image.title="ScanCode Toolkit"
14
+LABEL org.opencontainers.image.description="ScanCode Toolkit for code scanning and analysis."
15
+LABEL org.opencontainers.image.url="https://github.com/nexB/scancode-toolkit"
16
+LABEL org.opencontainers.image.source="https://github.com/nexB/scancode-toolkit"
17
+LABEL org.opencontainers.image.documentation="https://scancode-toolkit.readthedocs.io/"
18
+
19
# Python settings: Force unbuffered stdout and stderr (i.e. they are flushed to terminal immediately)
20
ENV PYTHONUNBUFFERED 1
21
# Python settings: do not write pyc files
0 commit comments