Skip to content

Commit

Permalink
I added an entrie for os:debian version:12.0 in file container-publis…
Browse files Browse the repository at this point in the history
…h.yml. I also added the corresponding file debian/Containerfile-12.0
  • Loading branch information
cfelipesp authored and anderbubble committed Dec 9, 2023
1 parent e4af0aa commit 9233e1a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
context: leap
file: leap/Containerfile


permissions:
contents: read
packages: write
Expand Down
30 changes: 30 additions & 0 deletions debian/Containerfile-12.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
FROM debian:12.0


# ----- install vital packages -----
RUN apt-get update && apt-get install -y --no-install-recommends \
kmod \
systemd-sysv \
dbus \
openssh-client \
openssh-server \
isc-dhcp-client \
pciutils \
strace \
nfs-common \
ethtool\
ifupdown \
linux-image-amd64 \
ifmetric \
netbase && \
rm -rf /var/lib/apt/lists/*


COPY excludes /etc/warewulf/
COPY container_exit.sh /etc/warewulf/

CMD [ "/bin/echo", "-e", \
"This image is intended to be used with the Warewulf cluster management and", \
"\nprovisioning system.", \
"\n", \
"\nFor more information about Warewulf, visit https://warewulf.org" ]

0 comments on commit 9233e1a

Please sign in to comment.