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

support --pull-always for create/run #3734

Closed
vrothberg opened this issue Aug 6, 2019 · 2 comments · Fixed by #3617
Closed

support --pull-always for create/run #3734

vrothberg opened this issue Aug 6, 2019 · 2 comments · Fixed by #3617
Assignees
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@vrothberg
Copy link
Member

(extracted from a discussion on IRC)

Extend podman-run and podman-create to always pull the image. This can come in handy in systemd unit files where users might want to always run the latest images. Currently, podman will use a local image and if absent contact the registry.

podman-build already supports the flag and we could easily pass it down via CreateContainer(...).

@mheon
Copy link
Member

mheon commented Aug 6, 2019 via email

@vrothberg
Copy link
Member Author

True, the PR is here: #3617

@QiWang19 QiWang19 self-assigned this Aug 8, 2019
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants