mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-26 15:47:53 +00:00
Move installable packages to pkg
Still leaves some intermediate repos in `base/` See #1266 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
3
pkg/binfmt/Dockerfile
Normal file
3
pkg/binfmt/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM scratch
|
||||
COPY . ./
|
||||
CMD ["/usr/bin/binfmt", "-dir", "/etc/binfmt.d/", "-mount", "/binfmt_misc"]
|
Reference in New Issue
Block a user