mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17: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
@@ -240,7 +240,7 @@ verify-gql-committed:
|
||||
|
||||
.PHONY: binary-container
|
||||
binary-container:
|
||||
${CONTAINER_RUNTIME} build ${BUILD_ARGS} -f Dockerfile -t zot-build:latest .
|
||||
${CONTAINER_RUNTIME} build ${BUILD_ARGS} -f build/Dockerfile -t zot-build:latest .
|
||||
|
||||
.PHONY: run-container
|
||||
run-container:
|
||||
@@ -250,6 +250,7 @@ run-container:
|
||||
.PHONY: binary-stacker
|
||||
binary-stacker:
|
||||
${STACKER} build \
|
||||
-f build/stacker.yaml \
|
||||
--substitute COMMIT=$(PWD) \
|
||||
--substitute OS=$(OS) \
|
||||
--substitute ARCH=$(ARCH) \
|
||||
@@ -257,7 +258,7 @@ binary-stacker:
|
||||
|
||||
.PHONY: image
|
||||
image:
|
||||
${CONTAINER_RUNTIME} build ${BUILD_ARGS} -f Dockerfile -t zot:latest .
|
||||
${CONTAINER_RUNTIME} build ${BUILD_ARGS} -f build/Dockerfile -t zot:latest .
|
||||
|
||||
$(BATS):
|
||||
rm -rf bats-core; \
|
||||
|
||||
Reference in New Issue
Block a user