Merge "Use mirrored qemu-user-static image"

This commit is contained in:
Zuul 2025-02-21 22:37:16 +00:00 committed by Gerrit Code Review
commit a1e5620411
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'