Add/Update Dockerfiles for Alpine rootfs builds

This commit is contained in:
2025-07-13 19:48:15 +00:00
parent ae257ac2a2
commit 4d3e30e57c
3 changed files with 12 additions and 0 deletions

4
v3.18/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM scratch
LABEL maintainer="fithwum"
ADD alpine-v3.18.tar.gz /
CMD ["/bin/sh"]

4
v3.19/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM scratch
LABEL maintainer="fithwum"
ADD alpine-v3.19.tar.gz /
CMD ["/bin/sh"]

4
v3.20/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM scratch
LABEL maintainer="fithwum"
ADD alpine-v3.20.tar.gz /
CMD ["/bin/sh"]