mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 04:58:32 +00:00
Stop using container for gzip
Issue fixed in upstream alpine, gzip -9 now works correctly. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
9c79549d59
commit
3dd0aa67d9
@ -11,7 +11,7 @@ initrd.img: Dockerfile mkinitrd.sh init $(ETCFILES)
|
||||
docker-compose run --rm -T moby /bin/mkinitrd.sh
|
||||
|
||||
initrd.img.gz: initrd.img
|
||||
cat initrd.img | docker run -i justincormack/gzip -9 > initrd.img.gz
|
||||
cat initrd.img | gzip -9 > initrd.img.gz
|
||||
|
||||
mobylinux-efi.iso: initrd.img.gz Dockerfile.efi
|
||||
docker-compose build efi
|
||||
|
Loading…
Reference in New Issue
Block a user