Skip to content

Commit 56d1872

Browse files
committed
kaniko is EOL -> replace
1 parent df8254e commit 56d1872

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
include:
22
- project: 'dgsys/k8s/isp-ci-templates'
33
ref: 'master'
4-
file: 'application/docker/kaniko.yml'
4+
file: 'application/docker/buildkit.yml'
55

66
variables:
77
IMAGE_NAME: ${DOCKER_CI_REGISTRY}/${CI_PROJECT_NAME}
88

99
build-image:
10-
before_script:
11-
- echo "{\"auths\":{\"${DOCKER_CI_REGISTRY}\":{\"username\":\"${DOCKER_CI_USER}\",\"password\":\"${DOCKER_CI_PASSWORD}\"}}}" > /kaniko/.docker/config.json
12-
extends: .kaniko-build-template
10+
before_script:
11+
- mkdir -p ~/.docker
12+
- echo "{\"auths\":{\"${DOCKER_CI_REGISTRY}\":{\"username\":\"${DOCKER_CI_USER}\",\"password\":\"${DOCKER_CI_PASSWORD}\"}}}" > ~/.docker/config.json
13+
extends: .buildkit-template
1314
when: manual
1415
only:
1516
- pre-release

0 commit comments

Comments
 (0)