Add/Update Dockerfiles for Alpine rootfs builds
This commit is contained in:
4
v3.18/Dockerfile
Normal file
4
v3.18/Dockerfile
Normal 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
4
v3.19/Dockerfile
Normal 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
4
v3.20/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM scratch
|
||||
LABEL maintainer="fithwum"
|
||||
ADD alpine-v3.20.tar.gz /
|
||||
CMD ["/bin/sh"]
|
||||
Reference in New Issue
Block a user