Skip to content
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

images are all lts - no weekly images #1567

Closed
PiersRBME opened this issue Feb 9, 2023 · 7 comments · Fixed by #1578
Closed

images are all lts - no weekly images #1567

PiersRBME opened this issue Feb 9, 2023 · 7 comments · Fixed by #1578
Assignees

Comments

@PiersRBME
Copy link

PiersRBME commented Feb 9, 2023

Looks like what I understand to be intended latest weekly images are actually only the latest LTS version.

For example tag alpine includes docker command:
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/2.375.3/jenkins-war-2.375.3.war

I think it may be related to this line of publish.sh assuming that the output of get-latest-versions() is different to what it now is, where the LTS versions are last in the list.

@dduportal dduportal self-assigned this Feb 9, 2023
@dduportal
Copy link
Contributor

That is correct, thanks for reporting and pointing the mistake!

Now that #1564 fixed the root cause, I feel like we should rollback b9e129d and #1558

@dduportal
Copy link
Contributor

@PiersRBME On short time, you can still pin your version to the weekly version (and update it): it works very well and ensure no unexpected core changes. You can find an exemple at https://github.com/jenkins-infra/docker-jenkins-weekly

@PiersRBME
Copy link
Author

Thanks for the tip! Not a big rush this side, more of a head-scratcher for a short time :)

@dduportal
Copy link
Contributor

more of a head-scratcher for a short time :)

Ah ah I feel you :D

dduportal added a commit to dduportal/docker that referenced this issue Feb 15, 2023
… weekly version pattern capture

Signed-off-by: Damien Duportal <[email protected]>
@dduportal
Copy link
Contributor

Fix applied in #1578. Thanks @PiersRBME ! It should be "applied" for the weekly 2.392 (worst case ETA).

@dduportal
Copy link
Contributor

The release 2.392 was published successfuly today.

The tag latest is now pointing to the same digest as the 2.392:

$ docker pull jenkins/jenkins:latest   
latest: Pulling from jenkins/jenkins
Digest: sha256:5f74addba6c8e05b008f5f06cd0f47d45d483b43352c465a59a8dad98e6f9d63
Status: Downloaded newer image for jenkins/jenkins:latest
docker.io/jenkins/jenkins:latest
$ docker pull jenkins/jenkins:2.392 
2.392: Pulling from jenkins/jenkins
Digest: sha256:5f74addba6c8e05b008f5f06cd0f47d45d483b43352c465a59a8dad98e6f9d63
Status: Image is up to date for jenkins/jenkins:2.392
docker.io/jenkins/jenkins:2.392

Thanks again for catching and reporting properly, sorry for the inconvenience!

@gounthar
Copy link
Contributor

It works now for me, thanks a lot for the fix. 🤗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants