mirror of
https://github.com/rancher/types.git
synced 2025-04-27 02:10:48 +00:00
24 lines
307 B
YAML
24 lines
307 B
YAML
---
|
|
kind: pipeline
|
|
name: default
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
steps:
|
|
- name: build
|
|
pull: default
|
|
image: rancher/dapper:1.11.2
|
|
commands:
|
|
- dapper ci
|
|
privileged: true
|
|
volumes:
|
|
- name: socket
|
|
path: /var/run/docker.sock
|
|
|
|
volumes:
|
|
- name: socket
|
|
host:
|
|
path: /var/run/docker.sock
|