mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
move container
This commit is contained in:
parent
6b9d2633f3
commit
e4e7c615b1
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -55,8 +55,8 @@ boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.
|
|||
mv $(_BASE_DIR)/results/images/boot.iso $(_BASE_DIR)/
|
||||
|
||||
# Step 3: Download container image
|
||||
build/container/$(IMAGE_NAME)-$(IMAGE_TAG):
|
||||
mkdir build/container || true
|
||||
container/$(IMAGE_NAME)-$(IMAGE_TAG):
|
||||
mkdir container || true
|
||||
podman pull $(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG)
|
||||
podman save --format oci-dir -o $(_BASE_DIR)/container/$(IMAGE_NAME)-$(IMAGE_TAG) $(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG)
|
||||
podman rmi $(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue