mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-12 19:41:40 +00:00
miragesdk: move files around
The new hiearchy is:
- pkg/{init,mirage-compile}: additional Moby packages
- src/sdk -> the begining of the MirageOS SDK for Moby
- src/dhcp-client -> the code for the MirageOS dhcp-client service
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
4
projects/miragesdk/src/Dockerfile.pkg
Normal file
4
projects/miragesdk/src/Dockerfile.pkg
Normal file
@@ -0,0 +1,4 @@
|
||||
#FROM ocaml/opam:alpine-3.5_ocaml-4.04.0
|
||||
FROM scratch
|
||||
COPY obj ./
|
||||
CMD ["/dhcp-client"]
|
||||
Reference in New Issue
Block a user