Skip to content
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

Docker Actions are failing because mambaforge renamed to miniforge #447

Closed
lauramurgatroyd opened this issue Jan 8, 2025 · 0 comments · Fixed by #446
Closed

Docker Actions are failing because mambaforge renamed to miniforge #447

lauramurgatroyd opened this issue Jan 8, 2025 · 0 comments · Fixed by #446
Assignees

Comments

@lauramurgatroyd
Copy link
Member

Docker actions are failing: https://github.com/TomographicImaging/CILViewer/actions/runs/12672941825/job/35318315794?pr=446

With error: ERROR: failed to solve: process "/bin/sh -c bash install-mambaforge-and-env.sh" did not complete successfully: exit code: 127

This is due to this line:

curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh

The package no longer exists there! This is because it was renamed to miniforge and the link needs to be replaced with:

https://github.com/conda-forge/miniforge/releases/download/24.11.2-1/Miniforge3-Linux-x86_64.sh

The rename: https://github.com/conda-forge/miniforge/pull/704/files

The release with this rename went out 4 days ago https://github.com/conda-forge/miniforge/releases/tag/24.11.2-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant