mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
build: move build artifacts into build/ (#986)
Unclutter the root dir by moving all docker/stacker build artifacts into build/ folder. Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
GitHub
parent
94d073ceab
commit
97e7f7f756
@@ -2,7 +2,7 @@ CONTAINER_RUNTIME := docker
|
||||
|
||||
.PHONY: binary-container
|
||||
binary-container:
|
||||
${CONTAINER_RUNTIME} build -f Dockerfile -t zot-build:latest ../../.
|
||||
${CONTAINER_RUNTIME} build -f build/Dockerfile -t zot-build:latest ../../.
|
||||
|
||||
.PHONY: run-container
|
||||
run-container:
|
||||
@@ -11,7 +11,7 @@ run-container:
|
||||
|
||||
.PHONY: binary-minimal-container
|
||||
binary-minimal-container:
|
||||
${CONTAINER_RUNTIME} build -f Dockerfile-minimal -t zot-minimal:latest ../../.
|
||||
${CONTAINER_RUNTIME} build -f build/Dockerfile-minimal -t zot-minimal:latest ../../.
|
||||
|
||||
.PHONY: run-minimal-container
|
||||
run-minimal-container:
|
||||
@@ -20,7 +20,7 @@ run-minimal-container:
|
||||
|
||||
.PHONY: binary-exporter-container
|
||||
binary-exporter-container:
|
||||
${CONTAINER_RUNTIME} build -f Dockerfile-zxp -t zxp:latest ../../.
|
||||
${CONTAINER_RUNTIME} build -f build/Dockerfile-zxp -t zxp:latest ../../.
|
||||
|
||||
.PHONY: run-exporter-container
|
||||
run-exporter-container:
|
||||
|
||||
Reference in New Issue
Block a user