build: Set version

This commit is contained in:
Kroese 2023-11-29 17:44:29 +01:00 committed by GitHub
parent 89042e0543
commit 0d1b499edb

View file

@ -32,9 +32,6 @@ ENV RAM_SIZE "512M"
ENV BOOT "http://www.example.com/image.iso" ENV BOOT "http://www.example.com/image.iso"
ARG VERSION_ARG="0.0" ARG VERSION_ARG="0.0"
ENV VERSION=$VERSION_ARG RUN echo "$VERSION_ARG" > /run/version
LABEL org.opencontainers.image.title="QEMU for Docker"
LABEL org.opencontainers.image.description="QEMU in a docker container using KVM acceleration"
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"] ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]