From 8306e3d9dee6f6a93c916d08072ecc706b9b55cc Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 29 Jun 2025 11:13:29 +0000 Subject: [PATCH] docker: disarm unmaintained images --- scripts/docker/Dockerfile.djd | 5 ++++- scripts/docker/Dockerfile.djf | 5 ++++- scripts/docker/Dockerfile.djff | 5 ++++- scripts/docker/Dockerfile.dju | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/scripts/docker/Dockerfile.djd b/scripts/docker/Dockerfile.djd index baa5e60c..4df9d27e 100644 --- a/scripts/docker/Dockerfile.djd +++ b/scripts/docker/Dockerfile.djd @@ -1,4 +1,7 @@ -FROM debian:12-slim +FROM DO_NOT_USE_THIS_DOCKER_IMAGE +# this image is an unmaintained experiment to see whether alpine was the correct choice (it was) + +#FROM debian:12-slim WORKDIR /z LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \ org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \ diff --git a/scripts/docker/Dockerfile.djf b/scripts/docker/Dockerfile.djf index 57167512..28c64c1d 100644 --- a/scripts/docker/Dockerfile.djf +++ b/scripts/docker/Dockerfile.djf @@ -1,4 +1,7 @@ -FROM fedora:39 +FROM DO_NOT_USE_THIS_DOCKER_IMAGE +# this image is an unmaintained experiment to see whether alpine was the correct choice (it was) + +#FROM fedora:39 WORKDIR /z LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \ org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \ diff --git a/scripts/docker/Dockerfile.djff b/scripts/docker/Dockerfile.djff index c46c9f12..748881a1 100644 --- a/scripts/docker/Dockerfile.djff +++ b/scripts/docker/Dockerfile.djff @@ -1,4 +1,7 @@ -FROM fedora:38 +FROM DO_NOT_USE_THIS_DOCKER_IMAGE +# this image is an unmaintained experiment to see whether alpine was the correct choice (it was) + +#FROM fedora:38 WORKDIR /z LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \ org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \ diff --git a/scripts/docker/Dockerfile.dju b/scripts/docker/Dockerfile.dju index 7ea6699a..aa07f930 100644 --- a/scripts/docker/Dockerfile.dju +++ b/scripts/docker/Dockerfile.dju @@ -1,4 +1,7 @@ -FROM ubuntu:23.04 +FROM DO_NOT_USE_THIS_DOCKER_IMAGE +# this image is an unmaintained experiment to see whether alpine was the correct choice (it was) + +#FROM ubuntu:23.04 WORKDIR /z LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \ org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \