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 upgrade in CI for access to --retry flag #485

Open
Gregory-Pereira opened this issue May 7, 2024 · 2 comments
Open

podman upgrade in CI for access to --retry flag #485

Gregory-Pereira opened this issue May 7, 2024 · 2 comments
Assignees
Labels

Comments

@Gregory-Pereira
Copy link
Collaborator

In general our workflows have multiple points of failure. Due to this plus the large sizing requirements of bootc images we are working with we should consider upgrading podman in all of our CI workflows so as to ensure that we will have access to the --retry flag for the various operations (podman pull, podman build and podman push).

@rhatdan
Copy link
Member

rhatdan commented May 15, 2024

Podman without the --retry will still work with retrying. You can no override the default though. Bottom line it would be nice to get the latest podman in Ci/CD system.

@lmilbaum
Copy link
Collaborator

lmilbaum commented May 16, 2024

A simple solution is to set a job image to quay.io/podman/stable. https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants