Robb Manes
Robb Manes
Running oscap-podman as rootless only requires that we run "podman unshare" at key points to change the namespace. Check if we're rootless, and if so, prepend with unshare. This appears...
This is a backport of an upstream fix for: https://github.com/opencontainers/selinux/commit/fd7b61c28f9e134d36a5911eb1550f2704e4bf8e Currently if we have an error in the options, we will leak and allocated SELinux label. This change will release...
[FEAT] Catch EOF on `skopeo copy` when one side or the other disconnects and log more information.
Opening an issue for a feature request that would make life a lot easier for debugging issues with `skopeo copy` operations, and ultimately needs to land in containers/image. When performing...
Add optional logging for printing outgoing manifests. This can greatly help in debugging anything that might alter a manifest either on wire or in the use case I just had,...
PR https://github.com/containers/image/pull/2713 should really be type `Tracef` rather than `Debugf`, but `skopeo` doesn't support any log level except what the `--debug` flag offers. More-or-less copy the `--log-level` behavior from `podman`...