From 392754664b44f0ec46021a3fea6cef525adee295 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 16 Oct 2023 16:53:28 +0200 Subject: [PATCH] build: Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e0b986..d4f2d6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,8 @@ ARG BUILD_ARG=0 ARG VERSION_ARG="0.0" ENV VERSION=$VERSION_ARG -LABEL org.opencontainers.image.title=qemu-docker +LABEL org.opencontainers.image.licenses=MIT +LABEL org.opencontainers.image.title=QEMU for Docker LABEL org.opencontainers.image.created=${DATE_ARG} LABEL org.opencontainers.image.revision=${BUILD_ARG} LABEL org.opencontainers.image.version=${VERSION_ARG}