docker
image
An alpine
image with docker
installed
See https://blog.jbrumond.me/post/raspberry-pi-cluster-part-4:-gitea-and-drone for more info
Drone CI Usage
steps:
- name: deploy
image: docker.internal.example.com/docker
volumes:
- name: dockersock
path: /var/run/
environment:
DOCKER_REGISTRY: https://docker.internal.example.com
DOCKER_USER: drone
DOCKER_PASS:
from_secret: docker-internal-password
commands:
- /bin/docker-setup
- docker tag ...
- docker push ...
volumes:
- name: dockersock
host:
path: /var/run/
Description
A container image intended to be built by and run in Drone CI (https://www.drone.io/); Has
docker
installed with a parameterized setup script
Languages
Dockerfile
77.2%
Shell
22.8%