-
Notifications
You must be signed in to change notification settings - Fork 18
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
available docker tags (no devel?) #890
Comments
fails as well. We could presumably say that we don't push the |
I see that a PR merge triggers docker builds, where |
The table at the top of #718 describes the relation between git repo tags and docker image tags.
I think (similar to https://github.com/TomographicImaging/CIL#docker) we should document this in the README. TL;DR you need to push a git-tagged release :) |
sure
"you" = "me"? Doesn't it happen via GitHub Actions? |
Yes GHA will do it when a tag is pushed. |
By the way, docker Hub contains |
oh, and there's no |
I have no idea which tags are available, and it seems ghcr.io doesn't have a search/list facility (or not an obvious one anyway).
The README mentions
jupyter
andjupyter-gpu
, but there is more.I see
core
(but maybe this is internal and doesn't need to be documented)SIRF-SuperBuild/.github/workflows/docker.yml
Line 81 in fd4e972
although the tag might be different (a bug?)
SIRF-SuperBuild/.github/workflows/docker.yml
Lines 94 to 95 in fd4e972
There's a 2 push statements
SIRF-SuperBuild/.github/workflows/docker.yml
Line 107 in fd4e972
SIRF-SuperBuild/.github/workflows/docker.yml
Line 112 in fd4e972
I see
jupyter-devel
being createdSIRF-SuperBuild/.github/workflows/docker.yml
Line 176 in fd4e972
But I cannot find a
push
for thedevel
image.Indeed, trying to create a Codespace using
jupyter-devel
fails https://github.com/SyneRBI/SIRF-Exercises/blob/devel-container/.devcontainer/devcontainer.jsonhttps://github.com/SyneRBI/SIRF-SuperBuild/tree/master/docker#docker-stacks mentions
synerbi/jupyter:sirf
but alsosynerbi/sirf:latest
, which isn't documented anywhere?By the way,
https://hub.docker.com/r/synerbi/sirf/tags? gives me mostly stuff that is 4 months old, aside from
edge
andedgegpu
. I have no clue what those are.Looks like, we have to update our
CHANGES.md
to say that we no longer push to DockerHub and people need to read new instructions.The text was updated successfully, but these errors were encountered: