add docker cli

This commit is contained in:
Michael Kriese 2023-03-21 14:44:15 +01:00
parent 44630546fe
commit a7c460d2b1
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -25,7 +25,7 @@ pipeline:
environment: environment:
DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://docker:2375
commands: commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community kind - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community docker-cli kind
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config - export KUBECONFIG=$${CI_WORKSPACE}/kube.config
- kind create cluster --help - kind create cluster --help
- kind create cluster --name chart-testing --image kindest/node:${k8s} --wait 60s - kind create cluster --name chart-testing --image kindest/node:${k8s} --wait 60s
@ -45,7 +45,7 @@ pipeline:
environment: environment:
DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://docker:2375
commands: commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community kind - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community docker-cli kind
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config - export KUBECONFIG=$${CI_WORKSPACE}/kube.config
- kind delete cluster--name chart-testing - kind delete cluster--name chart-testing
when: when: