mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-18 12:20:32 +00:00
Split base/ into base/ and tools/
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
6
tools/tar2initrd/Dockerfile
Normal file
6
tools/tar2initrd/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine:3.5
|
||||
|
||||
COPY . /
|
||||
|
||||
ENTRYPOINT ["/bin/sh", "-c"]
|
||||
CMD ["/tar2initrd.sh"]
|
||||
Reference in New Issue
Block a user