-
Notifications
You must be signed in to change notification settings - Fork 85
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
python base images not updated for months in dockerHub (systemic issue) #760
Comments
Hi @m10d, thank you for the report, since we just moved our base images to new build servers (still working on tuning the servers) so our base images are rebuilt less frequently and some tags might be missing due to build server issues, also languages have different release cycle so it affects how often a base image is updated. For Python stack, we just added support for latest releases yesterday (balena-io/contracts@53db535) and new base images will be released very soon, we will update the docs when new tags are available on Dockerhub (I will keep this issue opening until the new images are ready). |
Hi @nghiant2710 thank you for your quick reply. Your explanation makes sense with the exception difference of the size of missing time window(s) between Checking one random image, https://hub.docker.com/r/balenalib/amd64-ubuntu-golang/tags?page=23, I see rebuilt images going back somewhat consistently for the last several months. IE there is no gap of > 1 month for What piqued my interest to look into this was note from several months ago in one of my base images; I questions:
thank you. |
Hello – Are there plans to publish 3.12 images ? |
I've searched the issues & forums for an issue covering this general issue - found several specific to a particular missing
tag
but nothing for what appears to be the systemic issue - hope this isn't a dup.It appears to me that numerous python base images are not being properly built/pushed to
Docker Hub
(but the correspondingnode
,dotnet
etc are published & fresh).Two of many examples:
balenalib/amd64-alpine
https://hub.docker.com/search?q=balenalib%2Famd64-alpine*-node
,*-golang
,*-dotnet
all updated within days ago (one day, at time of writing)balenalib/amd64-alpine-python
uniquely is 3 months agobalenalib/amd64-ubuntu
https://hub.docker.com/search?q=balenalib%2Famd64-ubuntu3 days
ago)balenalib/amd64-ubuntu-python
was updated 4 MONTHS agoIs this a known issue? The docs clearly say that
python
support includes version3.10.2
(https://www.balena.io/docs/reference/base-images/base-images/), but only the many-month old3.10.0
is available as a published tag.The text was updated successfully, but these errors were encountered: