18 lines
335 B
YAML
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
|