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

🐛 Add growpart to base images #1806

Merged
merged 1 commit into from
Sep 11, 2023
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
1 change: 1 addition & 0 deletions images/Dockerfile.almalinux
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN dnf update -y
RUN dnf makecache
RUN dnf install -y \
audit \
cloud-utils-growpart \
device-mapper \
dosfstools \
dracut \
Expand Down
1 change: 1 addition & 0 deletions images/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apk --no-cache add \
blkid \
busybox-openrc \
ca-certificates \
cloud-utils-growpart \
connman \
conntrack-tools \
coreutils \
Expand Down
1 change: 1 addition & 0 deletions images/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -y --no-install-recommends \
binutils \
cloud-guest-utils \
conntrack \
console-setup \
coreutils \
Expand Down
1 change: 1 addition & 0 deletions images/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN dnf install -y "https://zfsonlinux.org/fedora/zfs-release-2-3$(rpm --eval "%
RUN dnf install -y \
audit \
coreutils \
cloud-utils-growpart \
curl \
device-mapper \
dosfstools \
Expand Down
1 change: 1 addition & 0 deletions images/Dockerfile.opensuse-leap
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN zypper in --force-resolution -y \
fail2ban \
findutils \
gawk \
growpart \
gptfdisk \
haveged \
htop \
Expand Down
1 change: 1 addition & 0 deletions images/Dockerfile.opensuse-tumbleweed
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN zypper in --force-resolution -y \
fail2ban \
findutils \
gawk \
growpart \
gptfdisk \
haveged \
htop \
Expand Down
1 change: 1 addition & 0 deletions images/Dockerfile.rockylinux
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN dnf update -y
RUN dnf makecache
RUN dnf install -y \
audit \
cloud-utils-growpart \
device-mapper \
dosfstools \
dracut \
Expand Down
1 change: 1 addition & 0 deletions images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
conntrack \
console-data \
cloud-guest-utils \
coreutils \
cryptsetup \
curl \
Expand Down
1 change: 1 addition & 0 deletions images/Dockerfile.ubuntu-20-lts-arm-nvidia-jetson-agx-orin
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
bridge-utils \
conntrack \
console-data \
cloud-guest-utils \
coreutils \
cryptsetup \
curl \
Expand Down