NERSC / podman-hpc

Other
35 stars 7 forks source link

[Feature Request]: Allow for `migrate` to overwrite image with the same `name:tag` #65

Closed asnaylor closed 1 year ago

asnaylor commented 1 year ago

I would like to use podman-hpc migrate to overwrite an existing image which has the same name:tag.

At the moment after I run the migrate command on an existing image i get this error message when trying to use podman-hpc and podman becomes unusable:

$ podman-hpc images
Error: read-only image store assigns the same name to multiple images

The current fix rm -r $SCRATCH/storage.

lastephey commented 1 year ago

Thanks, Andrew. Duplicates https://github.com/NERSC/podman-hpc/issues/53

lastephey commented 1 year ago

Should be fixed via https://github.com/NERSC/podman-hpc/pull/74