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

Singularity <3.6 can't pull containers created with Singularity >=3.9 #149

Open
2 tasks
PhMueller opened this issue May 17, 2022 · 0 comments
Open
2 tasks
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@PhMueller
Copy link
Contributor

Basically the title.

The github actions fail when github tries to download a container (singularity pull ...) from the registry that was created using a newer singularity version.
This happened to me while working with the yahpo gym container.

On my local computer, i am using singularity 3.9.3.
Github runs 3.5.3

Interestingly, I also can't install an older version of singularity as described in the github actions install script. That fails due to a "file not found error".
Maybe they use a cached version.

This results in two tasks:

  • Update the github actions script to support installing "old singularity" versions
  • Find a way to create containers with singularity >3.9.3 so that it is compatible with older singularity versions
@PhMueller PhMueller self-assigned this May 17, 2022
@PhMueller PhMueller added bug Something isn't working help wanted Extra attention is needed labels May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant