File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 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
1515LABEL org.opencontainers.image.url="https://github.com/nexB/scancode-toolkit"
1616LABEL org.opencontainers.image.source="https://github.com/nexB/scancode-toolkit"
1717LABEL 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+
1825
1926# Python settings: Force unbuffered stdout and stderr (i.e. they are flushed to terminal immediately)
2027ENV PYTHONUNBUFFERED 1
You can’t perform that action at this time.
0 commit comments