docker-images/.drone.yml
Erki 0eb10a4800
All checks were successful
continuous-integration/drone/push Build is passing
Ubuntu C++ image
2021-03-14 15:49:12 +02:00

18 lines
335 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build cpp-ubuntu
image: docker
commands:
- docker build -t erki/cpp-ubuntu:latest - < cpp-ubuntu.Dockerfile
volumes:
- name: docker_socket
path: /var/run/docker.sock
volumes:
- name: docker_socket
host:
path: /var/run/docker.sock