kaniko test
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
4b33672485
commit
d5c51b7ac0
1 changed files with 4 additions and 14 deletions
18
.drone.yml
18
.drone.yml
|
@ -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: {}
|
||||
|
|
Loading…
Reference in a new issue