Commit d03d688
committed
[bindata] add retry to skopeo copy
In renovate in happened that there was some hickup in communication
to the quay registry, but from checking there was no real issue.
~~~
skopeo copy docker://quay.io/openstack-k8s-operators/neutron-operator-bundle:61f1f61311e3bfa1c4fee2ceeda54e1891cc910a dir:tmp/bindata/tmp
time=\"2025-02-26T10:25:07Z\" level=fatal msg=\"initializing source docker://quay.io/openstack-k8s-operators/neutron-operator-bundle:61f1f61311e3bfa1c4fee2ceeda54e1891cc910a: can't talk to a V1 container registry\"\nmake: *** [Makefile:158: bindata] Error 1\n"
~~~
This adds a retry with max 5/sleep 15 to retry the skopeo copy
command.
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>1 parent 818584d commit d03d688
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
146 | 152 | | |
147 | 153 | | |
148 | 154 | | |
| |||
0 commit comments