Skip to content
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

grafana version is failing to retrieve old unsupported debian files #8

Closed
ainglese-dev opened this issue Jul 21, 2023 · 1 comment
Closed

Comments

@ainglese-dev
Copy link

Hey ! just a heads up, current set version is failing to retrieve old repo files as shown below:

#0 3.293 W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file.
#0 3.294 W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file.
#0 3.294 W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file.
#0 3.295 E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.2.132 80]
#0 3.296 E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-amd64/Packages  404  Not Found
#0 3.297 E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages  404  Not Found
#0 3.297 E: Some index files failed to download. They have been ignored, or old ones used instead.
------
failed to solve: process "/bin/sh -c apt-get -q update &&    DEBIAN_FRONTEND=\"noninteractive\" apt-get -q upgrade -y -o Dpkg::Options::=\"--force-confnew\" --no-install-recommends &&    DEBIAN_FRONTEND=\"noninteractive\" apt-get -q install -y -o Dpkg::Options::=\"--force-confnew\" --no-install-recommends curl gosu &&    apt-get -q autoremove &&    apt-get -q clean -y && rm -rf /var/lib/apt/lists/* && rm -f /var/cache/apt/*.bin" did not complete successfully: exit code: 100

I was able to solve the issue by just updating the grafana tag under the Dockerfile for grafana with:

FROM grafana/grafana:9.5.6-ubuntu

cheers !

@alekece
Copy link
Owner

alekece commented Sep 4, 2023

Hi, thanks you for this issue.

I will made this change ASAP after testing it properly.

@alekece alekece closed this as completed Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants