Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | code cleanup | baude | 2019-07-08 | |
| | |_|/ / | |/| | | | ||||
* / | | | | get last container event | baude | 2019-07-07 | |
|/ / / / | ||||
* | | | | Merge pull request #3472 from haircommander/generate-volumes | OpenShift Merge Robot | 2019-07-04 | |
|\ \ \ \ | ||||
| * | | | | Improve parsing of mounts | Peter Hunt | 2019-07-02 | |
| * | | | | Deduplicate volumes | Peter Hunt | 2019-07-02 | |
| * | | | | Pass along volumes to pod yaml | Peter Hunt | 2019-07-01 | |
| * | | | | Configure container volumes for generate kube | Peter Hunt | 2019-07-01 | |
* | | | | | trivial cleanups from golang | baude | 2019-07-03 | |
| |_|/ / |/| | | | ||||
* | | | | Merge pull request #3488 from marcov/ctr-or-pod-id | OpenShift Merge Robot | 2019-07-03 | |
|\ \ \ \ | ||||
| * | | | | libpod: discerne partial IDs between containers and pods | Marco Vedovati | 2019-07-03 | |
* | | | | | Merge pull request #3486 from openSUSE/ocicni-bump | OpenShift Merge Robot | 2019-07-03 | |
|\ \ \ \ \ | ||||
| * | | | | | Vendor latest OCICNI version | Sascha Grunert | 2019-07-03 | |
| |/ / / / | ||||
* | | | | | Merge pull request #3437 from giuseppe/fix-nocgo | OpenShift Merge Robot | 2019-07-03 | |
|\ \ \ \ \ | ||||
| * | | | | | lock: new lock type "file" | Giuseppe Scrivano | 2019-07-02 | |
| * | | | | | runtime: allow to specify the lock mechanism | Giuseppe Scrivano | 2019-07-02 | |
| * | | | | | lock: disable without cgo | Giuseppe Scrivano | 2019-07-02 | |
| * | | | | | attach: move cgo bits to a different file | Giuseppe Scrivano | 2019-07-02 | |
| | |/ / / | |/| | | | ||||
* | | | | | Merge pull request #3483 from mheon/get_conmon_pid | OpenShift Merge Robot | 2019-07-03 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||
| * | | | | Wipe PID and ConmonPID in state after container stops | Matthew Heon | 2019-07-02 | |
| * | | | | Store Conmon's PID in our state and display in inspect | Matthew Heon | 2019-07-02 | |
* | | | | | Merge pull request #3465 from baude/nostore | OpenShift Merge Robot | 2019-07-03 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | configure runtime without store | baude | 2019-07-01 | |
| |/ / / | ||||
* | | | | Merge pull request #3461 from mheon/free_locks_on_fail | OpenShift Merge Robot | 2019-07-02 | |
|\ \ \ \ | ||||
| * | | | | Ensure locks are freed when ctr/pod creation fails | Matthew Heon | 2019-07-02 | |
| |/ / / | ||||
* / / / | stats: use runtime.NumCPU when percpu counters are not available | Giuseppe Scrivano | 2019-07-02 | |
|/ / / | ||||
* | | | Merge pull request #3324 from marcov/detach-keys-configurable | OpenShift Merge Robot | 2019-07-01 | |
|\ \ \ | ||||
| * | | | libpod: fix hang on container start and attach | Marco Vedovati | 2019-06-26 | |
| * | | | libpod: specify a detach keys sequence in libpod.conf | Marco Vedovati | 2019-06-26 | |
* | | | | Merge pull request #3422 from nalind/no-layer-images | OpenShift Merge Robot | 2019-06-28 | |
|\ \ \ \ | ||||
| * | | | | Handle images which contain no layers | Nalin Dahyabhai | 2019-06-26 | |
* | | | | | rootless: enable linger if /run/user/UID not exists | Giuseppe Scrivano | 2019-06-27 | |
* | | | | | Merge pull request #3442 from baude/removelibpodfrommainphase2 | OpenShift Merge Robot | 2019-06-27 | |
|\ \ \ \ \ | ||||
| * | | | | | libpod removal from main (phase 2) | baude | 2019-06-27 | |
| |/ / / / | ||||
* | | | | | runtime: do not attempt to use global conf file | Giuseppe Scrivano | 2019-06-27 | |
* | | | | | runtime: use GetRootlessUID() to get rootless uid | Giuseppe Scrivano | 2019-06-27 | |
* | | | | | Merge pull request #3429 from cevich/strip_crio_conmon | OpenShift Merge Robot | 2019-06-27 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | Remove refs to crio/conmon | Chris Evich | 2019-06-26 | |
| | |/ / | |/| | | ||||
* | | | | stats: fix cgroup path for rootless containers | Giuseppe Scrivano | 2019-06-26 | |
* | | | | libpod: use pkg/cgroups instead of containerd/cgroups | Giuseppe Scrivano | 2019-06-26 | |
| |/ / |/| | | ||||
* | | | Merge pull request #3419 from baude/removelibpodfrommainphase1 | OpenShift Merge Robot | 2019-06-26 | |
|\ \ \ | ||||
| * | | | remove libpod from main | baude | 2019-06-25 | |
* | | | | Merge pull request #3417 from mheon/fix_play_kube_ports | OpenShift Merge Robot | 2019-06-25 | |
|\ \ \ \ | |_|/ / |/| | | | ||||
| * | | | Only include ports in one container in Kube YAML | Matthew Heon | 2019-06-24 | |
| |/ / | ||||
* | | | Merge pull request #3332 from rhatdan/cgroupmanager | OpenShift Merge Robot | 2019-06-25 | |
|\ \ \ | ||||
| * | | | Correctly identify the defaults for cgroup-manager | Daniel J Walsh | 2019-06-15 | |
* | | | | Merge pull request #3401 from mheon/templating_is_dumb | OpenShift Merge Robot | 2019-06-25 | |
|\ \ \ \ | |_|/ / |/| | | | ||||
| * | | | Fix gofmt | Matthew Heon | 2019-06-21 | |
| * | | | Adjust names to match struct tags in Inspect | Matthew Heon | 2019-06-21 | |
| * | | | Fix inspect --format '{{.Mounts}}. | Matthew Heon | 2019-06-21 | |
* | | | | Merge pull request #3412 from mheon/fix_ps_sync_segfault | OpenShift Merge Robot | 2019-06-24 | |
|\ \ \ \ |