docker-nginx-amplify icon indicating copy to clipboard operation
docker-nginx-amplify copied to clipboard

Build Error

Open username-is-already-taken2 opened this issue 2 years ago • 1 comments

Hi there

I'm not able to build either image today docker build -t nginx-amplify . errors with the following...

4.231 Processing triggers for libc-bin (2.36-9+deb12u1) ...
4.358   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
4.358                                  Dload  Upload   Total   Spent    Left  Speed
100  1561  100  1561    0     0   9532      0 --:--:-- --:--:-- --:--:--  9576
4.586 Hit:1 http://deb.debian.org/debian bookworm InRelease
4.596 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
4.610 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
5.250 Ign:4 https://packages.amplify.nginx.com/py3/debian bookworm InRelease
5.407 Err:5 https://packages.amplify.nginx.com/py3/debian bookworm Release
5.407   404  Not Found [IP: 52.24.43.197 443]
5.414 Reading package lists...
5.922 E: The repository 'https://packages.amplify.nginx.com/py3/debian bookworm Release' does not have a Release file.

The alpine version fails with this error

image

Same error here. ~Any clues?~

I was able to make this work by reverting to FROM nginx:1.24 instead of using FROM nginx:latest which uses the debian's bullseye distribution instead of bookworm

Thank you very much!

sdurandeu avatar Sep 02 '23 08:09 sdurandeu