common
common copied to clipboard
Location for shared common files in github.com/containers repos.
CRI-O will add experimental artifact management (pull, list, inspect, remove) support in https://github.com/cri-o/cri-o/pull/8996, which should land in v1.33. In addition, we also like to add artifact mount support similar to...
Adds optional fields `tls_cert_file`, `tls_key_file`, and `tls_cafile` to the configuration TOML to support connecting to TLS and mTLS podman API sockets. This is in support of https://github.com/containers/podman/pull/24601 to fix https://github.com/containers/podman/issues/24583...
In unmanaged mode it is very likely that the subnet that the user chooses is in use on the host as it is assigned the the bridge interface. ``` #...
Signed-off-by: Cara Delia
Pasting this issue from the project https://github.com/containers/podman/issues/22400. Initially when you have already login from `registry.fedoraproject.org` using `podman login` then using `docker login` to the default registry. ### Steps to reproduce...
The code only could handle the detach sequence when it read one byte at a time. This obviously is not correct and lead to some issues for my automated test...
Hi, I would like to discuss the following [rule] which blocks `socket(AF_NETLINK, SOCK_RAW, NETLINK_AUDIT)`. This rule has been introduced by https://github.com/seccomp/containers-golang/commit/f318ea962a1228ea9f6a2825b0051b2144699a16, to my understanding as a workaround for not having...
The https://github.com/containers/common/blob/main/docs/Containerfile.5.md says > ENV -- `ENV ` The ENV instruction sets the environment variable to the value ``. So it only shows the syntax of key and value separated...
[Usernetes](https://github.com/rootless-containers/usernetes) (Kubernetes in Rootless Docker/Podman/nerdctl) works fine with Rootless Podman v5 + slirp4netns. However, it doesn't seem to work with Pasta: ```console $ kubectl get -n kube-flannel pods NAME READY...