Use docker.io for Dockerfile verify step to please DockerHub Official Builds

https://github.com/docker-library/official-images/actions/runs/5300787500/jobs/9594533073?pr=14883
This commit is contained in:
Justin Kromlinger 2023-06-20 11:54:26 +02:00
parent d2ad02b012
commit 17c4a88a88
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -8,7 +8,7 @@
# Some templating is done in order to allow us to easily build different configurations and to
# allow us to automate the release process.
FROM quay.io/archlinux/archlinux:latest AS verify
FROM docker.io/archlinux/archlinux:base AS verify
COPY TEMPLATE_ROOTFS_FILE /
RUN pacman -Syu --noconfirm