Skip to content

Commit 6ccc8e2

Browse files
committed
provide reasoning for out-of-date sles in code
1 parent 071d033 commit 6ccc8e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/vanagon/platform/defaults/sles-15-x86_64.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
plat.install_build_dependencies_with "zypper -n --no-gpg-checks install -y"
2323
plat.vmpooler_template "sles-15-x86_64"
2424
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.
2528
plat.docker_image "sle15:15.5"
2629
plat.docker_arch "linux/amd64"
2730
end

0 commit comments

Comments
 (0)