Skip to content

Commit c78de39

Browse files
committed
added few more labels
Signed-off-by: Varsha U N <varshamaddur2006@gmail.com>
1 parent 2fff6d6 commit c78de39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ LABEL org.opencontainers.image.description="ScanCode Toolkit for code scanning a
1515
LABEL org.opencontainers.image.url="https://github.com/nexB/scancode-toolkit"
1616
LABEL org.opencontainers.image.source="https://github.com/nexB/scancode-toolkit"
1717
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+
1825

1926
# Python settings: Force unbuffered stdout and stderr (i.e. they are flushed to terminal immediately)
2027
ENV PYTHONUNBUFFERED 1

0 commit comments

Comments
 (0)