Skip to content

Commit fc5ba89

Browse files
authored
Make default v1.21.x, add tmux
1 parent 21be13d commit fc5ba89

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

Dockerfile

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ARG LUET_VERSION=0.16.7
22
FROM quay.io/luet/base:$LUET_VERSION AS luet
33

44
FROM opensuse/leap:15.3
5-
ARG K3S_VERSION=v1.22.2+k3s1
6-
ARG C3OS_VERSION=-c3OS1
5+
ARG K3S_VERSION=v1.21.4+k3s1
6+
ARG C3OS_VERSION=-c3OS2
77
ARG ARCH=amd64
88
ENV ARCH=${ARCH}
99
RUN zypper in -y \
@@ -58,6 +58,7 @@ RUN zypper in -y \
5858
systemd-sysvinit \
5959
tar \
6060
timezone \
61+
tmux \
6162
vim \
6263
which
6364

@@ -67,13 +68,7 @@ COPY conf/luet.yaml /etc/luet/luet.yaml
6768
# Copy luet from the official images
6869
COPY --from=luet /usr/bin/luet /usr/bin/luet
6970
RUN luet install -y \
70-
toolchain/yip \
71-
toolchain/luet \
72-
utils/installer \
73-
system/cos-setup \
74-
system/immutable-rootfs \
75-
system/grub2-config \
76-
system/base-dracut-modules \
71+
meta/cos-core \
7772
utils/k9s \
7873
utils/nerdctl
7974

0 commit comments

Comments
 (0)