Skip to content
Snippets Groups Projects
Commit 4fe791ca authored by Simon Künzel's avatar Simon Künzel
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #6576 canceled
.idea/
\ No newline at end of file
build:
stage: build
timeout: 1h
image:
name: gcr.io/kaniko-project/executor:v1.23.2-debug
entrypoint: [""]
script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- echo $UPSTREAM_COMMIT_SHA
- >-
/kaniko/executor
--context=git://$GIT_REPO#$UPSTREAM_COMMIT_SHA
--build-arg=GIT_COMMIT_HASH=$UPSTREAM_COMMIT_SHA
$EXTRA_KANIKO_ARGUMENTS
--destination=$CI_REGISTRY_IMAGE/$TARGET_IMAGE_NAME:$UPSTREAM_COMMIT_SHA
--destination=$CI_REGISTRY_IMAGE/$TARGET_IMAGE_NAME:latest
This repo is similar to the videoag_infra/production repo and serves as the central container registry for dev images.
With this a local cluster can be easily setup by just replacing the image urls in the flux config
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment