Can't deploy Debian Buster app right now

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' 

Hi… Debian Buster was a great release, :penguin:, but it is EOL now. (Even long-term support has ended.)

Usually, the fix is to move up to the next major version at this point; that would be Bullseye, which has LTS until next summer.

(Really, it would be best to plan on upgrading one further, to Bookworm, in the near future.)

Hope this helps a little!

1 Like

oooh, yeah, that checks out. thank you very much!

1 Like

using Bullseye worked for me thanks :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.