Skip to content

Docker Images

I maintain several Docker images, mostly to run Ansible CI/CD pipelines and network/infrastructure applications with enhancements for my daily work.


Docker CI/CD Images

These images are designed for testing Ansible playbooks, roles, and more. They are based on various Linux distributions with Ansible and other packages pre-installed, mainly for Network Automation (NetDevOps). For each distro, there is a versionless image that always contains the latest release (e.g., ansible_cicd_debian is the same as ansible_cicd_debian12).

Currently installed Python packages for network and CMDB testing: - ansible - cryptography - yamllint - pynautobot - pynetbox - jmespath - netaddr - pywinrm

Container CI Status Downloads
ansible_cicd_debian11 Build and Push Ansible Images Docker Pulls
ansible_cicd_debian12 Build and Push Ansible Images Docker Pulls
ansible_cicd_debian Build and Push Ansible Images Docker Pulls
ansible_cicd_rockylinux8 Build and Push Ansible Images Docker Pulls
ansible_cicd_rockylinux9 Build and Push Ansible Images Docker Pulls
ansible_cicd_rockylinux Build and Push Ansible Images Docker Pulls
ansible_cicd_ubuntu2004 Build and Push Ansible Images Docker Pulls
ansible_cicd_ubuntu2204 Build and Push Ansible Images Docker Pulls
ansible_cicd_ubuntu2404 Build and Push Ansible Images Docker Pulls
ansible_cicd_ubuntu Build and Push Ansible Images Docker Pulls
ansible_cicd_alpine3.20 Build and Push Ansible Images Docker Pulls
ansible_cicd_alpine3.21 Build and Push Ansible Images Docker Pulls
ansible_cicd_alpine3 Build and Push Ansible Images Docker Pulls

Docker Applications

These images are for running specific applications with enhancements for network automation and infrastructure labs.

Container Description CI Status Downloads
nautobot Nautobot including plugins and apps Build Docker Pulls