mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 00:17:27 +00:00
Remove docker2tar docker image, use Docker directly from Go
Removing the left over indirect creates that use the Docker socket and run in containers not directly. See #1347 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
1
Makefile
1
Makefile
@@ -13,6 +13,7 @@ endif
|
||||
|
||||
bin/moby: $(MOBY_DEPS) | bin
|
||||
tar cf - vendor src/initrd src/pad4 -C src/cmd/moby . | docker run --rm --net=none --log-driver=none -i $(CROSS) $(GO_COMPILE) --package github.com/docker/moby -o $@ | tar xf -
|
||||
touch $@
|
||||
|
||||
moby-initrd.img: bin/moby moby.yaml
|
||||
bin/moby build moby.yaml
|
||||
|
||||
Reference in New Issue
Block a user