2a5e3bc54b
- basically, bring in from RHEL8 container-tools module, remove podman & skopeo, and bang at it until it works. (Ed Santiago) - Related: #2000051 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
17 lines
373 B
YAML
17 lines
373 B
YAML
---
|
|
- hosts: localhost
|
|
tags: classic
|
|
vars:
|
|
- artifacts: ./artifacts
|
|
roles:
|
|
- role: bats_installed
|
|
- role: run_bats_tests
|
|
tests:
|
|
- name: buildah root
|
|
package: buildah
|
|
environment:
|
|
TMPDIR: /var/tmp
|
|
BUILDAH_BINARY: /usr/bin/buildah
|
|
IMGTYPE_BINARY: /usr/bin/buildah-imgtype
|
|
COPY_BINARY: /usr/bin/buildah-copy
|