15 lines
235 B
YAML
15 lines
235 B
YAML
---
|
|
|
|
driver:
|
|
name: podman
|
|
platforms:
|
|
- name: instance
|
|
image: ubi9/ubi-init
|
|
pre_build_image: true
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
privileged: true
|
|
command: "/usr/sbin/init"
|
|
lint:
|
|
ansible-lint
|