Compare commits

..

1 Commits

Author SHA1 Message Date
36616aa2b4 fix
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2022-11-28 02:41:37 +01:00

View File

@ -1,18 +1,24 @@
kind: pipeline kind: pipeline
name: test-docker-build name: test-docker-build
steps: steps:
- name: test - name: test-docker-build
image: docker:dind image: plugins/docker
volumes: #image: plugins/kaniko
- name: dockersock
path: /var/run/docker.sock
commands: commands:
- echo nameserver 116.202.204.30 > /etc/resolv.conf - echo nameserver 116.202.204.30 > /etc/resolv.conf
- docker ps -a - ping -c 1 google.com
- docker build . - find /var/run
volumes: - DOCKER_HOST=unix:///var/run/docker.sock docker build .
- name: dockersock #- /bin/sh /usr/local/bin/dockerd-entrypoint.sh /bin/drone-docker
host: #- exec /bin/drone-docker
path: /var/run/docker.sock #- exec /bin/sh /usr/local/bin/dockerd-entrypoint.sh /bin/drone-docker
#- env
#- cat /etc/resolv.conf
settings:
debug: true
#privileged: true
repo: test/test
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}