We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the .env file
PROMETHEUS_IMAGE=quay.io/prometheus/prometheus:v2.52.0 is no longer an available image.
I manually updated to PROMETHEUS_IMAGE=quay.io/prometheus/prometheus:v2.53.3 and it seems to work but anyone cloning the repo will hit this problem.
The text was updated successfully, but these errors were encountered:
Strange, if I search for this image in quay.io I am able to find it and docker pull quay.io/prometheus/prometheus:v2.52.0 is also working
docker pull quay.io/prometheus/prometheus:v2.52.0
Sorry, something went wrong.
Interesting. It might have been a temporary problem.
No branches or pull requests
In the .env file
PROMETHEUS_IMAGE=quay.io/prometheus/prometheus:v2.52.0 is no longer an available image.
I manually updated to PROMETHEUS_IMAGE=quay.io/prometheus/prometheus:v2.53.3 and it seems to work but anyone cloning the repo will hit this problem.
The text was updated successfully, but these errors were encountered: