last try podman

This commit is contained in:
gunnar
2026-06-05 20:27:47 +02:00
parent e414033965
commit 290dc69d81
+5
View File
@@ -71,10 +71,15 @@ jobs:
sep-annotations: " " sep-annotations: " "
- name: Build Image - name: Build Image
env:
# Diese beiden Variablen sind der Schlüssel für den unprivilegierten Host
STORAGE_DRIVER: vfs
PODMAN_USERNS: keep-id
run: | run: |
podman build \ podman build \
-f ./Containerfile \ -f ./Containerfile \
-t "localhost/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}" \ -t "localhost/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}" \
--storage-driver=vfs \
--label "org.opencontainers.image.title=${{ env.IMAGE_NAME }}" \ --label "org.opencontainers.image.title=${{ env.IMAGE_NAME }}" \
--label "org.opencontainers.image.description=${{ env.IMAGE_DESC }}" \ --label "org.opencontainers.image.description=${{ env.IMAGE_DESC }}" \
--label "org.opencontainers.image.vendor=${{ github.repository_owner }}" \ --label "org.opencontainers.image.vendor=${{ github.repository_owner }}" \