Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove EOL systems #972

Merged
merged 2 commits into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 9 additions & 13 deletions doc/manual/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ to get started.

- Debian Bookworm 12
- Debian Bullseye 11
- Debian Buster 10
- Debian Stretch 9

Packages for the ``amd64``/``x86_64`` architecture are available for
all listed versions. In addition, we offer ``armhf`` architecture
Expand Down Expand Up @@ -127,8 +125,6 @@ to get started.

- Ubuntu Jammy 22.04 (LTS)
- Ubuntu Focal 20.04 (LTS)
- Ubuntu Bionic 18.04 (LTS)
- Ubuntu Xenial 16.04 (LTS)

Packages are available for the ``amd64``/``x86_64`` architecture only.

Expand Down Expand Up @@ -193,10 +189,10 @@ to get started.

sudo journalctl --unit=routinator

.. group-tab:: RHEL/CentOS
.. group-tab:: RHEL

To install a Routinator package, you need Red Hat Enterprise Linux
(RHEL) 7, 8 or 9, or compatible operating system such as Rocky Linux.
(RHEL) 8 or 9, or compatible operating system such as Rocky Linux.
Packages are available for the ``amd64``/``x86_64`` architecture only.

First create a file named :file:`/etc/yum.repos.d/nlnetlabs.repo`,
Expand Down Expand Up @@ -358,7 +354,7 @@ Updating

sudo apt --only-upgrade install routinator

.. group-tab:: RHEL/CentOS
.. group-tab:: RHEL

To update an existing Routinator installation, you can use this
command to get an overview of the available versions:
Expand Down Expand Up @@ -426,7 +422,7 @@ a specific version, if needed.

.. code-block:: bash

sudo apt install routinator=0.9.0~rc2-1buster
sudo apt install routinator=0.13.0~rc3-1bookworm

.. group-tab:: Ubuntu

Expand Down Expand Up @@ -461,9 +457,9 @@ a specific version, if needed.

.. code-block:: bash

sudo apt install routinator=0.9.0~rc2-1bionic
sudo apt install routinator=0.13.0~rc3-1jammy

.. group-tab:: RHEL/CentOS
.. group-tab:: RHEL

To install release candidates of Routinator, create an additional repo
file named :file:`/etc/yum.repos.d/nlnetlabs-testing.repo`, enter this
Expand All @@ -487,17 +483,17 @@ a specific version, if needed.

.. code-block:: bash

sudo yum install -y routinator-0.9.0~rc2
sudo yum install -y routinator-0.13.0~rc3

.. group-tab:: Docker

All release versions of Routinator, as well as release candidates and
builds based on the latest main branch are available on `Docker Hub
<https://hub.docker.com/r/nlnetlabs/routinator/tags?page=1&ordering=last_updated>`_.

For example, installing Routinator 0.9.0 RC2 is as simple as:
For example, installing Routinator 0.13.0 RC3 is as simple as:

.. code-block:: text

sudo docker run <your usual arguments> nlnetlabs/routinator:v0.9.0-rc2
sudo docker run <your usual arguments> nlnetlabs/routinator:v0.13.0-rc3

Loading