File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ ARG LUET_VERSION=0.16.7
22FROM quay.io/luet/base:$LUET_VERSION AS luet
33
44FROM 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
77ARG ARCH=amd64
88ENV ARCH=${ARCH}
99RUN 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
6869COPY --from=luet /usr/bin/luet /usr/bin/luet
6970RUN 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
You can’t perform that action at this time.
0 commit comments