File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ LABEL org.opencontainers.image.description="ScanCode Toolkit for code scanning a
15
15
LABEL org.opencontainers.image.url="https://github.com/nexB/scancode-toolkit"
16
16
LABEL org.opencontainers.image.source="https://github.com/nexB/scancode-toolkit"
17
17
LABEL org.opencontainers.image.documentation="https://scancode-toolkit.readthedocs.io/"
18
+ LABEL org.opencontainers.image.created="${BUILD_DATE}"
19
+ LABEL org.opencontainers.image.authors="https://github.com/nexB/scancode-toolkit"
20
+ LABEL org.opencontainers.image.version="v32.3.0"
21
+ LABEL org.opencontainers.image.vendor="nexB Inc."
22
+ LABEL org.opencontainers.image.licenses="Apache-2.0"
23
+ LABEL org.opencontainers.image.ref.name="latest"
24
+
18
25
19
26
# Python settings: Force unbuffered stdout and stderr (i.e. they are flushed to terminal immediately)
20
27
ENV PYTHONUNBUFFERED 1
You can’t perform that action at this time.
0 commit comments