-
Use cgroup v1 for CHOST flavor builds
2025-04-23T12:53:30
SAP is reporting issues with the v2 cgroup setting and requesting we
go back to v1. Given that we have no othet known consumers of the CHOST
images we honor this request. That said the change to v1 may cause issues
with k8s (https://kubernetes.io/docs/concepts/architecture/cgroups/).
-
Disable password based login for ssh
2025-04-18T11:40:04
Depending on the protocol version for SSH we need to set either
ChallengeResponseAuthentication or KbdInteractiveAuthentication to
"no". Prior to this change we only set ChallengeResponseAuthentication
allowing password based login when the SSHv2 protocol is used. We now
modify newer config files appropriately.
-
cloud-init update prep
2025-03-28T18:46:43
cloud-init will be updated in distributions 15 SP4 and later. The new version
has 2 new services. Enable the 2 new services in the imabe builds in
preparation for the package update. This allows us to avoid having to
synchronize image build description updates with he package version update.
Signed-off-by: Robert Schweikert <rjschwei@suse.com>