mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 22:27:29 +02:00
Eat our own dog food, drop renovate since we no longer pin any versions
This commit is contained in:
parent
6aa7dcc287
commit
a76517d48c
@ -8,9 +8,8 @@
|
|||||||
# Some templating is done in order to allow us to easily build different configurations and to
|
# Some templating is done in order to allow us to easily build different configurations and to
|
||||||
# allow us to automate the release process.
|
# allow us to automate the release process.
|
||||||
|
|
||||||
FROM alpine:3.18 AS verify
|
FROM archlinux/archlinux:latest AS verify
|
||||||
COPY TEMPLATE_ROOTFS_FILE /
|
COPY TEMPLATE_ROOTFS_FILE /
|
||||||
RUN apk add --no-cache curl tar zstd
|
|
||||||
|
|
||||||
# TEMPLATE_ROOTFS_RELEASE_URL
|
# TEMPLATE_ROOTFS_RELEASE_URL
|
||||||
RUN TEMPLATE_ROOTFS_DOWNLOAD && \
|
RUN TEMPLATE_ROOTFS_DOWNLOAD && \
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
|
||||||
"config:base"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user