Skip to content

Commit

Permalink
Merge pull request #195 from dmarcoux/dockerfile-label-org.opencontai…
Browse files Browse the repository at this point in the history
…ners.image.url

Set org.opencontainers.image.source label in Dockerfile
  • Loading branch information
jmattheis authored Dec 20, 2024
2 parents a87b588 + c83bce6 commit a189202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM scratch
LABEL org.opencontainers.image.source="https://github.com/traggo/server"
WORKDIR /opt/traggo
COPY traggo /opt/traggo
EXPOSE 3030
Expand Down

0 comments on commit a189202

Please sign in to comment.