grafana / intro-to-mltp

Introduction to Metrics, Logs, Traces and Profiles session companion code.
GNU Affero General Public License v3.0
365 stars 80 forks source link

Missing mythical-beasts-server-latest docker tag #93

Closed Eomm closed 5 months ago

Eomm commented 5 months ago

If I checkout this repo and run docker compose up I get this error:

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 ?

hedss commented 5 months ago

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.