mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-05 13:47:16 +02:00
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:
parent
d2ad02b012
commit
17c4a88a88
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user