Point Dockerfile to new archlinux image
moparisthebest/self-ci/pipeline/head There was a failure building this commit Details

This commit is contained in:
Travis Burtrum 2022-10-07 00:54:35 -04:00
parent 4e4aaa42f5
commit 471e7d761f
2 changed files with 2 additions and 2 deletions

2
.ci/Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ node {
[ "$image_tag" == "master" ] && image_tag=latest
# refresh our base image
docker pull archlinux/base:latest
docker pull docker.io/library/archlinux:latest
# build our image
docker build -t "moparisthebest/self-ci-base:$image_tag" .

View File

@ -1,6 +1,6 @@
FROM archlinux/base:latest
FROM docker.io/library/archlinux:latest
ENV PACMAN_MIRROR https://burtrum.org/archlinux