Skip to content

Commit 2d60657

Browse files
committed
Add neccessary OCI labels
Signed-off-by: Varsha U N <[email protected]>
1 parent c78de39 commit 2d60657

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@
1010
FROM --platform=linux/amd64 python:3.12-slim-bookworm
1111

1212
# 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"
13+
LABEL org.opencontainers.image.title="scancode toolkit"
14+
LABEL org.opencontainers.image.description="scancode toolkit detects licenses,copyrights,dependecies by scanning code to discover and inventory open source and third-party packages used in your code"
1615
LABEL org.opencontainers.image.source="https://github.com/nexB/scancode-toolkit"
1716
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"
17+
LABEL org.opencontainers.image.authors=" https://github.com/aboutcode-org/scancode-toolkit"
2018
LABEL org.opencontainers.image.version="v32.3.0"
2119
LABEL org.opencontainers.image.vendor="nexB Inc."
2220
LABEL org.opencontainers.image.licenses="Apache-2.0"

0 commit comments

Comments
 (0)