All checks were successful
dustin/sshca/pipeline/head This commit looks good
When this repository was split from the original *dustin/sshca* repository, the CI pipeline was not imported. It wouldn't have mattered if it had been, since it wouldn't have worked, anyway, given the path changes.
20 lines
336 B
YAML
20 lines
336 B
YAML
spec:
|
|
containers:
|
|
- name: buildah
|
|
image: quay.io/containers/buildah:v1
|
|
command:
|
|
- cat
|
|
stdin: true
|
|
tty: true
|
|
securityContext:
|
|
capabilities:
|
|
add:
|
|
- SYS_ADMIN
|
|
- MKNOD
|
|
- SYS_CHROOT
|
|
- SETFCAP
|
|
resources:
|
|
limits:
|
|
github.com/fuse: 1
|
|
hostUsers: false
|