Skip to content

Commit

Permalink
Merge pull request #831 from justusbunsi/fix/docker-image-label
Browse files Browse the repository at this point in the history
Fix Debian-based Docker image `org.opencontainers.image.source` label
  • Loading branch information
dduportal authored Jul 3, 2024
2 parents 3c4d2b1 + 16db4c5 commit 030ab5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ LABEL \
org.opencontainers.image.description="This is an image for Jenkins agents using TCP or WebSockets to establish inbound connection to the Jenkins controller" \
org.opencontainers.image.version="${VERSION}" \
org.opencontainers.image.url="https://www.jenkins.io/" \
org.opencontainers.image.source="https://github.com/jenkinsci/docker-agent-inbound" \
org.opencontainers.image.source="https://github.com/jenkinsci/docker-agent" \
org.opencontainers.image.licenses="MIT"

ENTRYPOINT ["/usr/local/bin/jenkins-agent"]

0 comments on commit 030ab5e

Please sign in to comment.