Chris Evich

Results 225 comments of Chris Evich

> I’m afraid I’m not familiar with the Buildah/Podman multi-arch-manifest code. The scripts are more/less a wrapper around `buildah --layers --force-rm --jobs="$PARALLEL_JOBS" --platform="$platforms" --manifest="$_fqin" "$CONTEXT"` with some extra validation to...

Ahh, yes, comparing the output and my scripts, your analysis is correct. That error in the logs appears to originate [from a `buildah images` command](https://github.com/containers/automation/blob/main/build-push/bin/build-push.sh#L390), which seems really odd. But...

I find it handy, maybe useful here? Maybe not? No worries either way.

@jwhonce by chance do you have any recollection of this variable and if [the new pylint finding](https://cirrus-ci.com/task/6633232974741504) is of any concern? ``` pylint: commands[0]> pylint podman ************* Module podman.domain.config podman/domain/config.py:104:31:...

Attempting to fix flaking podman-search test via https://github.com/containers/podman-py/pull/418