fix: links

This commit is contained in:
Anton Livaja 2024-03-28 20:56:01 -04:00
parent fb5e84ecaf
commit 4e3b0154f7
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
<li>Fully verifiable and deterministic build toolchain</li> <li>Fully verifiable and deterministic build toolchain</li>
<li>Deterministic packages of commonly used software (rust, go, openssl, curl and many more)</li> <li>Deterministic packages of commonly used software (rust, go, openssl, curl and many more)</li>
<li>Flexible drop in replacement for existing software</li> <li>Flexible drop in replacement for existing software</li>
<li>Available on [dockerhub](https://hub.docker.com/u/stagex)</li> <li>Available on <a href="https://hub.docker.com/u/stagex" target="_blank" rel="noopener noreferrer">dockerhub</a></li>
</ul> </ul>
</div> </div>
</section> </section>
@ -99,7 +99,7 @@
<li>Immutable: Root filesystem is a CPIO filesystem extracted to a RamFS at boot</li> <li>Immutable: Root filesystem is a CPIO filesystem extracted to a RamFS at boot</li>
<li>Minimal: < 5MB footprint and nothing is included but a kernel and your target binary by default</li> <li>Minimal: < 5MB footprint and nothing is included but a kernel and your target binary by default</li>
<li>Deterministic: multiple people can reproduce the build and verify its integrity</li> <li>Deterministic: multiple people can reproduce the build and verify its integrity</li>
<li>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</li> <li>Hardened: No TCP/IP network support, most unnecessary kernel features disabled and follows <a href="https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project" target="_blank" rel="noopener noreferrer">Kernel Self Protection Project</a> recommendations</li>
</ul> </ul>
</div> </div>
</section> </section>