Docker image for running Ansible playbooks via CI.
1.4K
Minimal Python image for testing Ansible collections and playbooks.
1.1.0, 1.1, 1, latest1.0.0, 1.00.5.0, 0.5, 00.4.0, 0.40.3.0, 0.30.2.0, 0.20.1.0, 0.10.0.1, 0.0This image contains the following Python versions installed at
/usr/local/bin/pythonX.Y:
mkdir "${CI_PROJECT_PATH}/.venvs"
/usr/local/bin/python3.13 -m venv "${CI_PROJECT_PATH}/.venvs/3.13"
source "${CI_PROJECT_PATH}/.venvs/3.13/bin/activate"
python -m pip install -U pip
python -m pip install -r requirements.txt
This image is built specifically for performing CI testing of Ansible collections, and is not intended for general use.
MIT
Content type
Image
Digest
sha256:164c0360d…
Size
238.7 MB
Last updated
over 1 year ago
docker pull dubzland/ci-python