mirror of
https://github.com/rancher/os.git
synced 2025-04-27 11:10:56 +00:00
23 lines
303 B
YAML
23 lines
303 B
YAML
---
|
|
kind: pipeline
|
|
name: default
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
steps:
|
|
- name: build
|
|
pull: default
|
|
image: rancher/dapper:1.10.3
|
|
commands:
|
|
- KERNEL_CHECK=0 dapper ci
|
|
volumes:
|
|
- name: socket
|
|
path: /var/run/docker.sock
|
|
|
|
volumes:
|
|
- name: socket
|
|
host:
|
|
path: /var/run/docker.sock
|