last try podman
This commit is contained in:
@@ -71,10 +71,15 @@ jobs:
|
||||
sep-annotations: " "
|
||||
|
||||
- name: Build Image
|
||||
env:
|
||||
# Diese beiden Variablen sind der Schlüssel für den unprivilegierten Host
|
||||
STORAGE_DRIVER: vfs
|
||||
PODMAN_USERNS: keep-id
|
||||
run: |
|
||||
podman build \
|
||||
-f ./Containerfile \
|
||||
-t "localhost/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}" \
|
||||
--storage-driver=vfs \
|
||||
--label "org.opencontainers.image.title=${{ env.IMAGE_NAME }}" \
|
||||
--label "org.opencontainers.image.description=${{ env.IMAGE_DESC }}" \
|
||||
--label "org.opencontainers.image.vendor=${{ github.repository_owner }}" \
|
||||
|
||||
Reference in New Issue
Block a user