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: steps:
- name: build - name: build
image: docker:dind image: gcr.io/kaniko-project/executor:latest
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run path: /var/run
commands: commands:
- sleep 10 - /kaniko/executor
- docker build . --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: {}