diff --git a/build.py b/build.py index d18ea1a..5dbc7d7 100755 --- a/build.py +++ b/build.py @@ -639,7 +639,7 @@ class ImagesInfo: def parse_args(): stages = ["build", "remove_dockerfiles", "render_dockerfiles", "push"] arches = ["amd64", "386", "arm64", "arm", "ppc64le"] - branches = ["p9", "p10", "sisyphus"] + branches = ["p9", "p10", "sisyphus", "c10f1", "c10f2"] organizations = list(ORG_DIR.iterdir()) images = [f"{o.name}/{i.name}" for o in organizations for i in o.iterdir()] organizations = [o.name for o in organizations] diff --git a/tags.toml b/tags.toml index b5b5c6d..43723bb 100644 --- a/tags.toml +++ b/tags.toml @@ -1,51 +1,77 @@ ["k8s/kube-apiserver"] p10 = [ "v1.26.9" ] sisyphus = [ "v1.26.9" ] +c10f1 = [ "v1.26.9" ] +c10f2 = [ "v1.26.9" ] ["k8s/kube-controller-manager"] p10 = [ "v1.26.9" ] sisyphus = [ "v1.26.9" ] +c10f1 = [ "v1.26.9" ] +c10f2 = [ "v1.26.9" ] ["k8s/kube-scheduler"] p10 = [ "v1.26.9" ] sisyphus = [ "v1.26.9" ] +c10f1 = [ "v1.26.9" ] +c10f2 = [ "v1.26.9" ] ["k8s/kube-proxy"] p10 = [ "v1.26.9" ] sisyphus = [ "v1.26.9" ] +c10f1 = [ "v1.26.9" ] +c10f2 = [ "v1.26.9" ] ["k8s/pause"] p10 = [ "3.9" ] sisyphus = [ "3.9" ] +c10f1 = [ "3.9" ] +c10f2 = [ "3.9" ] ["k8s/etcd"] p10 = [ "3.5.12-0" ] sisyphus = [ "3.5.12-0" ] +c10f1 = [ "3.5.12-0" ] +c10f2 = [ "3.5.12-0" ] ["k8s/coredns"] p10 = [ "v1.10.1" ] sisyphus = [ "v1.10.1" ] +c10f1 = [ "v1.10.1" ] +c10f2 = [ "v1.10.1" ] ["k8s/cert-manager-cainjector"] p10 = [ "v1.9.1" ] sisyphus = [ "v1.11.0" ] +c10f1 = [ "v1.9.1" ] +c10f2 = [ "v1.9.1" ] ["k8s/cert-manager-controller"] p10 = [ "v1.9.1" ] sisyphus = [ "v1.11.0" ] +c10f1 = [ "v1.9.1" ] +c10f2 = [ "v1.9.1" ] ["k8s/cert-manager-webhook"] p10 = [ "v1.9.1" ] sisyphus = [ "v1.11.0" ] +c10f1 = [ "v1.9.1" ] +c10f2 = [ "v1.9.1" ] ["k8s/flannel"] p10 = [ "v0.21.4" ] sisyphus = [ "v0.24.2" ] +c10f1 = [ "v0.21.4" ] +c10f2 = [ "v0.21.4" ] ["k8s/flannel-cni-plugin"] p10 = [ "v1.1.2" ] sisyphus = [ "v1.2.0" ] +c10f1 = [ "v1.1.2" ] +c10f2 = [ "v1.1.2" ] ["k8s/trivy-node-collector"] p10 = [ "0.0.9" ] sisyphus = [ "0.0.9" ] +c10f1 = [ "0.0.9" ] +c10f2 = [ "0.0.9" ]