Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/upstream/master' into sdwi…
Browse files Browse the repository at this point in the history
…lsh:debian-hadolint-fixes

Signed-off-by: Shawn Wilsher <[email protected]>
  • Loading branch information
sdwilsh committed Feb 11, 2023
2 parents 19393f5 + e738e75 commit 5c1a278
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARG GOLINT_VERSION=1.47.3
ARG GO_VERSION=1.18
# renovate: datasource=docker depName=hadolint/hadolint versioning=docker
ARG HADOLINT_VERSION=2.12.0-alpine
# renovate: datasource=docker depName=renovate/renovate
# renovate: datasource=docker depName=renovate/renovate versioning=docker
ARG RENOVATE_VERSION=34

all:
Expand Down
9 changes: 6 additions & 3 deletions images/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ RUN apt-get update \
curl \
debianutils \
dosfstools \
dracut-network dracut-live tar \
dracut \
dracut-live \
dracut-network \
e2fsprogs \
gawk \
grub-efi-amd64-bin \
Expand All @@ -28,16 +30,17 @@ RUN apt-get update \
neovim \
open-vm-tools \
openssh-server \
parted dracut \
polkitd \
parted \
patch \
polkitd \
rsync \
snapd \
squashfs-tools \
sudo \
systemd \
systemd-sysv \
systemd-timesyncd \
tar \
xz-utils \
&& rm -rf /var/lib/apt/lists/*

Expand Down
3 changes: 2 additions & 1 deletion images/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ RUN dnf install -y \
grub2-efi-x64-modules \
grub2-pc \
haveged \
kernel kernel-modules \
kernel \
kernel-modules \
kernel-modules-extra \
livecd-tools \
nano \
Expand Down
4 changes: 3 additions & 1 deletion images/Dockerfile.rockylinux
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ RUN dnf install -y \
grub2-efi-x64 \
grub2-efi-x64-modules \
grub2-pc \
kernel kernel-modules kernel-modules-extra \
kernel \
kernel-modules \
kernel-modules-extra \
livecd-tools \
nano \
NetworkManager \
Expand Down
6 changes: 4 additions & 2 deletions images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ RUN apt-get update \
curl \
debianutils \
dosfstools \
dracut-network dracut-live tar \
dracut \
dracut-live \
dracut-network \
e2fsprogs \
gawk \
grub-efi-amd64-bin \
Expand All @@ -33,7 +35,7 @@ RUN apt-get update \
neovim \
open-vm-tools \
openssh-server \
parted dracut \
parted \
polkitd \
rsync \
snapd \
Expand Down
5 changes: 3 additions & 2 deletions images/Dockerfile.ubuntu-20-lts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN apt-get update \
curl \
debianutils \
dosfstools \
dracut-network tar \
dracut \
dracut-network \
e2fsprogs \
gawk \
grub-efi-amd64-bin \
Expand All @@ -34,7 +35,7 @@ RUN apt-get update \
neovim \
open-vm-tools \
openssh-server \
parted dracut \
parted \
policykit-1 \
rsync \
snapd \
Expand Down
6 changes: 4 additions & 2 deletions images/Dockerfile.ubuntu-22-lts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ RUN apt-get update \
curl \
debianutils \
dosfstools \
dracut-network dracut-live tar \
dracut \
dracut-live \
dracut-network \
e2fsprogs \
gawk \
grub-efi-amd64-bin \
Expand All @@ -34,7 +36,7 @@ RUN apt-get update \
neovim \
open-vm-tools \
openssh-server \
parted dracut \
parted \
polkitd \
rsync \
snapd \
Expand Down

0 comments on commit 5c1a278

Please sign in to comment.