feat: Additional download mirrors (#923)

This commit is contained in:
Kroese 2024-11-24 22:00:24 +01:00 committed by GitHub
parent a5b4d7760d
commit b84a2b60a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 347 additions and 911 deletions

View file

@ -1,7 +1,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu-docker:6.08 / /
COPY --from=qemux/qemu-docker:6.09 / /
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"