You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/images/docker-qemu-static.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,10 @@ The architectures supported by this image are:
56
56
| :----: | :----: | ---- |
57
57
| x86-64 | ✅ | amd64-\<version tag\>|
58
58
| arm64 | ✅ | arm64v8-\<version tag\>|
59
-
| armhf| ❌ | arm32v7-\<version tag\>|
60
59
61
60
## Usage
62
61
63
-
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.
62
+
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.
64
63
65
64
### Enable and reset
66
65
@@ -73,6 +72,7 @@ docker run --rm -it \
73
72
```
74
73
## Versions
75
74
75
+
***17.11.25:** - Use Debian Trixie for build.
76
76
***09.12.24:** - Upgrade to 9.1.2, automate new builds.
77
77
***07.11.24:** - Upgrade to 9.1.1, switch to new debian package and bin naming scheme.
0 commit comments