Skip to content

Commit

Permalink
Don't run both rngd and haveged (#2890)
Browse files Browse the repository at this point in the history
because they clash. We keedp haveged only because we can't know if there
is special rng hardware or not.

Fixes #2716

Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily authored Sep 26, 2024
1 parent c4e8b16 commit 746447f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions images/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ RUN apk --no-cache add \
parted \
qemu-guest-agent \
rbd-nbd \
rng-tools \
rsync \
sgdisk \
smartmontools \
Expand Down Expand Up @@ -149,4 +148,4 @@ RUN rc-update add sshd boot && \
rc-update add cgroups sysinit && \
rc-update add ntpd boot && \
rc-update add crond && \
rc-update add fail2ban
rc-update add fail2ban
1 change: 0 additions & 1 deletion images/Dockerfile.kairos-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ RUN apk --no-cache add \
parted \
qemu-guest-agent \
rbd-nbd \
rng-tools \
rsync \
sgdisk \
smartmontools \
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.kairos-opensuse
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This file is auto-generated with the command: earthly +kairos-dockerfile --FAMILY=opensuse

###############################################################
#### ARGS ####
###############################################################
Expand Down Expand Up @@ -71,7 +72,6 @@ RUN zypper in --force-resolution -y \
policycoreutils \
polkit \
procps \
rng-tools \
rsync \
shim \
squashfs \
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.opensuse
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# WARNING: This is a base image used internally for Kairos, it is not meant to be built directly, use the images/Dockerfile.kairos-* files instead

###############################################################
#### ARGS ####
###############################################################
Expand Down Expand Up @@ -72,7 +73,6 @@ RUN zypper in --force-resolution -y \
policycoreutils \
polkit \
procps \
rng-tools \
rsync \
shim \
squashfs \
Expand Down

0 comments on commit 746447f

Please sign in to comment.