Force creation of new tarball
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-07-06 14:36:30 +02:00
parent 77e0f7b7cb
commit 405fb5938f
2 changed files with 5 additions and 2 deletions

View File

@ -44,7 +44,11 @@
- name: Pull and store containerimages
ansible.builtin.command:
cmd: skopeo copy docker://{{ item }} docker-archive:./{{ ( item | regex_findall('[^/:]+'))[-2] }}.tar:{{ item }}
cmd: >-
rm -f {{ ( item | regex_findall('[^/:]+'))[-2] }}.tar:{{ item }}; \
skopeo copy \
docker://{{ item }} \
docker-archive:./{{ ( item | regex_findall('[^/:]+'))[-2] }}.tar:{{ item }}
chdir: /opt/metacluster/container-images
register: imagedownload
until: imagedownload is succeeded

View File

@ -97,4 +97,3 @@ dependencies:
- lvm2
- python3-passlib
- skopeo