diff --git a/images/Dockerfile.almalinux b/images/Dockerfile.almalinux index 4578ed320..c8c57650e 100644 --- a/images/Dockerfile.almalinux +++ b/images/Dockerfile.almalinux @@ -9,6 +9,7 @@ RUN dnf update -y RUN dnf makecache RUN dnf install -y \ audit \ + cloud-utils-growpart \ device-mapper \ dosfstools \ dracut \ diff --git a/images/Dockerfile.alpine b/images/Dockerfile.alpine index 9684a939f..dfee968e2 100644 --- a/images/Dockerfile.alpine +++ b/images/Dockerfile.alpine @@ -13,6 +13,7 @@ RUN apk --no-cache add \ blkid \ busybox-openrc \ ca-certificates \ + cloud-utils-growpart \ connman \ conntrack-tools \ coreutils \ diff --git a/images/Dockerfile.debian b/images/Dockerfile.debian index 28d377dce..f8f104168 100644 --- a/images/Dockerfile.debian +++ b/images/Dockerfile.debian @@ -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 \ diff --git a/images/Dockerfile.fedora b/images/Dockerfile.fedora index 74da23fdf..62ba84daa 100644 --- a/images/Dockerfile.fedora +++ b/images/Dockerfile.fedora @@ -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 \ diff --git a/images/Dockerfile.opensuse-leap b/images/Dockerfile.opensuse-leap index 946cc4a90..0edef1738 100644 --- a/images/Dockerfile.opensuse-leap +++ b/images/Dockerfile.opensuse-leap @@ -25,6 +25,7 @@ RUN zypper in --force-resolution -y \ fail2ban \ findutils \ gawk \ + growpart \ gptfdisk \ haveged \ htop \ diff --git a/images/Dockerfile.opensuse-tumbleweed b/images/Dockerfile.opensuse-tumbleweed index ea19985e8..e02af3671 100644 --- a/images/Dockerfile.opensuse-tumbleweed +++ b/images/Dockerfile.opensuse-tumbleweed @@ -39,6 +39,7 @@ RUN zypper in --force-resolution -y \ fail2ban \ findutils \ gawk \ + growpart \ gptfdisk \ haveged \ htop \ diff --git a/images/Dockerfile.rockylinux b/images/Dockerfile.rockylinux index 5f10f2a84..a7cec2dbf 100644 --- a/images/Dockerfile.rockylinux +++ b/images/Dockerfile.rockylinux @@ -9,6 +9,7 @@ RUN dnf update -y RUN dnf makecache RUN dnf install -y \ audit \ + cloud-utils-growpart \ device-mapper \ dosfstools \ dracut \ diff --git a/images/Dockerfile.ubuntu b/images/Dockerfile.ubuntu index 9745a7bf0..a2e58c26c 100644 --- a/images/Dockerfile.ubuntu +++ b/images/Dockerfile.ubuntu @@ -41,6 +41,7 @@ RUN apt-get update \ && apt-get install -y --no-install-recommends \ conntrack \ console-data \ + cloud-guest-utils \ coreutils \ cryptsetup \ curl \ diff --git a/images/Dockerfile.ubuntu-20-lts-arm-nvidia-jetson-agx-orin b/images/Dockerfile.ubuntu-20-lts-arm-nvidia-jetson-agx-orin index c6bdb4daf..d7a9e3e26 100644 --- a/images/Dockerfile.ubuntu-20-lts-arm-nvidia-jetson-agx-orin +++ b/images/Dockerfile.ubuntu-20-lts-arm-nvidia-jetson-agx-orin @@ -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 \