Tomas Tomecek

Results 140 issues of Tomas Tomecek

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

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

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...

``` $ 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

One can [write blocks](https://docs.ansible.com/ansible/latest/user_guide/playbooks_blocks.html) in a playbook. It would be awesome if bender considered these as a single unit and cached them like it. Use case: ```yaml - block: dnf:...

enhancement
documentation

and if it fails badly, figure out what to do

good first issue
question

We need to connect the output with ab's output directly and dont pipe. * ansible-playbook run * buildah commit * buildah pull

enhancement

Right now I develop bender against python 3.7 and that's how I test it in CI as well. It would be desirable to also test against 3.6 or make it...

This is very confusing, took me while to figure out: ``` 23:39:15.242 utils.py ERROR [WARNING]: Skipping plugin (/usr/local/lib/python3.7/site-packages/ansible_bender/callback_plugins/snapshoter.py) as it seems to be invalid: No module named 'ansible_bender' [WARNING]: Skipping...

good first issue
question