common
common copied to clipboard
Location for shared common files in github.com/containers repos.
I run Gitlab CI on my Kubernetes cluster, in which I use skopeo in jobs to copy container images around. I am using the latest `quay.io/skopeo/stable:latest` image. I login using...
``` $ podman run --uidmap=999:0 --user 999 --rm mariadb:10.11 Error: OCI runtime error: crun: write to `/proc/sys/net/ipv4/ping_group_range`: Invalid argument ``` From strace: ``` [pid 24012] openat(AT_FDCWD, "/proc/sys", O_RDONLY|O_DIRECTORY) = 15...
In various locations, notably user-visible “inspect” operations, we expose a _single_ digest value for an image. That’s fundamentally insufficient because images are deduplicated; hence `libimage.Image.Digest` has a TODO to deprecate,...
The containers-common rpm package version in Fedora and RHEL has for quite a while had nothing to do with the version used for c/common upstream. The rpm version has been...
the `FindBinaryHelper` should emit an error if it finds the binary but it is not exectable instead of claiming it could not find it. https://github.com/containers/common/blob/main/pkg/config/config.go#L1110
It might seem minor, but I spotted the "containers" logo in the [`containers/.github`](https://github.com/containers/.github) repo that features black text on transparent backgrounds. Unfortunately, these don't display properly when I view the...
This is https://github.com/containers/image/pull/1677 + #921, updated to merge on top of current main, + an attempt to resolve review comments, and a fairly intrusive set of changes to actually implement...
This commit adds a test to vendor HEAD into podman and check if podman builds successfully.
when copy from remote repository, the current error retry does not handle status code 500 response. it seems there’s no handle for any error http status code in https://github.com/containers/common/blob/main/pkg/retry/retry.go maybe...
Similar as https://github.com/containers/common/pull/1744, we need `git cherry-pick 5c81adc` via v0.52.x for CRI-O v1.26.x (see https://github.com/cri-o/cri-o/blob/release-1.26/go.mod#L22)