Skip to content

Commit

Permalink
Merge pull request #85 from guenhter/latest-mitogen
Browse files Browse the repository at this point in the history
Latest mitogen
  • Loading branch information
willhallonline authored Oct 8, 2024
2 parents b10a232 + 0a4adec commit 8487685
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ variables:
ANSIBLE_CORE_214: 2.14.14
ANSIBLE_CORE_215: 2.15.9
ANSIBLE_CORE_216: 2.16.4
ANSIBLE_CORE_217: 2.17.2
ANSIBLE_CORE_217: 2.17.4
ANSIBLE_LINT_213: 5.4.0
ANSIBLE_LINT_214: 6.20.3
ANSIBLE_LINT_215: 6.20.3
ANSIBLE_LINT_216: 6.22.2
ANSIBLE_LINT_217: 24.6.1
ANSIBLE_LINT_217: 24.9.2
ANSIBLE_213: 6.7.0
ANSIBLE_214: 7.7.0
ANSIBLE_215: 8.7.0
ANSIBLE_216: 9.2.0
ANSIBLE_217: 10.2.0
ANSIBLE_217: 10.4.0

services:
- docker:dind
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ These are the latest Ansible Core versions running within the containers:
- Ansible 2.14: 2.14.14
- Ansible 2.15: 2.15.9
- Ansible 2.16: 2.16.4
- Ansible 2.17: 2.17.2
- Ansible 2.17: 2.17.4
- Older versions are provided within the unmaintained section, including 2.9, 2.10, 2.11 and 2.12.
- More availablity on Ansible versions on [Ansible Release Documentation](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html) and [Ansible-core to Python compatibility](https://pypi.org/project/ansible-core/#history).

Expand Down
3 changes: 2 additions & 1 deletion ansible-core/ubuntu2404/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ LABEL maintainer="[email protected]" \

RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get install -y gnupg2 pipx sshpass git openssh-client && \
apt-get install -y python3 python3-cffi python3-mitogen python3-jmespath && \
apt-get install -y python3 python3-cffi python3-jmespath && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean

RUN pipx install ansible-core==${ANSIBLE_CORE_VERSION} && \
pipx install ansible==${ANSIBLE_VERSION} ansible-lint==${ANSIBLE_LINT} && \
pipx install pywinrm --include-deps && \
pip3 install mitogen && \
rm -rf /root/.cache/pip*

RUN mkdir /ansible && \
Expand Down

0 comments on commit 8487685

Please sign in to comment.