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

Implement retry functionality for the podman plugin #2385

Closed
psss opened this issue Oct 6, 2023 · 0 comments · Fixed by #2439
Closed

Implement retry functionality for the podman plugin #2385

psss opened this issue Oct 6, 2023 · 0 comments · Fixed by #2439
Assignees
Labels
plugin | containers The podman plugin used for container provision step | provision Stuff related to the provision step
Milestone

Comments

@psss
Copy link
Collaborator

psss commented Oct 6, 2023

The podman pull command sometimes fails to fetch the desired images because of (what seems to be) temporary network errors, see #2063 for some details and examples. There is a limited retry feature included in podman itself, but currently it's not configurable:

Let's implement a simple retry functionality to prevent random failures until the above-mentioned feature is available directly in podman.

@psss psss added step | provision Stuff related to the provision step plugin | containers The podman plugin used for container provision labels Oct 6, 2023
@bajertom bajertom self-assigned this Oct 12, 2023
@psss psss added this to the 1.29 milestone Oct 12, 2023
@psss psss closed this as completed in #2439 Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin | containers The podman plugin used for container provision step | provision Stuff related to the provision step
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants