mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
compress layers
This commit is contained in:
parent
c174f2bab7
commit
75a3755bd1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -25,7 +25,7 @@ boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.
|
||||||
|
|
||||||
$(image_name)-$(version):
|
$(image_name)-$(version):
|
||||||
podman pull $(image_repo)/$(image_name):$(version)
|
podman pull $(image_repo)/$(image_name):$(version)
|
||||||
podman save --format oci-dir -o $(image_name)-$(version) $(image_repo)/$(image_name):$(version)
|
podman save --format oci-dir --compress -o $(image_name)-$(version) $(image_repo)/$(image_name):$(version)
|
||||||
podman rmi $(image_repo)/$(image_name):$(version)
|
podman rmi $(image_repo)/$(image_name):$(version)
|
||||||
|
|
||||||
install-deps:
|
install-deps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue