From e3eb7ea4151bbde5fcdbcf587535b81729cd8b1d Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 29 Dec 2019 15:29:43 -0800 Subject: [PATCH] Cleanup --- .hadolint.yaml | 1 - README.md | 2 ++ context/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.hadolint.yaml b/.hadolint.yaml index 8f7e23e..6ee0f37 100644 --- a/.hadolint.yaml +++ b/.hadolint.yaml @@ -1,2 +1 @@ ignored: - - DL3008 diff --git a/README.md b/README.md index 44e4d4e..a73a3c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # nut-upsd +[](https://git.ethitter.com/docker/nut-upsd/commits/master) + Fully-customizable `nut` instance in a container. Many images exist, but they are feature-limited due to how `nut`'s configuration is handled. This image aims to provide all `nut` options without making too many compromises. diff --git a/context/Dockerfile b/context/Dockerfile index 221b3cc..6c3a1b5 100644 --- a/context/Dockerfile +++ b/context/Dockerfile @@ -7,7 +7,7 @@ RUN echo "deb http://security.debian.org/ buster/updates main" >> /etc/apt/sourc RUN apt-get update \ && apt-get -y --no-install-recommends install \ - nut \ + nut=2.7 \ && apt-get autoremove -y \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* -- GitLab