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-common to common build target in ubuntu flavor #2340

Merged
merged 1 commit into from
Mar 15, 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
4 changes: 2 additions & 2 deletions images/Dockerfile.kairos-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ RUN apt-get update \
lvm2 \
nano \
nbd-client \
nfs-common \
open-iscsi \
open-vm-tools \
openssh-server \
Expand Down Expand Up @@ -117,7 +118,7 @@ RUN apt-get update \
grub2-common \
kbd \
lldpd \
neovim \
neovim \
# this brings grub as a dependency
shim-signed \
snmpd \
Expand Down Expand Up @@ -188,7 +189,6 @@ RUN apt-get update \
mdadm \
ncurses-term \
networkd-dispatcher \
nfs-common \
packagekit-tools \
publicsuffix \
thermald \
Expand Down
6 changes: 3 additions & 3 deletions images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ RUN apt-get update \
lvm2 \
nano \
nbd-client \
nfs-common \
open-iscsi \
open-vm-tools \
openssh-server \
Expand Down Expand Up @@ -118,7 +119,7 @@ RUN apt-get update \
grub2-common \
kbd \
lldpd \
neovim \
neovim \
# this brings grub as a dependency
shim-signed \
snmpd \
Expand Down Expand Up @@ -189,7 +190,6 @@ RUN apt-get update \
mdadm \
ncurses-term \
networkd-dispatcher \
nfs-common \
packagekit-tools \
publicsuffix \
thermald \
Expand Down Expand Up @@ -341,4 +341,4 @@ RUN systemctl enable systemd-networkd
RUN systemctl enable ssh

# Fixup sudo perms
RUN chown root:root /usr/bin/sudo && chmod 4755 /usr/bin/sudo
RUN chown root:root /usr/bin/sudo && chmod 4755 /usr/bin/sudo
Loading