mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
can't use compress unless docker-dir
This commit is contained in:
parent
99aa9e0027
commit
a517a34a78
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):
|
||||
podman pull $(image_repo)/$(image_name):$(version)
|
||||
podman save --format oci-dir --compress -o $(base_dir)/$(image_name)-$(version) $(image_repo)/$(image_name):$(version)
|
||||
podman save --format oci-dir -o $(base_dir)/$(image_name)-$(version) $(image_repo)/$(image_name):$(version)
|
||||
podman rmi $(image_repo)/$(image_name):$(version)
|
||||
|
||||
install-deps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue