Paul Holzinger
Paul Holzinger
Thank you @cfergeau!
> The workaround to hardcode the routes through podman network create --route does not work either. That seems like a separate bug to me as this should certainly work I...
> The overall idea is to add two new options, TarCompressionFormat / --tar-compression-format and TarCompressionLevel / --tar-compression-level to be used throughout podman's push, save, and scp subcommands. For push and...
cc @mtrmac @timcoding1988
yeah I don't think the retry would have helped, I saw tests failing everywhere on Friday but sure better than nothing. I do agree real testing against real registry is...
FYI you don't need basename if you use nsenter `nsenter -n$(podman inspect --format '{{.NetworkSettings.SandboxKey}}' ) command ...`