Browse Source

Point Dockerfile to new archlinux image

master
Travis Burtrum 6 months ago
parent
commit
471e7d761f
  1. 2
      .ci/Jenkinsfile
  2. 2
      Dockerfile

2
.ci/Jenkinsfile vendored

@ -21,7 +21,7 @@ node { @@ -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" .

2
Dockerfile

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

Loading…
Cancel
Save