add alpine test
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
name: Podman Test
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
podman-job:
|
||||||
|
runs-on: podman_linux
|
||||||
|
container:
|
||||||
|
image: alpine:latest
|
||||||
|
options: --security-opt label=disable --security-opt seccomp=unconfined
|
||||||
|
steps:
|
||||||
|
- name: Verify Podman
|
||||||
|
run: |
|
||||||
|
podman --version
|
||||||
|
podman run --rm docker.io/library/hello-world
|
||||||
Reference in New Issue
Block a user