misc: remove old Debian references and complete the takeover

This commit is contained in:
minoplhy 2025-03-12 14:12:04 +07:00
parent a13711e7f9
commit db5ba45a0c
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -1,7 +1,6 @@
## builder ## builder
FROM alpine:3.21 as builder FROM alpine:3.21 as builder
LABEL image="ripe-atlas-builder" LABEL image="ripe-atlas-builder"
ARG DEBIAN_FRONTEND=noninteractive
ARG GIT_URL=https://github.com/RIPE-NCC/ripe-atlas-software-probe.git ARG GIT_URL=https://github.com/RIPE-NCC/ripe-atlas-software-probe.git
COPY alpinelinux-fix-sys-reboot.patch /tmp/alpinelinux-fix-sys-reboot.patch COPY alpinelinux-fix-sys-reboot.patch /tmp/alpinelinux-fix-sys-reboot.patch
@ -32,7 +31,7 @@ COPY --from=builder /tmp/ripe-atlas-software-probe /
## the actual image ## the actual image
FROM alpine:3.21 FROM alpine:3.21
LABEL maintainer="dockerhub@public.swineson.me" LABEL maintainer="c@3qx.nl"
LABEL image="ripe-atlas" LABEL image="ripe-atlas"
COPY --from=builder /tmp/ripe-atlas-software-probe /tmp/ripe-atlas-software-probe COPY --from=builder /tmp/ripe-atlas-software-probe /tmp/ripe-atlas-software-probe