[raid] permission fix
This commit is contained in:
parent
42bc2e6db3
commit
5b33ad906a
2 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM debian:bullseye-slim
|
FROM debian:bullseye-slim
|
||||||
|
|
||||||
#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.le-vert.net.gpg /etc/apt/trusted.gpg.d/
|
||||||
|
RUN chmod a+r /etc/apt/trusted.gpg.d/hwraid.le-vert.net.gpg
|
||||||
|
|
||||||
COPY hwraid.list /etc/apt/sources.list.d
|
COPY hwraid.list /etc/apt/sources.list.d
|
||||||
RUN apt update && apt -y install hpacucli megacli mpt-status
|
RUN apt update && apt -y install hpacucli megacli mpt-status
|
||||||
|
|
|
@ -4,3 +4,8 @@ We are managing raid controllers using most of the tools from
|
||||||
https://hwraid.le-vert.net/.
|
https://hwraid.le-vert.net/.
|
||||||
|
|
||||||
This repository includes the public gpg key
|
This repository includes the public gpg key
|
||||||
|
|
||||||
|
## Using
|
||||||
|
|
||||||
|
You might want to run this container using the privileged mode of your
|
||||||
|
container runtime.
|
||||||
|
|
Loading…
Reference in a new issue