kaniko test
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Jan-Henrik 2022-12-29 23:18:41 +01:00
parent 4b33672485
commit d5c51b7ac0

View file

@ -5,22 +5,12 @@ name: default
steps:
- name: build
image: docker:dind
image: gcr.io/kaniko-project/executor:latest
volumes:
- name: dockersock
path: /var/run
commands:
- sleep 10
- docker build .
- /kaniko/executor
--context "${DRONE_WORKSPACE}"
--dockerfile "${DRONE_WORKSPACE}/Dockerfile"
services:
- name: docker
image: docker:dind
# privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}