Latest alpine-builder

This commit is contained in:
Stefan Reimer 2023-05-05 12:31:51 +00:00
parent ba94763f6e
commit 094a11364e
3 changed files with 11 additions and 3 deletions

View File

@ -4,7 +4,7 @@ REGION := us-east-1
include .ci/podman.mk include .ci/podman.mk
BUILDER := v3.17.2 BUILDER := v3.17.3
PKG := '*' PKG := '*'
CF_DIST := E1YFUJXMCXT2RN CF_DIST := E1YFUJXMCXT2RN

View File

@ -7,8 +7,8 @@ pkgdesc="KubeZero release package"
url="https://git.zero-downtime.net/ZeroDownTime/alpine-overlay/src/branch/master/kubezero/kubezero" url="https://git.zero-downtime.net/ZeroDownTime/alpine-overlay/src/branch/master/kubezero/kubezero"
arch="noarch" arch="noarch"
license="AGPL-3.0" license="AGPL-3.0"
# cri-o uses 1.25 to prevent the cgroup leaks, revert back to matching version with 1.25
depends=" depends="
podman
cri-tools cri-tools
cri-o~$pkgver cri-o~$pkgver
kubelet~$pkgver kubelet~$pkgver
@ -17,7 +17,7 @@ depends="
aws-iam-authenticator~0.6.2 aws-iam-authenticator~0.6.2
" "
options="!check" options="!check"
#install="$pkgname.post-install" install="$pkgname.post-install"
source=" source="
shared-sys-fs.start shared-sys-fs.start

View File

@ -0,0 +1,8 @@
#!/bin/sh
CILIUM=v1.13.1
MULTUS=v3.9.3
# Pre-Pull CNI images
podman pull quay.io/cilium/cilium:$CILIUM
podman pull ghcr.io/k8snetworkplumbingwg/multus-cni:$MULTUS