| Commit message (Expand) | Author | Age |
* | Spelling | Josh Soref | 2020-12-22 |
* | podman: drop checking valid rootless UID | Giuseppe Scrivano | 2020-12-11 |
* | Merge pull request #8571 from Luap99/podman-network-reload | OpenShift Merge Robot | 2020-12-08 |
|\ |
|
| * | Implement pod-network-reload | Matthew Heon | 2020-12-07 |
* | | Merge pull request #8476 from rhatdan/containerenv | OpenShift Merge Robot | 2020-12-04 |
|\ \ |
|
| * | | Add containerenv information to /run/.containerenv | Daniel J Walsh | 2020-12-03 |
| |/ |
|
* / | Drop default log-level from error to warn | Daniel J Walsh | 2020-12-03 |
|/ |
|
* | Switch from pkg/secrets to pkg/subscriptions | Daniel J Walsh | 2020-11-26 |
* | Merge pull request #8290 from vrothberg/fix-8265 | OpenShift Merge Robot | 2020-11-17 |
|\ |
|
| * | use container cgroups path | Valentin Rothberg | 2020-11-17 |
* | | Make sure /etc/hosts populated correctly with networks | Daniel J Walsh | 2020-11-16 |
|/ |
|
* | Add better support for unbindable volume mounts | Daniel J Walsh | 2020-11-02 |
* | Merge pull request #8177 from rhatdan/wrap | OpenShift Merge Robot | 2020-10-30 |
|\ |
|
| * | Stop excessive wrapping of errors | Daniel J Walsh | 2020-10-30 |
* | | Improve setupSystemd, grab mount options from the host | Andy Librian | 2020-10-30 |
|/ |
|
* | new "image" mount type | Valentin Rothberg | 2020-10-29 |
* | Don't error if resolv.conf does not exists | Paul Holzinger | 2020-10-22 |
* | Add hostname to /etc/hosts for --net=none | Matthew Heon | 2020-10-21 |
* | Ensure that hostname is added to hosts with net=host | Matthew Heon | 2020-10-20 |
* | Fix possible panic in libpod container restore | Paul Holzinger | 2020-10-15 |
* | Setup HOME environment when using --userns=keep-id | Daniel J Walsh | 2020-10-14 |
* | Store cgroup manager on a per-container basis | Matthew Heon | 2020-10-08 |
* | Populate /etc/hosts file when run in a user namespace | Daniel J Walsh | 2020-10-07 |
* | Lowercase some errors | Kir Kolyshkin | 2020-10-05 |
* | Remove excessive error wrapping | Kir Kolyshkin | 2020-10-05 |
* | libpod: check the gid is present before adding it | Giuseppe Scrivano | 2020-10-02 |
* | Add additionalGIDs from users in rootless mode | Daniel J Walsh | 2020-10-01 |
* | Fix --systemd=always regression | Daniel J Walsh | 2020-09-15 |
* | Determine if resolv.conf points to systemd-resolved | Eduardo Vega | 2020-09-11 |
* | Merge pull request #7541 from mheon/modify_group | OpenShift Merge Robot | 2020-09-10 |
|\ |
|
| * | Make an entry in /etc/group when we modify /etc/passwd | Matthew Heon | 2020-09-10 |
* | | rootless: support `podman network create` (CNI-in-slirp4netns) | Akihiro Suda | 2020-09-09 |
* | | We should not be mounting /run as noexec when run with --systemd | Daniel J Walsh | 2020-09-02 |
|/ |
|
* | Ensure rootless containers without a passwd can start | Matthew Heon | 2020-08-31 |
* | vendor: update opencontainers/runtime-spec | Giuseppe Scrivano | 2020-08-21 |
* | Don't limit the size on /run for systemd based containers | Daniel J Walsh | 2020-08-18 |
* | Change /sys/fs/cgroup/systemd mount to rprivate | Matthew Heon | 2020-08-12 |
* | Ensure correct propagation for cgroupsv1 systemd cgroup | Matthew Heon | 2020-08-11 |
* | Ensure WORKDIR from images is created | Matthew Heon | 2020-08-03 |
* | Merge pull request #6991 from mheon/change_passwd_ondisk | OpenShift Merge Robot | 2020-07-29 |
|\ |
|
| * | Make changes to /etc/passwd on disk for non-read only | Matthew Heon | 2020-07-23 |
* | | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | | Support default profile for apparmor | Daniel J Walsh | 2020-07-22 |
* | | Add --umask flag for create, run | Ashley Cui | 2020-07-21 |
* | | Add support for overlay volume mounts in podman. | Qi Wang | 2020-07-20 |
|/ |
|
* | Preserve passwd on container restart | Matthew Heon | 2020-07-15 |
* | Remove all instances of named return "err" from Libpod | Matthew Heon | 2020-07-09 |
* | Add username to /etc/passwd inside of container if --userns keep-id | Daniel J Walsh | 2020-07-07 |
* | Merge pull request #6836 from ashley-cui/tzlibpod | OpenShift Merge Robot | 2020-07-06 |
|\ |
|
| * | Add --tz flag to create, run | Ashley Cui | 2020-07-02 |