Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore: bump k3s version
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <[email protected]>
  • Loading branch information
thxCode committed Aug 13, 2023
1 parent a28bbc4 commit 9f93e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pack/server/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ VOLUME /var/lib/k3s
ENV K3S_DATA_DIR=/var/lib/k3s \
K3S_RESOLV_CONF=/etc/resolv.conf \
ETCDCTL_API=3
COPY --from=rancher/k3s:v1.25.5-k3s1 \
COPY --from=rancher/k3s:v1.26.4-k3s1 \
/bin/blkid \
/bin/cni \
/bin/conntrack \
Expand Down Expand Up @@ -111,7 +111,7 @@ RUN set -eux; \
ln -s /usr/bin/xtables-legacy-multi /usr/bin/ip6tables-restore && \
ln -s /usr/bin/xtables-legacy-multi /usr/bin/ip6tables-translate; \
\
IMAGE_URL="https://github.com/k3s-io/k3s/releases/download/v1.25.5%2Bk3s1/k3s-airgap-images-${TARGETARCH}.tar.zst"; \
IMAGE_URL="https://github.com/k3s-io/k3s/releases/download/v1.26.4%2Bk3s1/k3s-airgap-images-${TARGETARCH}.tar.zst"; \
mkdir -p ${K3S_DATA_DIR}/agent/images && \
axel -n 16 -o ${K3S_DATA_DIR}/agent/images/k3s-images.tar.zst ${IMAGE_URL}; \
\
Expand Down

0 comments on commit 9f93e9b

Please sign in to comment.