From fde8e92d4db5d67657004d030f4b6c85307a47b5 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Tue, 8 Jun 2021 20:56:18 +1200 Subject: testing: docker: Use archlinux:latest instead of archlinux/base:latest The name of the docker images have changed on docker hub. Update the name used to point to the official archlinux image. Fixes #1522 Signed-off-by: Chris Packham diff --git a/testing/docker/archlinux/Dockerfile b/testing/docker/archlinux/Dockerfile index d874d62..95b80f1 100644 --- a/testing/docker/archlinux/Dockerfile +++ b/testing/docker/archlinux/Dockerfile @@ -1,4 +1,4 @@ -FROM archlinux/base:latest +FROM archlinux:latest ARG CTNG_UID=1000 ARG CTNG_GID=1000 RUN pacman -Sy --noconfirm archlinux-keyring -- cgit v0.10.2-6-g49f6