You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new release images in build-patched-kao-kcmo-images.sh
At the moment, build-patched-kao-kcmo-images.sh builds patched
cluster-kube-apiserver-operator and cluster-kube-controller-manager-operator
images, and then each time `snc.sh` is run, it will generate a new
openshift release image using these patched operators.
The openshift release image generation can be done only once at the same
time the operators are built, and then reused in snc.
This commit adds the generation to the build-patched-kao-kcmo-images.sh
script, but snc.sh is not making use of it yet.
The generated image is a multi-arch manifest as we need both x86_64 and
aarch64 images. This is an improvement over what is currently done in
snc.sh, where the release image is single arch, the arch depending on
where snc.sh was run last (on an amd64 or aarch64 machine).
0 commit comments