Skip to content

Commit

Permalink
Pin openssl 3.0.7 (ansible#15147)
Browse files Browse the repository at this point in the history
followup to PR ansible#15142

This commit pins openssl in the awx image,
not just the builder image.
  • Loading branch information
fosterseth authored and djyasin committed Nov 11, 2024
1 parent c22cc4e commit ed5a60b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 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 \
# pin to older openssl, see jira AAP-23449
openssl-3.0.7 \
patch \
postgresql \
Expand Down Expand Up @@ -121,6 +122,8 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
krb5-workstation \
nginx \
"openldap >= 2.6.2-3" \
# pin to older openssl, see jira AAP-23449
openssl-3.0.7 \
postgresql \
python3.11 \
"python3.11-devel" \
Expand Down

0 comments on commit ed5a60b

Please sign in to comment.