| title | Buildah build |
|---|---|
| subtitle | Ansible Galaxy |
Build container images with Buildah using Ansible.
Buildah installed
Depending on the task being executed it has different variables.
| Variable | Meaning |
|---|---|
| container_name | Name of the container being commited |
| image_name | Name of the image to create from the container |
| buildah_commit | Result of the commit execution |
None
- name: Check if container image exists
include_role:
name: "buildah-build"
tasks_from: "inspect"
vars:
image_name: "{{ image-name }}"BSD
Trikora Solutions SL