diff --git a/docs/images/docker-qemu-static.md b/docs/images/docker-qemu-static.md index 09e863ff1b..315c0cb881 100644 --- a/docs/images/docker-qemu-static.md +++ b/docs/images/docker-qemu-static.md @@ -56,11 +56,10 @@ The architectures supported by this image are: | :----: | :----: | ---- | | x86-64 | ✅ | amd64-\ | | arm64 | ✅ | arm64v8-\ | -| armhf| ❌ | arm32v7-\ | ## Usage -Unlike most of our container library this image is meant to be run ephemerally from the command line to enabled the underlying host to run containers built for different architechtures. +Unlike most of our container library this image is meant to be run ephemerally from the command line to enable the underlying host to run containers built for different architechtures. Changes will not persist a host reboot. ### Enable and reset @@ -73,6 +72,7 @@ docker run --rm -it \ ``` ## Versions +* **17.11.25:** - Use Debian Trixie for build. * **09.12.24:** - Upgrade to 9.1.2, automate new builds. * **07.11.24:** - Upgrade to 9.1.1, switch to new debian package and bin naming scheme. * **14.10.24:** - Initial release.