mirror of
https://github.com/9001/copyparty.git
synced 2025-11-05 14:23:17 +00:00
docker: disarm unmaintained images
This commit is contained in:
@@ -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
|
WORKDIR /z
|
||||||
LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \
|
LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \
|
||||||
org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \
|
org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \
|
||||||
|
|||||||
@@ -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
|
WORKDIR /z
|
||||||
LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \
|
LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \
|
||||||
org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \
|
org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \
|
||||||
|
|||||||
@@ -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
|
WORKDIR /z
|
||||||
LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \
|
LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \
|
||||||
org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \
|
org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \
|
||||||
|
|||||||
@@ -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
|
WORKDIR /z
|
||||||
LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \
|
LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \
|
||||||
org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \
|
org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \
|
||||||
|
|||||||
Reference in New Issue
Block a user