-
Notifications
You must be signed in to change notification settings - Fork 2k
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
PHP 8.1 not updated #1170
Comments
We use the APIs to check for new releases, so it won't be updated until it is listed in one of the APIs. Regular releases: Line 51 in 6da0064
Pre-releases: Line 64 in 6da0064
(The bot will run |
This is expected. We have not yet officially released Alpha 2. Once we announce it on the mailing lists and post to the website, it will be official. |
The 8.1.0alpha2 release is now officially announced. 😁 |
@mvorisek is possitble it's failing the build bacause qa.php.net no longer has the alpha1 version, and from what I can see in the error in Jenkins, it's still referencing it, hence the failure. Edit: Seems is not related to that after all. Sorry for that. |
Seems to be failing on libsodium:
|
Yes, this is why it is not committed yet. The failure is related to our build servers needing a |
Builders are updated and update test build is in progress -- sorry for the delay! |
Am I being impatient? Is alpha2 supposed to be released now the builders are running? Is there a delay between the build running and new releases on docker hub? https://hub.docker.com/_/php?tab=tags&page=1&ordering=last_updated&name=8.1.0alpha2 |
@yosifkit @tianon what is the build/tag process and when it should happen? The sources was updated in 541ab0e 2 days ago, but the image is still not available. The Jenkins jobs run several times per day, but nothing is pushed to the registry yet. Can this delay be decreased in general so the images are available as soon as the new php release is available? |
Commit went up in 541ab0e, PR is up at docker-library/official-images#10437; see https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what for the full process. |
PHP 8.1 alpha 2 is released but PHP 8.1 did not update.
Judging from https://github.com/docker-library/php/commits/master/versions.json , is
docker-library-bot
bot configured correctly to update PHP 8.1 when a new release is made or what action is needed to trigger it?The text was updated successfully, but these errors were encountered: