Skip to content

Conversation

@cgwalters
Copy link
Collaborator

I think we should only operate on extant container images, we're not the same thing as podman|docker run in that sense.

I think we should only operate on extant container images, we're not
the same thing as `podman|docker run` in that sense.

Signed-off-by: Colin Walters <[email protected]>
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a change to prevent podman from automatically pulling container images. By adding the --pull=never flag, the tool will now only operate on images that are already present locally. This is a good simplification that aligns with the project's goal of not being a full replacement for podman run, and it avoids the complexity of handling image pulls and authentication. The change is implemented correctly and seems to have no negative side effects.

@cgwalters cgwalters enabled auto-merge (rebase) October 30, 2025 20:40
@cgwalters cgwalters merged commit eaacd16 into bootc-dev:main Nov 3, 2025
2 of 3 checks passed
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