mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-02 15:31:12 +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
|
docker-compose run --rm -T moby /bin/mkinitrd.sh
|
||||||
|
|
||||||
initrd.img.gz: initrd.img
|
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
|
mobylinux-efi.iso: initrd.img.gz Dockerfile.efi
|
||||||
docker-compose build efi
|
docker-compose build efi
|
||||||
|
Loading…
Reference in New Issue
Block a user