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
Just a minor issue, It seems that in the test/Dockerfile.rocky-9 the k8s version is set to 1.28 which is deprecated and so it causes the dnf failed to resolved and thus the test container failed to build. This can be fixed be setting ARG kubernetes_version=1.29