Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Move nfs-utils to common build target in opensuse flavor #2495

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move nfs-utils to common build target in opensuse flavor
relates to issue #1538 and pr #2340

Signed-off-by: Kai Ehrhardt <ehrhardt.kai@gmail.com>
  • Loading branch information
kaiehrhardt committed Apr 20, 2024
commit 6e28bfae691418a8d40a12b96bdf4edffeff28cb
2 changes: 1 addition & 1 deletion images/Dockerfile.kairos-opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN zypper in --force-resolution -y \
mdadm \
multipath-tools \
nano \
nfs-utils \
nohang \
open-iscsi \
openssh \
Expand Down Expand Up @@ -92,7 +93,6 @@ RUN zypper in --force-resolution -y \
grub2-x86_64-efi \
kernel-firmware-all \
nethogs \
nfs-utils \
patch \
systemd-sysvinit \
&& zypper cc
Expand Down
4 changes: 2 additions & 2 deletions images/Dockerfile.opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN zypper in --force-resolution -y \
mdadm \
multipath-tools \
nano \
nfs-utils \
nohang \
open-iscsi \
openssh \
Expand Down Expand Up @@ -93,7 +94,6 @@ RUN zypper in --force-resolution -y \
grub2-x86_64-efi \
kernel-firmware-all \
nethogs \
nfs-utils \
patch \
systemd-sysvinit \
&& zypper cc
Expand Down Expand Up @@ -158,4 +158,4 @@ FROM ${MODEL} AS all
# be investigated further.
RUN zypper in --force-resolution -y \
kernel-default \
&& zypper cc
&& zypper cc
Loading