add download page
This commit is contained in:
27
docs/src/pages/download.md
Normal file
27
docs/src/pages/download.md
Normal 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).
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user