-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Description
Context
releases usually come with a published docker image on docker hub, this is mentioned in the release notes.
the release says to run: export DOCKER_TAG=="25.04.0" && ./start-docker.sh
- as a side note: this script doesn't exist, I'd replace it with a link to the documentation or
export DOCKER_TAG=="25.04.0" && cd tools/hosting && docker compose up -d
Expected Behavior
docker pull scalableminds/webknossos:25.04.0
will pull the current release from docker hub
Current Behavior
instead we have an error: manifest for scalableminds/webknossos:25.04.0 not found: manifest unknown: manifest unknown
this is because the release does not exist and can't be found in the tags on docker hub: https://hub.docker.com/r/scalableminds/webknossos/tags?name=25.04
Steps to Reproduce the bug
- Cannot reproduce the bug anymore / needs deeper investigation.
- docker pull scalableminds/webknossos:25.04.0
Your Environment for bug
- self hosted webknossos instance on docker