| Commit message (Expand) | Author | Age |
... | |
* | | | | | | Merge pull request #12141 from kprav33n/help-doc | OpenShift Merge Robot | 2021-10-30 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix help message case for `podman version` | Praveen Kumar | 2021-10-29 |
* | | | | | | | Merge pull request #12090 from afbjorklund/image-stream | OpenShift Merge Robot | 2021-10-29 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Record the image stream along with the path | Anders F Björklund | 2021-10-26 |
* | | | | | | | | Merge pull request #12128 from containers/dependabot/go_modules/k8s.io/api-0.... | OpenShift Merge Robot | 2021-10-29 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | Bump k8s.io/api from 0.22.2 to 0.22.3 | dependabot[bot] | 2021-10-28 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge pull request #12127 from vrothberg/bz-2014149 | OpenShift Merge Robot | 2021-10-29 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | volumes: be more tolerant and fix infinite loop | Valentin Rothberg | 2021-10-28 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #12138 from gsanchietti/doc_pause_typo | OpenShift Merge Robot | 2021-10-29 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix pause usage example | Giacomo Sanchietti | 2021-10-29 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #12133 from jwhonce/issues/12102 | OpenShift Merge Robot | 2021-10-29 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Allow label and labels when creating volumes | Jhon Honce | 2021-10-28 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #12124 from giuseppe/allow-devpts-options | OpenShift Merge Robot | 2021-10-28 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | volumes: allow more options for devpts | Giuseppe Scrivano | 2021-10-28 |
| * | | | | | | | volumes: do not pass mount opt as formatter string | Giuseppe Scrivano | 2021-10-28 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #12117 from adrianreber/2021-10-27-set-checkpointed-false-... | OpenShift Merge Robot | 2021-10-28 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Set Checkpointed state to false after restore | Adrian Reber | 2021-10-27 |
| |/ / / / / |
|
* | | | | | | Merge pull request #12126 from giuseppe/fix-race-warning-message | OpenShift Merge Robot | 2021-10-28 |
|\ \ \ \ \ \ |
|
| * | | | | | | runtime: change PID existence check | Giuseppe Scrivano | 2021-10-28 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #12120 from giuseppe/rename-cgroup-subtree | OpenShift Merge Robot | 2021-10-28 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | oci: rename sub-cgroup to runtime instead of supervisor | Giuseppe Scrivano | 2021-10-28 |
|/ / / / / |
|
* | | | | | Merge pull request #12066 from matejvasek/set-docker-host | OpenShift Merge Robot | 2021-10-27 |
|\ \ \ \ \ |
|
| * | | | | | Set DOCKER_HOST in the VM | Matej Vasek | 2021-10-23 |
* | | | | | | Merge pull request #12064 from vrothberg/fix-11933 | OpenShift Merge Robot | 2021-10-27 |
|\ \ \ \ \ \ |
|
| * | | | | | | container create: fix --tls-verify parsing | Valentin Rothberg | 2021-10-27 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #12111 from giuseppe/fix-warning-move-pause-process | OpenShift Merge Robot | 2021-10-27 |
|\ \ \ \ \ \ |
|
| * | | | | | | runtime: check for pause pid existence | Giuseppe Scrivano | 2021-10-27 |
| * | | | | | | utils: do not overwrite the err variable | Giuseppe Scrivano | 2021-10-27 |
* | | | | | | | Merge pull request #12110 from cevich/fix_systemd_pid1 | OpenShift Merge Robot | 2021-10-27 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Fix systemd PID1 test | Chris Evich | 2021-10-26 |
* | | | | | | | Merge pull request #11956 from vrothberg/pause | OpenShift Merge Robot | 2021-10-27 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | pod create: remove need for pause image | Valentin Rothberg | 2021-10-26 |
| * | | | | | | add kubernetes pause | Valentin Rothberg | 2021-10-26 |
| * | | | | | | cirrus: containers: mount directory in /var/tmp to /tmp | Valentin Rothberg | 2021-10-26 |
| * | | | | | | overlay root fs: create mount on runtime dir | Valentin Rothberg | 2021-10-26 |
* | | | | | | | Merge pull request #12107 from giuseppe/fix-dbus-process-leak | OpenShift Merge Robot | 2021-10-27 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | cgroups: use SessionBusPrivateNoAutoStartup | Giuseppe Scrivano | 2021-10-26 |
| * | | | | | | vendor: update godbus to v5.0.6 | Giuseppe Scrivano | 2021-10-26 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #12098 from Luap99/slirp-dad | OpenShift Merge Robot | 2021-10-26 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Slirp4netns with ipv6 set net.ipv6.conf.default.accept_dad=0 | Paul Holzinger | 2021-10-26 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #12067 from hshiina/logs-journal-tail | OpenShift Merge Robot | 2021-10-26 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Fix a few problems in 'podman logs --tail' with journald driver | Hironori Shiina | 2021-10-26 |
* | | | | | Merge pull request #12092 from rhatdan/build | OpenShift Merge Robot | 2021-10-26 |
|\ \ \ \ \ |
|
| * | | | | | If Dockerfile exists in same directory as service, we should not use it. | Daniel J Walsh | 2021-10-25 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #12088 from adrianreber/2021-10-25-fix-label-ipc-host | OpenShift Merge Robot | 2021-10-26 |
|\ \ \ \ \ |
|
| * | | | | | Allow 'container restore' with '--ipc host' | Adrian Reber | 2021-10-26 |
| |/ / / / |
|
* | | | | | Merge pull request #12096 from containers/dependabot/go_modules/github.com/do... | OpenShift Merge Robot | 2021-10-26 |
|\ \ \ \ \ |
|
| * | | | | | Bump github.com/docker/docker | dependabot[bot] | 2021-10-26 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #12099 from Luap99/cni-k8s-env | OpenShift Merge Robot | 2021-10-26 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Document to not set K8S envars for CNI | Paul Holzinger | 2021-10-26 |
|/ / / / |
|