You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
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
andpodman push
).The text was updated successfully, but these errors were encountered: