mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
remove container
This commit is contained in:
parent
0f231557e6
commit
2aeb0bde72
1 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
container/$(IMAGE_NAME)-$(IMAGE_TAG):
|
$(IMAGE_NAME)-$(IMAGE_TAG):
|
||||||
mkdir $(_BASE_DIR)/container || true
|
skopeo copy docker://$(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG) oci:$(IMAGE_NAME)-$(IMAGE_TAG)
|
||||||
skopeo copy docker://$(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG) oci:$(_BASE_DIR)/container/$(IMAGE_NAME)-$(IMAGE_TAG)
|
|
||||||
|
|
||||||
install-deps:
|
install-deps:
|
||||||
if [ "$(PACKAGE_MANAGER)" =~ apt.* ]; then $(PACKAGE_MANAGER) update; fi
|
if [ "$(PACKAGE_MANAGER)" =~ apt.* ]; then $(PACKAGE_MANAGER) update; fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue