Skip to content

Commit

Permalink
Added labels in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Arshad <[email protected]>
  • Loading branch information
unibik committed Jan 27, 2025
1 parent d49d04f commit d36bf53
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 @@ -10,6 +10,13 @@ FROM python:3.9

WORKDIR /app

# Labels
LABEL org.opencontainers.image.source="https://github.com/aboutcode-org/vulnerablecode"
LABEL org.opencontainers.image.title="VulnerableCode"
LABEL org.opencontainers.image.documentation="https://vulnerablecode.readthedocs.io/en/latest/introduction.html"
LABEL org.opencontainers.image.version="v35.1.0"
LABEL org.opencontainers.image.licenses="Apache-2.0"

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

0 comments on commit d36bf53

Please sign in to comment.