mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 04:18:42 +00:00
(cherry picked from commit 1d0b6ddef3)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
437bface93
commit
7f385fa268
14
.github/workflows/ee.yml
vendored
14
.github/workflows/ee.yml
vendored
@ -39,11 +39,15 @@ jobs:
|
||||
exclude:
|
||||
- ansible_core: ''
|
||||
include:
|
||||
# - name: ansible-core devel @ RHEL UBI 9
|
||||
# ansible_core: https://github.com/ansible/ansible/archive/devel.tar.gz
|
||||
# ansible_runner: ansible-runner
|
||||
# base_image: docker.io/redhat/ubi9:latest
|
||||
# pre_base: '"#"'
|
||||
- name: ansible-core devel @ RHEL UBI 9
|
||||
ansible_core: https://github.com/ansible/ansible/archive/devel.tar.gz
|
||||
ansible_runner: ansible-runner
|
||||
other_deps: |2
|
||||
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
|
||||
ansible_core: https://github.com/ansible/ansible/archive/stable-2.15.tar.gz
|
||||
ansible_runner: ansible-runner
|
||||
|
||||
Loading…
Reference in New Issue
Block a user