We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 071d033 + 6ccc8e2 commit d65cca4Copy full SHA for d65cca4
lib/vanagon/platform/defaults/sles-15-x86_64.rb
@@ -22,6 +22,9 @@
22
plat.install_build_dependencies_with "zypper -n --no-gpg-checks install -y"
23
plat.vmpooler_template "sles-15-x86_64"
24
plat.docker_registry "registry.suse.com/suse"
25
+ # sles15.5 -> sles15.6 updates glibc in a breaking release.
26
+ # If built with 15.6 glibc, the openvox-agent on 15.5 will be broken.
27
+ # We bet on glibc backward compability and use the older sles/glibc to build.
28
plat.docker_image "sle15:15.5"
29
plat.docker_arch "linux/amd64"
30
end
0 commit comments