Closed Eomm closed 5 months ago
If I checkout this repo and run docker compose up I get this error:
docker compose up
Pulling mythical-server (grafana/intro-to-mltp:mythical-beasts-server-latest)... ERROR: manifest for grafana/intro-to-mltp:mythical-beasts-server-latest not found: manifest unknown: manifest unknown
If I edit the docker-compose.yml file like so:
mythical-requester: - image: grafana/intro-to-mltp:mythical-beasts-requester-latest + image: grafana/intro-to-mltp:mythical-beasts-requester-0.3.3 mythical-server: - image: grafana/intro-to-mltp:mythical-beasts-server-latest + image: grafana/intro-to-mltp:mythical-beasts-server-0.3.3 mythical-recorder: - image: grafana/intro-to-mltp:mythical-beasts-recorder-latest + image: grafana/intro-to-mltp:mythical-beasts-recorder-0.3.3
It works as expected.
Is the docker hub tag broken/missing from https://hub.docker.com/r/grafana/intro-to-mltp/tags ?
Hey @Eomm Thanks for raising the issue! Unfortunately we had a small incident that accidentally deleted the latest tags, but we've now ensured they're there again and bumped the version.
latest
If I checkout this repo and run
docker compose up
I get this error:If I edit the docker-compose.yml file like so:
It works as expected.
Is the docker hub tag broken/missing from https://hub.docker.com/r/grafana/intro-to-mltp/tags ?