Skip to content

Commit

Permalink
added few more labels
Browse files Browse the repository at this point in the history
  • Loading branch information
VarshaUN committed Nov 14, 2024
1 parent d5c53dc commit cdd51cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ LABEL org.opencontainers.image.description="ScanCode Toolkit for code scanning a
LABEL org.opencontainers.image.url="https://github.com/nexB/scancode-toolkit"
LABEL org.opencontainers.image.source="https://github.com/nexB/scancode-toolkit"
LABEL org.opencontainers.image.documentation="https://scancode-toolkit.readthedocs.io/"
LABEL org.opencontainers.image.created="${BUILD_DATE}"
LABEL org.opencontainers.image.authors="https://github.com/nexB/scancode-toolkit"
LABEL org.opencontainers.image.version="v32.3.0"
LABEL org.opencontainers.image.vendor="nexB Inc."
LABEL org.opencontainers.image.licenses="Apache-2.0"
LABEL org.opencontainers.image.ref.name="latest"


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

0 comments on commit cdd51cf

Please sign in to comment.