Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 2.18.6-v2

    protected Release: Release 2.18.6-v2
    What's New?:
    - rage & sops support added to the image
    - coreutils to the image specifically to add base64 support, but it is a useful & basic suite regardless.
    > To be implemented as part of components/ansible.
  • 2.18.6-v1

    protected Release: Release 2.18.6-v1
    This will be the first public release of Docker OCI.
    
    - ✅ Based on **Python 3.13** + **Alpine 3.22** for minimal footprint
    - 🛠️ Includes:
      - `ansible-core==2.18.6`
      - `ansible-lint==25.6.1`
      - `pywinrm` for Windows management
      - `openssh-client`, `rsync` for secure file operations
    - 📦 Pre-installed Ansible collections:
      - `ansible.posix`
      - `ansible.windows`
      - `community.docker`
    - 🔐 Host key checking is disabled via `ANSIBLE_HOST_KEY_CHECKING=false` for smoother CI/CD use.