mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-04 13:31:07 +02:00
Define archlinux:latest as default image
This commit is contained in:
parent
7747e4616e
commit
559d5053b3
@ -1,3 +1,6 @@
|
||||
default:
|
||||
image: "archlinux:latest"
|
||||
|
||||
stages:
|
||||
- lint
|
||||
- rootfs
|
||||
@ -14,7 +17,6 @@ lint:
|
||||
|
||||
.rootfs:
|
||||
stage: rootfs
|
||||
image: archlinux:latest
|
||||
before_script:
|
||||
- echo "BUILD_DATE=$(date +%Y%m%d).$CI_JOB_ID" > build.env
|
||||
- pacman -Syu --noconfirm make devtools fakechroot fakeroot
|
||||
@ -162,7 +164,6 @@ test:base-devel:
|
||||
|
||||
release:
|
||||
stage: release
|
||||
image: archlinux:latest
|
||||
tags:
|
||||
- secure
|
||||
only:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user