Install and use Python 3.11 on RHEL UBI 9. (#666)

This commit is contained in:
Felix Fontein 2023-07-12 19:24:48 +02:00 committed by GitHub
parent 3f6d5a96d9
commit 1d0b6ddef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,11 +43,15 @@ jobs:
exclude: exclude:
- ansible_core: '' - ansible_core: ''
include: include:
# - name: ansible-core devel @ RHEL UBI 9 - name: ansible-core devel @ RHEL UBI 9
# ansible_core: https://github.com/ansible/ansible/archive/devel.tar.gz ansible_core: https://github.com/ansible/ansible/archive/devel.tar.gz
# ansible_runner: ansible-runner ansible_runner: ansible-runner
# base_image: docker.io/redhat/ubi9:latest other_deps: |2
# pre_base: '"#"' python_interpreter:
package_system: python3.11 python3.11-pip python3.11-wheel python3.11-cryptography
python_path: "/usr/bin/python3.11"
base_image: docker.io/redhat/ubi9:latest
pre_base: '"#"'
- name: ansible-core 2.15 @ Rocky Linux 9 - name: ansible-core 2.15 @ Rocky Linux 9
ansible_core: https://github.com/ansible/ansible/archive/stable-2.15.tar.gz ansible_core: https://github.com/ansible/ansible/archive/stable-2.15.tar.gz
ansible_runner: ansible-runner ansible_runner: ansible-runner