update the base image for docker iamges to ubuntu:latest - which follows the LTS.

fixes #274
This commit is contained in:
Jason Kulatunga
2022-06-02 10:04:36 -07:00
parent 9aa0e97be0
commit 766a73455e
4 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -113,7 +113,8 @@ Unlike the webapp, the collector does have some dependencies:
Unfortunately the version of `smartmontools` (which contains `smartctl`) available in some of the base OS repositories is ancient.
So you'll need to install the v7+ version using one of the following commands:
- **Ubuntu:** `apt-get install -y smartmontools=7.0-0ubuntu1~ubuntu18.04.1`
- **Ubuntu (22.04/Jammy/LTS):** `apt-get install -y smartmontools`
- **Ubuntu (18.04/Bionic):** `apt-get install -y smartmontools=7.0-0ubuntu1~ubuntu18.04.1`
- **Centos8:**
- `dnf install https://extras.getpagespeed.com/release-el8-latest.rpm`
- `dnf install smartmontools`