Skip to content

Commit

Permalink
Temporarily downgrade openssl (#15142)
Browse files Browse the repository at this point in the history
openssl 3.2.0 has incompatiblity issues with
the libpq version we are using, and causes
some C runtime errors:
"double free or corruption (out)"

see awx issue #15136

also this issue

github.com/conan-io/conan-center-index/pull/22615

once the libpq libraries on centos stream9 are
updated with the patch, we can unpin openssl

Signed-off-by: Seth Foster <[email protected]>
  • Loading branch information
fosterseth committed Apr 25, 2024
1 parent fb237e3 commit 2502e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ansible/roles/dockerfile/templates/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
{% endif %}
nss \
openldap-devel \
openssl-3.0.7 \
patch \
postgresql \
postgresql-devel \
Expand Down

0 comments on commit 2502e7c

Please sign in to comment.