Got pipeline to run.
continuous-integration/drone/push Build is passing Details

main
shnee 4 years ago
parent 661ff79446
commit af0e5a298b

@ -5,7 +5,7 @@ name: docker-build
steps:
- name: docker build
image: shnee:dind
image: shnee/dind
volumes:
- name: dockersock
path: /var/run
@ -15,7 +15,7 @@ steps:
services:
- name: docker
image: docker:dind
image: shnee/dind
privileged: true
volumes:
- name: dockersock

@ -1,4 +1,5 @@
FROM docker:dind
# FROM docker:dind
FROM docker:19.03-dind
RUN apk add --no-cache \
make

Loading…
Cancel
Save