From 42bc2e6db3236c17b0489a3e7f488343f2bb4887 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 17 Aug 2021 22:15:20 +0200 Subject: [PATCH] use new key mechanism, fallback to buster repo --- ungleich-raid/Dockerfile | 6 +++--- .../{hwraid.le-vert.net.gpg.key => hwraid.le-vert.net.gpg} | 0 ungleich-raid/hwraid.list | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) rename ungleich-raid/{hwraid.le-vert.net.gpg.key => hwraid.le-vert.net.gpg} (100%) diff --git a/ungleich-raid/Dockerfile b/ungleich-raid/Dockerfile index 2fe5d9e..58dc241 100644 --- a/ungleich-raid/Dockerfile +++ b/ungleich-raid/Dockerfile @@ -1,7 +1,7 @@ FROM debian:bullseye-slim -RUN apt update && apt -y install gnupg -COPY hwraid.le-vert.net.gpg.key /root -RUN apt-key add /root/hwraid.le-vert.net.gpg.key +#RUN apt update && apt -y install gnupg +#RUN apt-key add /root/hwraid.le-vert.net.gpg.key +COPY hwraid.le-vert.net.gpg /etc/apt/trusted.gpg.d/ COPY hwraid.list /etc/apt/sources.list.d RUN apt update && apt -y install hpacucli megacli mpt-status diff --git a/ungleich-raid/hwraid.le-vert.net.gpg.key b/ungleich-raid/hwraid.le-vert.net.gpg similarity index 100% rename from ungleich-raid/hwraid.le-vert.net.gpg.key rename to ungleich-raid/hwraid.le-vert.net.gpg diff --git a/ungleich-raid/hwraid.list b/ungleich-raid/hwraid.list index e79c59b..809293f 100644 --- a/ungleich-raid/hwraid.list +++ b/ungleich-raid/hwraid.list @@ -1 +1,2 @@ -deb http://hwraid.le-vert.net/debian bullseye main +# The bullseye repo is missing most tools as of 2021-08-17 +deb http://hwraid.le-vert.net/debian buster main