feat: Read version from image

This commit is contained in:
Kroese 2023-11-29 17:49:50 +01:00 committed by GitHub
parent 0d1b499edb
commit 4a0cb50048

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -Eeuo pipefail set -Eeuo pipefail
echo " Starting QEMU for Docker v${VERSION}..." echo " Starting QEMU for Docker v$(</run/version)..."
echo " For support visit https://github.com/qemu-tools/qemu-docker/" echo " For support visit https://github.com/qemu-tools/qemu-docker/"
cd /run cd /run