Oracle Linux container images for testing Ansible roles with Molecule.
1.1K
This repository contains Ansible Molecule images for Oracle Linux.
The images in this repository are based on oraclelinux
and include systemd and Python and the according package manager and libraries,
making them suitable for testing Ansible roles with Molecule.
The repository provides images for the following Oracle Linux variants:
| Version | Image | Tags |
|---|---|---|
| Oracle Linux 10 | jomrr/molecule-oraclelinux | 10, latest |
| Oracle Linux 9 | jomrr/molecule-oraclelinux | 9 |
To use these images in Molecule,
reference them in your molecule.yml.
docker driverTo use the Oracle Linux latest image with the docker driver:
platforms:
- name: instance
image: "jomrr/molecule-oraclelinux:latest"
privileged: true
pre_build_image: true
override_command: false
tmpfs:
- /run
- /tmp
tty: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
podman driverTo use the Oracle Linux latest image with the podman driver:
platforms:
- name: instance
image: "docker.io/jomrr/molecule-oraclelinux:latest"
pre_build_image: true
override_command: false
systemd: "true"
This will start a container with Oracle Linux latest and systemd as pid 1,
which you can then use for testing your Ansible roles.
These images are released under the MIT License.
Created and maintained by Jonas Mauer.
Source repository: github.com/jomrr/ansible-molecule-images
Content type
Image
Digest
sha256:12c73893d…
Size
140.3 MB
Last updated
17 days ago
docker pull jomrr/molecule-oraclelinux