nerdctl build --build-arg=kube_version=v1.32.2 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.32.2 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile .
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.32.2
nerdctl build --build-arg=kube_version=v1.31.6 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.31.6 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile .
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.31.6
nerdctl build --build-arg=kube_version=v1.30.10 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.30.10 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile .
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.30.10
