We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bda87e commit 2c9f5caCopy full SHA for 2c9f5ca
docs/images/docker-socket-proxy.md
@@ -53,6 +53,7 @@ The architectures supported by this image are:
53
| Architecture | Available | Tag |
54
| :----: | :----: | ---- |
55
| x86-64 | ✅ | amd64-\<version tag\> |
56
+| riscv64 | ✅ | riscv64-\<version tag\> |
57
| arm64 | ✅ | arm64v8-\<version tag\> |
58
| armhf | ❌ | |
59
@@ -321,6 +322,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
321
322
323
## Versions
324
325
+* **03.06.25:** - Rebase to Alpine 3.22. Add RISCV support.
326
* **08.04.25:** - Add `LOG_LEVEL` back.
327
* **06.04.25:** - Switch back to haproxy for better handling of `docker exec` connection hijacking.
328
* **02.01.25:** - Support custom read timeout values.
0 commit comments