add download page

This commit is contained in:
Brian Clemens
2021-03-04 00:13:21 +09:00
parent 70ebfdbf70
commit 8094e95eee
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
---
title: Download
hide_table_of_contents: false
---
# Download
Warewulf is available in the [Ctrl IQ Repository](https://repo.ctrliq.com) for several RPM based Linux distributions. For convenience, direct download links are also listed here.
## Enterprise Linux 7
Compatible with RHEL, CentOS, and Oracle Linux
| Architecture | Version | Download
| --- | --- | ---
| x86_64 | 4.0.0 | https://repo.ctrliq.com/rhel/7/stable/x86_64/warewulf-4.0.0-1.el7.x86_64.rpm
| aarch64 | 4.0.0 | Available soon
## Enterprise Linux 8
Compatible with RHEL, CentOS, Oracle, and Rocky Linux
| Architecture | Version | Download
| --- | --- | ---
| x86_64 | 4.0.0 | https://repo.ctrliq.com/rhel/8/stable/x86_64/warewulf-4.0.0-1.el7.x86_64.rpm
| aarch64 | 4.0.0 | Available soon
---
Ctrl IQ packages are signed with the Ctrl IQ release key, [E97E 8F85 D71A B47F](https://repo.ctrliq.com/gpg).

View File

@@ -71,6 +71,14 @@ function Home() {
to={useBaseUrl('docs/')}>
Get Started
</Link>
<Link
className={clsx(
'button button--outline button--secondary button--lg',
styles.getStarted,
)}
to={useBaseUrl('download/')}>
Download
</Link>
</div>
</div>
</header>