-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old inbound-agent published as "latest" #3318
Comments
Thanks for reporting @TobiX ! On short term it seems fixed with the On medium term For the SRE team here: I propose the following plan: On trusted.ci.jenkins.io (the controller in charge of building + deploying the Docker images to DockerHub),
On long term Following #2845, the 3 release jobs should be migrated on release.ci. |
We seem to have found the "root cause": it's the "SCM Polling":
|
|
We created a new multibranch pipeline to validate the assumption on trusted.ci.jenkins.io:
=> the initial scan behaved as expected ✅
|
Todo:
|
While creating the new job for We stopped the builds manually and replayed the following pipeline to ensure that git polling was not persisted:
(edit) we also cleaned up the builds of the new docker-inbound-agent referencing "polling", as additional safety measure, with: # From /var/lib/jenkins/jobs/Containers/jobs/Agents/jobs/docker-inbound-agent
$ for f in $(grep -riI polling . | cut -f1 -d: );do echo "==$f"; rm -rf $(dirname "$f");done |
|
Last tag of docker-agent was picked up and built by the new jobs automatically (ref. jenkinsci/docker-inbound-agent#326) It looks like we're good to go! |
Service(s)
Docker Hub
Summary
It seems that an old version of
jenkins/inbound-agent
was published to Docker Hub on 2022-12-27. Looking at https://hub.docker.com/r/jenkins/inbound-agent/tags,latest
seem to be the same as4.10-3
, which was pushed at the same time.Reproduction steps
jenkins/inbound-agent:latest
from Docker HubThe text was updated successfully, but these errors were encountered: