Actualiser Dockerfile
Some checks failed
Build and Push Docker Image / build (push) Failing after 5m28s

This commit is contained in:
2025-06-16 07:24:56 +02:00
parent e9e952ddaf
commit bef1d88644

View File

@@ -1,4 +1,9 @@
FROM debian:bookworm-slim FROM debian:bookworm-slim
LABEL org.opencontainers.image.description="A Docker image with Podman that can build and push OCI Docker images for different types of CPU architecture thanks to QEMU."
LABEL org.opencontainers.image.title="citools-podmanx"
LABEL org.opencontainers.image.authors="Eric Coissac <eric@petite-maison-orange.fr>"
LABEL org.opencontainers.image.source="https://gargoton.petite-maison-orange.fr/image/citools-podmanx"
LABEL org.opencontainers.image.documentation="https://gargoton.petite-maison-orange.fr/image/citools-podmanx"
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
ENV DOCKER_CLI_EXPERIMENTAL=enabled ENV DOCKER_CLI_EXPERIMENTAL=enabled