diff --git a/debian/Dockerfile b/debian/Dockerfile index 8513f0ec7..c67f6720a 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -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"]