mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
Pin openssl 3.0.7 (#15147)
followup to PR #15142 This commit pins openssl in the awx image, not just the builder image.
This commit is contained in:
@@ -36,6 +36,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
nss \
|
nss \
|
||||||
openldap-devel \
|
openldap-devel \
|
||||||
|
# pin to older openssl, see jira AAP-23449
|
||||||
openssl-3.0.7 \
|
openssl-3.0.7 \
|
||||||
patch \
|
patch \
|
||||||
postgresql \
|
postgresql \
|
||||||
@@ -121,6 +122,8 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
|
|||||||
krb5-workstation \
|
krb5-workstation \
|
||||||
nginx \
|
nginx \
|
||||||
"openldap >= 2.6.2-3" \
|
"openldap >= 2.6.2-3" \
|
||||||
|
# pin to older openssl, see jira AAP-23449
|
||||||
|
openssl-3.0.7 \
|
||||||
postgresql \
|
postgresql \
|
||||||
python3.11 \
|
python3.11 \
|
||||||
"python3.11-devel" \
|
"python3.11-devel" \
|
||||||
|
|||||||
Reference in New Issue
Block a user