docker-nginx-amplify
docker-nginx-amplify copied to clipboard
Build Error
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
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!