Skip to content

Commit

Permalink
kaniko executor syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
anitaratansingh committed Jul 12, 2024
1 parent 96e19f4 commit 5a1f423
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/vdk-core/cicd/deploy-base-vdk-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ echo "{\"auths\":{\"$VDK_DOCKER_REGISTRY_URL\":{\"username\":\"$VDK_DOCKER_REGIS

SCRIPT_DIR=$(dirname "$0")
DOCKERFILE_PATH="$SCRIPT_DIR/Dockerfile-vdk-base"
/kaniko/executor --log-timestamp=true --single-snapshot \
--label=vdk_version="${VDK_VERSION}" \
/kaniko/executor --single-snapshot \
--dockerfile="${DOCKERFILE_PATH}" \
--destination="${DOCKER_REGISTRY_IMAGE}:${VDK_VERSION}" \
--destination="${DOCKER_REGISTRY_IMAGE}:${BUILD_TYPE}" \
Expand Down

0 comments on commit 5a1f423

Please sign in to comment.