podman/contrib
Ed Santiago 3baa9da4ed WIP: run buildah bud tests using podman
Set of scripts to run buildah's bud.bats test using
podman build in podman CI.

podman build is not 100% compatible with buildah bud.
In particular:

  * podman defaults to --layers=true; buildah to false
  * podman defaults to --force-rm=true; buildah to false
  * podman error exit status is 125; buildah is 2
  * differences in error messages, command-line arguments

Some of the above can be dealt with programmatically,
by tweaking the buildah helpers.bash (BATS helpers).
Some need to be tweaked by patching bud.bats itself.
This PR includes a patch that will, I fear, need to
be periodically maintained over time.

There will likely be failures when vendoring in a
new buildah, possibly because new tests were added
for new features that don't exist in podman, possibly
(I hope unlikely) if existing tests are changed in
ways that make the patch file fail to apply. I've
tried to write good instructions and to write the run
script in such a way that it will offer helpful hints
on failure. My instructions and code will be imperfect;
I hope they will be good enough to merit continued use
of this test (possibly with improvements to the instructions
as we learn more about real-world failures).

Signed-off-by: Ed Santiago <santiago@redhat.com>
2021-03-21 06:59:01 -06:00
..
cirrus WIP: run buildah bud tests using podman 2021-03-21 06:59:01 -06:00
fedora-minimal Cirrus: Fix fedora-minimal mirroring 2020-03-04 14:24:58 -05:00
msi podman-remote fixes for msi and client 2020-08-12 09:19:52 -05:00
podmanimage Spelling 2020-12-22 13:34:31 -05:00
remote Spelling 2020-12-22 13:34:31 -05:00
rootless-cni-infra Add support for rootless network-aliases 2021-01-27 20:58:03 +01:00
script Add script to determine dependency sizes 2018-03-23 14:12:14 +00:00
snapcraft Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
spec Bump to v3.1.0-dev 2021-03-08 15:45:43 -05:00
systemd podman.service should be an exec service not a notify service 2020-12-16 13:20:39 -05:00
tmpfile Cleanup CNI Networks on reboot 2020-12-11 09:18:38 -05:00
build_rpm.sh Remove varlink support from Podman 2020-11-26 16:50:42 -05:00
dependabot-dance dependabot-dance: new tool for managing revendor PRs 2020-09-17 05:22:49 -06:00
dependencies.txt Remove varlink support from Podman 2020-11-26 16:50:42 -05:00