Skip to content

Commit

Permalink
Fix Docker image source label
Browse files Browse the repository at this point in the history
This should hopefully™️ help retrieving correct changelog information in
Renovate PRs such as jenkinsci/helm-charts#1135.

Signed-off-by: justusbunsi <61625851+justusbunsi@users.noreply.github.com>
  • Loading branch information
justusbunsi committed Jul 3, 2024
1 parent 3c4d2b1 commit 16db4c5
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 16db4c5

Please sign in to comment.