Implement retry functionality for the podman
plugin
#2385
Labels
plugin | containers
The podman plugin used for container provision
step | provision
Stuff related to the provision step
Milestone
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
.The text was updated successfully, but these errors were encountered: