fix
This commit is contained in:
parent
2cb70e2fe7
commit
36616aa2b4
23
.drone.yml
23
.drone.yml
@ -3,17 +3,22 @@ name: test-docker-build
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test-docker-build
|
- name: test-docker-build
|
||||||
#image: plugins/docker
|
image: plugins/docker
|
||||||
image: plugins/kaniko
|
#image: plugins/kaniko
|
||||||
|
commands:
|
||||||
|
- echo nameserver 116.202.204.30 > /etc/resolv.conf
|
||||||
|
- ping -c 1 google.com
|
||||||
|
- find /var/run
|
||||||
|
- DOCKER_HOST=unix:///var/run/docker.sock docker build .
|
||||||
|
#- /bin/sh /usr/local/bin/dockerd-entrypoint.sh /bin/drone-docker
|
||||||
|
#- exec /bin/drone-docker
|
||||||
|
#- exec /bin/sh /usr/local/bin/dockerd-entrypoint.sh /bin/drone-docker
|
||||||
|
#- env
|
||||||
|
#- cat /etc/resolv.conf
|
||||||
settings:
|
settings:
|
||||||
dry_run: true
|
debug: true
|
||||||
|
#privileged: true
|
||||||
repo: test/test
|
repo: test/test
|
||||||
target: final
|
|
||||||
custom_dns: [ 116.202.204.30 ]
|
|
||||||
username:
|
|
||||||
from_secret: registry_username
|
|
||||||
password:
|
|
||||||
from_secret: registry_password
|
|
||||||
tags:
|
tags:
|
||||||
- ${DRONE_COMMIT_SHA}
|
- ${DRONE_COMMIT_SHA}
|
||||||
- ${DRONE_BRANCH}
|
- ${DRONE_BRANCH}
|
||||||
|
Loading…
Reference in New Issue
Block a user