mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-05 05:37:12 +02:00
Switch back to alpine to fix official DockerHub builds
Reverts a76517d48c
This commit is contained in:
parent
17c4a88a88
commit
c42fc6a251
@ -8,10 +8,12 @@
|
||||
# Some templating is done in order to allow us to easily build different configurations and to
|
||||
# allow us to automate the release process.
|
||||
|
||||
FROM docker.io/archlinux/archlinux:base AS verify
|
||||
# Note: Only official DockerHub images are allowed, see https://github.com/docker-library/official-images/actions/runs/5321247374/jobs/9636110751?pr=14890#step:4:13
|
||||
# While we could use archlinux:base it could also break our build process, so we avoid dog fooding here
|
||||
FROM alpine:3.18 AS verify
|
||||
COPY TEMPLATE_ROOTFS_FILE /
|
||||
|
||||
RUN pacman -Syu --noconfirm
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
# TEMPLATE_ROOTFS_RELEASE_URL
|
||||
RUN TEMPLATE_ROOTFS_DOWNLOAD && \
|
||||
|
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user