-
Notifications
You must be signed in to change notification settings - Fork 9
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
Old Docker images incompatible with Singularity v4.0.3 #147
Comments
I'm unable to run the giraffe test for Toil locally due to this with Singularity v4.1.2
Which is due to this line: vg_wdl/tasks/bioinfo_utils.wdl Line 141 in 00167b2
The image at https://quay.io/repository/glennhickey/pigz?tab=tags&tag=2.3.1 is also using the old manifest
|
This is related to docker/roadmap#662 I've tried using crane to automatically convert from manifest v1 to v2, but apparently the manifest is even older than what crane can support: google/go-containerregistry#377
Pulling and pushing the image with an older version of Docker seems to be the only option; since I originally posted this, I believe schema 1 support has been removed. |
Something seemed to have changed around Singularity v4 that prevents Singularity from pulling images that are too old:
It looks like downloading and reuploading the image to quay updates the image and resolves this issue:
The text was updated successfully, but these errors were encountered: