From 0d1b499edbfa04cb8b277b16000efbe2a92ef7e7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 29 Nov 2023 17:44:29 +0100 Subject: [PATCH] build: Set version --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5037e07..470c6c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,9 +32,6 @@ ENV RAM_SIZE "512M" ENV BOOT "http://www.example.com/image.iso" ARG VERSION_ARG="0.0" -ENV VERSION=$VERSION_ARG - -LABEL org.opencontainers.image.title="QEMU for Docker" -LABEL org.opencontainers.image.description="QEMU in a docker container using KVM acceleration" +RUN echo "$VERSION_ARG" > /run/version ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]