Sign inSign up

dubzland/ci-python

By dubzland

Updated over 1 year ago

Docker image for running Ansible playbooks via CI.

Image
Integration & delivery
0

1.4K

dubzland/ci-python repository overview

Docker/Python CI image

Gitlab pipeline Docker pulls license Liberapay patrons Liberapay receiving

Minimal Python image for testing Ansible collections and playbooks.

Description

This image contains the following Python versions installed at /usr/local/bin/pythonX.Y:

  • 3.9
  • 3.10
  • 3.11
  • 3.12
  • 3.13
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

Disclaimer

This image is built specifically for performing CI testing of Ansible collections, and is not intended for general use.

License

MIT

Author

Tag summary

Content type

Image

Digest

sha256:164c0360d

Size

238.7 MB

Last updated

over 1 year ago

docker pull dubzland/ci-python