-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
The 1.21.1-alpine
tag on Docker Hub is missing multple OS/ARCH entries
#561
Comments
The x86 issue is known as there is no For ppc64le and s390x it seems Docker Library builders are stuck/unavailable, so there isnt much we can do at this moment. |
Thanks for the swift response. |
|
This is fixed for ppc64le and s390x -- for i386, I'm not convinced it's going to be, but maybe? 🤷 😅 |
That is some good news, thanks for posting the update :) |
This change also drops support for the i386 arch for Alpine. This is because Alpine seems to have stopped building all the necessary stuff for 32 bit systems, so our parent image cannot be built. More info: JonasAlfredsson/docker-nginx-certbot#77 nginxinc/docker-nginx#561
This change also drops support for the i386 arch for Alpine. This is because Alpine seems to have stopped building all the necessary stuff for 32 bit systems, so our parent image cannot be built. More info: JonasAlfredsson/docker-nginx-certbot#77 nginxinc/docker-nginx#561
Is this issue causing this one? |
Yep, looks pretty likely to me. |
Fixed in |
It seems like there are still some issues. For example |
It is failing to find the + dpkgArch=i386
+ nginxPackages= nginx=1.21.4-1~bullseye nginx-module-xslt=1.21.4-1~bullseye nginx-module-geoip=1.21.4-1~bullseye nginx-module-image-filter=1.21.4-1~bullseye nginx-module-perl=1.21.4-1~bullseye nginx-module-njs=1.21.4+0.7.0-1~bullseye
+ echo deb https://nginx.org/packages/mainline/debian/ bullseye nginx
+ apt-get update
Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.3 kB]
Get:4 http://security.debian.org/debian-security bullseye-security/main i386 Packages [90.4 kB]
Get:5 http://deb.debian.org/debian bullseye/main i386 Packages [8119 kB]
Get:6 http://deb.debian.org/debian bullseye-updates/main i386 Packages [2592 B]
Get:7 https://nginx.org/packages/mainline/debian bullseye InRelease [2860 B]
Fetched 8414 kB in 2s (4958 kB/s)
Reading package lists...
+ apt-get install --no-install-recommends --no-install-suggests -y nginx=1.21.4-1~bullseye nginx-module-xslt=1.21.4-1~bullseye nginx-module-geoip=1.21.4-1~bullseye nginx-module-image-filter=1.21.4-1~bullseye nginx-module-perl=1.21.4-1~bullseye nginx-module-njs=1.21.4+0.7.0-1~bullseye gettext-base curl
Reading package lists...
Building dependency tree...
Reading state information...
E: Version '1.21.4-1~bullseye' for 'nginx' was not found
E: Unable to locate package nginx-module-xslt
E: Unable to locate package nginx-module-geoip
E: Unable to locate package nginx-module-image-filter
E: Unable to locate package nginx-module-perl
E: Unable to locate package nginx-module-njs |
Ah that makes sense. I saw that the tag for |
Ok, should be fixed with todays images for 1.21.1 and 1.20.2. |
Hi,
I am building an image for multiple architectures from this image and ran into the following error for the
linux/386
platform when building from the1.21.1-alpine
tag:Looking at it on Docker Hub we indeed see that it is only available for the following architectures:
This is very weird since the 1.21-alpine tag has also the following ones:
so something must have gone wring in the push that was made.
The text was updated successfully, but these errors were encountered: