Add 1.27.4+k3s1

This commit is contained in:
Johannes Ziemke 2023-09-04 14:56:43 +02:00
parent aec710f73a
commit 1f0bc10880
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@ Package: k3s
Version: ${VERSION}-${PVERSION}
Architecture: $(ARCH)
Maintainer: Johannes 'fish' Ziemke
Depends: iptables kmod-ipt-extra iptables-mod-extra kmod-br-netfilter ca-certificates
Depends: iptables iptables-mod-extra kmod-ipt-extra iptables-mod-extra kmod-br-netfilter ca-certificates
Description: The Docker Engine packages for OpenWrt
endef
export CONTROL
@ -40,7 +40,7 @@ $(DIR)/data: $(FILES)
mkdir -p "$@/usr/bin"
cp -r files/* "$@"
curl -sfLo "$@/usr/bin/k3s" \
https://github.com/rancher/k3s/releases/download/v$(VERSION)/k3s${suffix}
https://github.com/k3s-io/k3s/releases/download/v$(VERSION)/k3s${suffix}
chmod a+x "$@/usr/bin/k3s"
$(DIR)/pkg/data.tar.gz: $(DIR)/data

View file

@ -1,3 +1,4 @@
1.27.4+k3s1
1.24.2+k3s1
1.23.8+k3s1
1.22.11+k3s1