Skip to content

Commit

Permalink
update targets used for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nqb committed Nov 25, 2022
1 parent bcac401 commit a617c20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions containers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ endif
.PHONY: run_kaniko

run_kaniko:
docker pull gcr.io/kaniko-project/executor:debug
docker container run --entrypoint '/busybox/sh' --rm --name "kaniko" --volume="$(SRC_ROOT_DIR)":/workspace -it gcr.io/kaniko-project/executor:debug
docker pull ghcr.io/inverse-inc/packetfence/kaniko-build:devel
docker container run --entrypoint '/busybox/sh' --rm --name "kaniko" --volume="$(SRC_ROOT_DIR)":/workspace -it ghcr.io/inverse-inc/packetfence/kaniko-build:devel

### Targets for localdev
DOCKERFILE_DIRS = $(shell find -type f -name "Dockerfile" -printf "%P\n")
Expand All @@ -43,4 +43,4 @@ $(CONTAINER_IMAGES):
-e "KNK_REGISTRY_URL=$(KNK_REGISTRY_URL)" \
-e "KNK_REGISTRY_USER" -e "KNK_REGISTRY_PASSWORD" \
--volume="$(SRC_ROOT_DIR)":/workspace \
-it gcr.io/kaniko-project/executor:debug
-it ghcr.io/inverse-inc/packetfence/kaniko-build:devel

0 comments on commit a617c20

Please sign in to comment.