mirror of
https://github.com/rancher/types.git
synced 2025-08-03 05:30:03 +00:00
10 lines
168 B
YAML
10 lines
168 B
YAML
---
|
|
pipeline:
|
|
build:
|
|
privileged: true
|
|
image: rancher/dapper:1.11.2
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
commands:
|
|
- dapper ci
|