Skip to content

fix: replace eic glob with explicit list #497

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

Merged
merged 3 commits into from
Apr 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 41 additions & 1 deletion docker_images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,47 @@ alpine
whit2333/eic-slic:latest
argonneeic/evochain:v*
argonneeic/fpadsim:v*
ghcr.io/eic/eic_xl:*-stable
# old dockerhub globbing for backwards compatibility during transition to ghcr.io
eicweb/eic_xl:25.04.0-stable
eicweb/eic_xl:25.04-stable
eicweb/eic_xl:*-stable
# globs fail on ghcr.io for now, so explicit listing
# ghcr.io/eic/eic_xl:*-stable
ghcr.io/eic/eic_xl:24.03.1-stable
ghcr.io/eic/eic_xl:24.03-stable
ghcr.io/eic/eic_xl:24.04.0-stable
ghcr.io/eic/eic_xl:24.04-stable
ghcr.io/eic/eic_xl:24.05.0-stable
ghcr.io/eic/eic_xl:24.05.2-stable
ghcr.io/eic/eic_xl:24.05-stable
ghcr.io/eic/eic_xl:24.06.0-stable
ghcr.io/eic/eic_xl:24.06-stable
ghcr.io/eic/eic_xl:24.07.0-stable
ghcr.io/eic/eic_xl:24.07-stable
ghcr.io/eic/eic_xl:24.08.0-stable
ghcr.io/eic/eic_xl:24.08.1-stable
ghcr.io/eic/eic_xl:24.08-stable
ghcr.io/eic/eic_xl:24.09.0-stable
ghcr.io/eic/eic_xl:24.09-stable
ghcr.io/eic/eic_xl:24.10.0-stable
ghcr.io/eic/eic_xl:24.10.1-stable
ghcr.io/eic/eic_xl:24.10-stable
ghcr.io/eic/eic_xl:24.11.0-stable
ghcr.io/eic/eic_xl:24.11.1-stable
ghcr.io/eic/eic_xl:24.11.2-stable
ghcr.io/eic/eic_xl:24.11-stable
ghcr.io/eic/eic_xl:24.12.0-stable
ghcr.io/eic/eic_xl:24.12-stable
ghcr.io/eic/eic_xl:25.01.0-stable
ghcr.io/eic/eic_xl:25.01.1-stable
ghcr.io/eic/eic_xl:25.01-stable
ghcr.io/eic/eic_xl:25.02.0-stable
ghcr.io/eic/eic_xl:25.02-stable
ghcr.io/eic/eic_xl:25.03.0-stable
ghcr.io/eic/eic_xl:25.03.1-stable
ghcr.io/eic/eic_xl:25.03-stable
ghcr.io/eic/eic_xl:25.04.0-stable
ghcr.io/eic/eic_xl:25.04-stable
ghcr.io/eic/eic_xl:nightly
ghcr.io/eic/eic_cuda:nightly
ghcr.io/eic/eic_dev_cuda:nightly
Expand Down
Loading