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

podman-hpc does not accept transport prefixes docker:// #132

Open
wahabk opened this issue Dec 17, 2024 · 0 comments · May be fixed by #133
Open

podman-hpc does not accept transport prefixes docker:// #132

wahabk opened this issue Dec 17, 2024 · 0 comments · May be fixed by #133

Comments

@wahabk
Copy link

wahabk commented Dec 17, 2024

Podman-hpc's migrate functionality does not accept transport prefixes e.g. docker://.

These are detailed in the OCI Image spec, and is supported by vanilla podman.

Error

The error occurs after the image is pulled and podman-hpc tries to migrate the image where the prefix is still included in the name.

ERROR:root:Image docker://docker.io/library/ubuntu:latest not found

To Replicate (Full trace)

$ podman-hpc pull docker://docker.io/library/ubuntu:latest
Trying to pull docker.io/library/ubuntu:latest...
Getting image source signatures
Copying blob 8bb55f067777 done  
Copying config 20377134ad done  
Writing manifest to image destination
Storing signatures
20377134ad8875ad73c4a4f12b5d8e28c8665da80756c2afbb47d1f730bf2e5e
INFO: Migrating image to /scratch/brics/akawafi1.brics/storage
ERROR:root:Image docker://docker.io/library/ubuntu:latest not found

$ podman-hpc pull ubuntu:latest
Trying to pull docker.io/library/ubuntu:latest...
Getting image source signatures
Copying blob 8bb55f067777 skipped: already exists  
Copying config 20377134ad done  
Writing manifest to image destination
Storing signatures
20377134ad8875ad73c4a4f12b5d8e28c8665da80756c2afbb47d1f730bf2e5e
INFO: Migrating image to /scratch/brics/akawafi1.brics/storage
@wahabk wahabk linked a pull request Dec 17, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant