Conversation
|
[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore. |
|
This will probably be simplified by #27993 |
@nalind Do you mean this because my errors are including flags that have been implemented elsewhere (like |
Vendor buildah from ezopezo/buildah@ea82074 and add flag mappings: - BuildIDFile: write build ID to file - CacheStages: preserve intermediate stage images - StageLabels: add metadata labels to stage images This is a testing PR to validate buildah changes work with podman. Signed-off-by: Erik Mravec <emravec@redhat.com>
Your changes added new flags, and podman CI is set up to flag some of the additional work that needs to be done to properly integrate them into this repository. Those checks are mainly there so that podman maintainers don't forget to do that work when they refresh the version of buildah that podman uses, but you're getting tripped up by it. Specifically, podman reuses the CLI flag parsing logic from buildah, and its CI includes scripts that check that options advertised by The scripts ( CI will likely trip over tests run in configurations where the build command is actually the podman remote client connecting to a podman service and asking the service to do the heavy lifting for a build. That usually requires either wiring things up so that the client supplies input file contents to the server as part of an API request, and writes output files based on results it gets back from the API (as it does for |
Running test for containers/buildah#6556 changes.