Loki
Endless Lifecycle Support (ELS) for Loki from TuxCare provides security fixes for Loki versions that have reached their end of life. This allows you to continue running Loki without vulnerability concerns, even after official support has ended.
Supported Loki Versions
- Loki 3.1.0, 3.2.0, 3.3.0
Supported Operating Systems
TuxCare provides ELS for Loki as pre-built binaries for the following distributions:
- Alpine Linux 3.22
- Debian 12
- Debian 13
Connection to ELS for Loki
This guide outlines the steps needed to install the TuxCare ELS build of Loki on your system.
Step 1: Get Token
You need credentials in order to access the TuxCare ELS Loki repository. Anonymous access is disabled. To receive the credentials, please contact sales@tuxcare.com.
Step 2: Download and Install Loki
To browse available artifacts, visit TuxCare Nexus. Sign in with your TuxCare credentials. Navigate to the
lokifolder and choose the directory for your operating system (e.g.debian12,debian13,alpine3_22), then download the appropriate archive for your Loki version.Alternatively, download from the command line. Replace
USERNAMEandPASSWORDwith your TuxCare credentials, and choose the URL that matches your OS and desired Loki version.Choose operating system:curl -u USERNAME:PASSWORD -O https://nexus.repo.tuxcare.com/repository/els-golang/loki/debian13/loki-3.1.0-tuxcare.1.tar.gzFor other Loki versions, replace
3.1.0in the path with3.2.0or3.3.0as needed.Create an installation directory (for example
/opt/loki) and extract the archive:sudo mkdir -p /opt/loki sudo tar -xzf loki-3.1.0-tuxcare.1.tar.gz -C /opt/loki --strip-components=1Adjust the archive filename if you downloaded a different version.
Step 3: Verify Installation
Change to the Loki installation directory and run the binary to confirm the TuxCare ELS build is installed:
cd /opt/loki ./loki --versionStart Loki with your configuration and verify that the application runs correctly.
If you are interested in the TuxCare Endless Lifecycle Support, contact sales@tuxcare.com.