ansible-bender icon indicating copy to clipboard operation
ansible-bender copied to clipboard

ansible-playbook + buildah = a sweet container image

Results 53 ansible-bender issues
Sort by recently updated
recently updated
newest added

I discovered `ansible-bender` today but I don't have any clue to how to get started.

documentation

This may require to contribute here: https://github.com/tektoncd/catalog

## Context * partially fixes #109 * As ansible-bender tries to modify the host key in the playbook, perhaps fails when it is not found or hidden in any of...

Related #166 Let's test on CentOS as well, apart from Fedora.

Further details on SELinux issue mentioned in #121 Running the following command in the Vagrant machine. `sudo ansible-bender build simple-playbook.yaml` resulted in `There was an error during execution: Command '['podman',...

bug

We should run the tests in both mode which buildah supports: rootless when invoking it with an unprivileged user and as root. This way we'll be sure that bender works...

Here are some things that I found on attempting to try out ansible-bender. I found the presence of a Vagrantfile great, as this could be useful not just for a...

documentation

When putting the `ansible_bender` var in `group_vars/all.yml`, ab fails to find it. test.yml ```yaml - hosts: none tasks: - debug: msg: hi ``` group_vars/all.yml: ```yaml ansible_bender: base_image: python:3.5-stretch target_image: name:...

enhancement

``` $ ansible-bender build -- ./recipe-tests.yaml packit-tests There was an error during execution: None is not of type 'string' Failed validating 'type' in schema['properties']['target_image']: {'$id': '#/properties/target_image', 'examples': ['my-funky-image'], 'pattern': '^(.*)$',...

documentation