-
-
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
jenkins/jenkins:lts-jdk11
missing arm64
and s390x
#3893
Comments
Thanks for reporting the issue @ewilkins-csi . Much appreciated. The container images that were built two hours ago are based on Jenkins 2.426.2 (which is good, since they are not inadvertently packaging an outdated version), but they do not appear to have been generated by the standard build process that creates multiple architectures. Circumstances looks similar to the earlier case. |
Thanks for opening this issue!. I confirm this is the exact same issue as #2890 . The job on the trusted.ci (private) controller went through a branch indexing. It is unexpected but it detected a change on the tag Currently searching for a solution 🤔 |
Fixed this particular tag with the proper credentials and:
However, other images have been pushed by this rogue build:
|
Update:
=> note this was necessary to avoid failing controller (as it changed the default JDK to |
Ping @daniel-beck @timja @MarkEWaite @lemeurherve @basil @NotMyFault giben this weird (and alas regular behavior) of Jenkins building tag when it should not, I would be encline to propose a deletion of the old tags, (only on the Docker repository) to avoid further mayhem. Any thoughts? |
How about reverting the change to go with tag-based builds rather than querying what exists and filling the blanks we had before? (Might be a stupid question due to lack of awareness what was wrong with that process.) |
No problem : this is what we did a few month ago for the reason you mentioned. But the old tag here stil’ had the « big publish script » which is the problem. This tag should NOT be considered to be built (older than 3 days and already in a success state), but it was. |
I support deleting the old tags from this repository. We can archive a private copy of the repository before the tag deletion in case we need to recover it. We could even place the archived private copy of the repository inside this repository as a tar.gz file if we want to keep things "close". |
Fine to delete old tags from me, we don't need them. |
No objections from me to delete the old tags. |
FYI, without any formal objection, I'll proceed to remove the tags in 72h (as I already got 3 approvals). |
No objection from me either. |
All tags deleted with the following command (the GH releases have been kept):
|
Service(s)
Docker Hub
Summary
The Jenkins LTS images were pushed around an hour ago and only have the amd image -- no arm or s390x.
This seems to be identical to #2890 from a year ago
Reproduction steps
The text was updated successfully, but these errors were encountered: