mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
misc: remove old Debian references and complete the takeover
This commit is contained in:
parent
a13711e7f9
commit
db5ba45a0c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user