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

add images command for additionalimagestore #88

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Conversation

lastephey
Copy link
Collaborator

Should address #87

Instead of adding and then removing additionalimagestore from the defaults, I just created a separate images command. I thought this would be a cleaner way to handle the problem.

Have done some basic testing in a muller reservation and standard behavior (pull, build, run) seems ok.

stephey@nid001003:/mscratch/sd/s/stephey/podman-hpc/podman_hpc> podman-hpc images
REPOSITORY                TAG         IMAGE ID      CREATED         SIZE        R/O
localhost/test            test        b0bfc82c60de  12 minutes ago  550 MB      false
localhost/test            test1       841451f9dbb7  8 days ago      80.4 MB     true
localhost/test            test        61b85dc0093d  8 days ago      550 MB      true
docker.io/library/ubuntu  latest      c6b84b685f35  6 weeks ago     80.4 MB     false
docker.io/library/ubuntu  latest      c6b84b685f35  6 weeks ago     80.4 MB     true
docker.io/library/ubuntu  focal       6df894023726  8 weeks ago     75.2 MB     false
docker.io/library/ubuntu  focal       6df894023726  8 weeks ago     75.2 MB     true

Copy link
Member

@danfulton danfulton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a clean solution to me.

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 this pull request may close these issues.

2 participants