last try podman
This commit is contained in:
@@ -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 }}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user