feat: add tools page and update action button copy #6
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue