From 8094e95eee8b8041419864971aeb79152d7cf78a Mon Sep 17 00:00:00 2001 From: Brian Clemens Date: Thu, 4 Mar 2021 00:13:21 +0900 Subject: [PATCH] add download page --- docs/src/pages/download.md | 27 +++++++++++++++++++++++++++ docs/src/pages/index.js | 8 ++++++++ 2 files changed, 35 insertions(+) create mode 100644 docs/src/pages/download.md diff --git a/docs/src/pages/download.md b/docs/src/pages/download.md new file mode 100644 index 00000000..40f6d36b --- /dev/null +++ b/docs/src/pages/download.md @@ -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). diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index b4ebb1e0..94dcf315 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -71,6 +71,14 @@ function Home() { to={useBaseUrl('docs/')}> Get Started + + Download +