Skip to content

Commit 8306e3d

Browse files
committed
docker: disarm unmaintained images
1 parent deb6711 commit 8306e3d

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

scripts/docker/Dockerfile.djd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM debian:12-slim
1+
FROM DO_NOT_USE_THIS_DOCKER_IMAGE
2+
# this image is an unmaintained experiment to see whether alpine was the correct choice (it was)
3+
4+
#FROM debian:12-slim
25
WORKDIR /z
36
LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \
47
org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \

scripts/docker/Dockerfile.djf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM fedora:39
1+
FROM DO_NOT_USE_THIS_DOCKER_IMAGE
2+
# this image is an unmaintained experiment to see whether alpine was the correct choice (it was)
3+
4+
#FROM fedora:39
25
WORKDIR /z
36
LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \
47
org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \

scripts/docker/Dockerfile.djff

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM fedora:38
1+
FROM DO_NOT_USE_THIS_DOCKER_IMAGE
2+
# this image is an unmaintained experiment to see whether alpine was the correct choice (it was)
3+
4+
#FROM fedora:38
25
WORKDIR /z
36
LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \
47
org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \

scripts/docker/Dockerfile.dju

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM ubuntu:23.04
1+
FROM DO_NOT_USE_THIS_DOCKER_IMAGE
2+
# this image is an unmaintained experiment to see whether alpine was the correct choice (it was)
3+
4+
#FROM ubuntu:23.04
25
WORKDIR /z
36
LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \
47
org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \

0 commit comments

Comments
 (0)