diff --git a/_layouts/tools.html b/_layouts/tools.html index 6ed490b..3b882d9 100644 --- a/_layouts/tools.html +++ b/_layouts/tools.html @@ -79,7 +79,7 @@
  • Fully verifiable and deterministic build toolchain
  • Deterministic packages of commonly used software (rust, go, openssl, curl and many more)
  • Flexible drop in replacement for existing software
  • -
  • Available on [dockerhub](https://hub.docker.com/u/stagex)
  • +
  • Available on dockerhub
  • @@ -99,7 +99,7 @@
  • Immutable: Root filesystem is a CPIO filesystem extracted to a RamFS at boot
  • Minimal: < 5MB footprint and nothing is included but a kernel and your target binary by default
  • Deterministic: multiple people can reproduce the build and verify its integrity
  • -
  • Hardened: No TCP/IP network support, most unnecessary kernel features disabled and follows [Kernel Self Protection Project](https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project) recommendations
  • +
  • Hardened: No TCP/IP network support, most unnecessary kernel features disabled and follows Kernel Self Protection Project recommendations