From bef1d886449d99a1c293b73674282ae4965f5874 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 16 Jun 2025 07:24:56 +0200 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 06599d2..2c2605e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,9 @@ 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 " +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 DOCKER_CLI_EXPERIMENTAL=enabled