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

Fix Docker compose build Grafana CDN in a Box #7844

Merged
merged 2 commits into from
Oct 20, 2023

Conversation

ntheanh201
Copy link
Contributor

Fix error while building Grafana in CDN in a Box

E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.130.132 80]
E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-amd64/Packages  404  Not Found
E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

Which Traffic Control components are affected by this PR?

  • CDN in a Box

What is the best way to verify this PR?

Build CDN in a Box with Docker-compose with Grafana

If this is a bugfix, which Traffic Control versions contained the bug?

PR submission checklist

@ntheanh201 ntheanh201 changed the title fix docker-compose build Grafana Fix Docker compose build Grafana CDN in a Box Oct 19, 2023
@ntheanh201
Copy link
Contributor Author

Error

Copy link
Member

@zrhoffman zrhoffman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does changing the base image to grafana/grafana:10.1.5-ubuntu work? We should avoid using an unsupported Debian version if we can.

@ntheanh201
Copy link
Contributor Author

Does changing the base image to grafana/grafana:10.1.5-ubuntu work? We should avoid using an unsupported Debian version if we can.

Yes it worked. I updated the base image

Copy link
Member

@zrhoffman zrhoffman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@zrhoffman zrhoffman merged commit b6ed780 into apache:master Oct 20, 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

Successfully merging this pull request may close these issues.

2 participants