the auto-deploy from my GitHub didn’t work today, so I thought that something was off. went into the fly dashboard and tried to deploy from here, and I’m getting the errors when trying to build the image.
here, some logs about it:
0.118 Err:4 http://deb.debian.org/debian buster Release
0.118 404 Not Found [IP: 2a04:4e42:8e::644 80]
0.120 Err:5 http://deb.debian.org/debian-security buster/updates Release
0.120 404 Not Found [IP: 2a04:4e42:8e::644 80]
0.121 Err:6 http://deb.debian.org/debian buster-updates Release
0.121 404 Not Found [IP: 2a04:4e42:8e::644 80]
0.127 Reading package lists...
0.138 E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file.
0.138 E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file.
0.138 E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file.
and just before stopping deploy due to unexpected circumstances:
Error: failed to fetch an image or build from source: error building: failed to solve: process "/bin/sh -c apt-get update -y && apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates && apt-get clean && rm -f /var/lib/apt/lists/*_*" did not complete successfully: exit code: 100
unsuccessful command 'flyctl deploy --build-only --push -a [redacted] --image-label deployment-[redacted]--config fly.toml'