Sign inSign up

jomrr/molecule-ubuntu

By jomrr

Updated 18 days ago

Ubuntu container images for testing Ansible roles with Molecule.

Image
0

1.6K

jomrr/molecule-ubuntu repository overview

Ansible Molecule Images for Ubuntu

This repository contains Ansible Molecule images for Ubuntu.

Images

The images in this repository are based on ubuntu and include systemd and Python and the according package manager and libraries, making them suitable for testing Ansible roles with Molecule.

Ubuntu Versions

The repository provides images for the following Ubuntu variants:

VersionImageTags
Ubuntu 22.04 (Jammy)jomrr/molecule-ubuntu22.04, jammy
Ubuntu 24.04 (Noble)jomrr/molecule-ubuntu24.04, noble
Ubuntu 26.04 (Resolute)jomrr/molecule-ubuntu26.04, resolute, latest

Usage

To use these images in Molecule, reference them in your molecule.yml.

Molecule docker driver

To use the Ubuntu latest image with the docker driver:

platforms:
  - name: instance
    image: "jomrr/molecule-ubuntu:latest"
    privileged: true
    pre_build_image: true
    override_command: false
    tmpfs:
      - /run
      - /tmp
    tty: true
    volumes:
      - /sys/fs/cgroup:/sys/fs/cgroup:rw
Molecule podman driver

To use the Ubuntu latest image with the podman driver:

platforms:
  - name: instance
    image: "docker.io/jomrr/molecule-ubuntu:latest"
    pre_build_image: true
    override_command: false
    systemd: "true"

This will start a container with Ubuntu latest and systemd as pid 1, which you can then use for testing your Ansible roles.

License

These images are released under the MIT License.

Author

Created and maintained by Jonas Mauer.

Source

Source repository: github.com/jomrr/ansible-molecule-images

Tag summary

Content type

Image

Digest

sha256:fde50949d

Size

113.8 MB

Last updated

18 days ago

docker pull jomrr/molecule-ubuntu