Skip to content

Commit

Permalink
Merge pull request #972 from NLnetLabs/obsolete-os
Browse files Browse the repository at this point in the history
Remove EOL systems
  • Loading branch information
AlexanderBand authored Jul 3, 2024
2 parents 2a0783e + e3f83c2 commit b11db17
Showing 1 changed file with 9 additions and 13 deletions.
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

0 comments on commit b11db17

Please sign in to comment.