Point Dockerfile to new archlinux image
Some checks failed
moparisthebest/self-ci/pipeline/head There was a failure building this commit
Some checks failed
moparisthebest/self-ci/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4e4aaa42f5
commit
471e7d761f
2
.ci/Jenkinsfile
vendored
2
.ci/Jenkinsfile
vendored
@ -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" .
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
FROM archlinux/base:latest
|
||||
FROM docker.io/library/archlinux:latest
|
||||
|
||||
ENV PACMAN_MIRROR https://burtrum.org/archlinux
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user