4.0-r2
Introducing Officel Container Registry of CtbCap:
-
Docker Hub
docker pull kfermercer/ctbcap:latest
-
GitHub Package
docker pull ghcr.io/kfermercer/ctbcap:latest
With Full Platform-Available:
Platform | Available |
---|---|
x86 | ✅ |
x86_64 | ✅ |
armhf | ✅ |
armv7 | ✅ |
aarch64 | ✅ |
loongarch64 | ✅ |
ppc64le | ✅ |
riscv64 | ✅ |
s390x | ✅ |
CtbCap will always deliver on the Compatibility Promise.
-
Now you can completely disable logging to file with
-o 0
. -
Add disk space detection. New recording will be rejected if the remaining space is less than 512MiB.
-
Add log file trimming to control log file size.
-
Docker containers can now configure the user.
-
Update docker-compose.sample.yml to match Container Registry.
-
Rewrite the README.md to match Container Registry. You should re-read it to avoid losing the information.
-
Fixing potential issues and code efficiency improvements.
-
Full Changelog: 4.0-r1...4.0-r2