Merge "Use mirrored qemu-user-static image"
This commit is contained in:
commit
a1e5620411
@ -1,5 +1,5 @@
|
||||
- name: Update qemu-static container settings
|
||||
command: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
command: docker run --rm --privileged quay.io/opendevmirror/qemu-user-static --reset -p yes
|
||||
when: ansible_architecture == 'x86_64'
|
||||
|
||||
# TODO(clarkb) Use buildkitd.toml configuration to add certifications. That
|
||||
|
@ -1,5 +1,5 @@
|
||||
- name: Update qemu-static container settings
|
||||
command: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
command: docker run --rm --privileged quay.io/opendevmirror/qemu-user-static --reset -p yes
|
||||
environment:
|
||||
DOCKER_CLI_EXPERIMENTAL: enabled
|
||||
when: ansible_architecture == 'x86_64'
|
||||
|
Loading…
x
Reference in New Issue
Block a user