Skip to content

Commit

Permalink
container: add labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramblurr committed Nov 20, 2023
1 parent 90be91d commit 866bc49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ ENV GIT_BRANCH ${GIT_BRANCH}
ENV GIT_HASH ${GIT_HASH}
ENV NREPL_PORT 7000
ENV BUILD_DATE ${BUILD_DATE}

LABEL org.opencontainers.image.version=${GIT_HASH}
LABEL org.opencontainers.image.created=${BUILD_DATE}
LABEL org.opencontainers.image.documentation="https://github.com/Ramblurr/probematic"
LABEL org.opencontainers.image.source = "https://github.com/Ramblurr/probematic"
LABEL org.opencontainers.image.vendor="StreetNoise Orchestra"

0 comments on commit 866bc49

Please sign in to comment.