| Commit message (Expand) | Author | Age |
* | tests: enable run tests for cgroups v2 | Giuseppe Scrivano | 2019-08-13 |
* | tests: enable cpu tests for cgroups v2 | Giuseppe Scrivano | 2019-08-13 |
* | tests: enable memory tests for cgroups v2 | Giuseppe Scrivano | 2019-08-13 |
* | runtime: honor --runtime flag to build | Giuseppe Scrivano | 2019-08-13 |
* | test: fix option name | Giuseppe Scrivano | 2019-08-13 |
* | Merge pull request #3772 from haircommander/snapcraft | OpenShift Merge Robot | 2019-08-13 |
|\ |
|
| * | Add missing stage-packages in snapcraft.yaml. | Jindrich Novy | 2019-08-13 |
| * | Add RHEL and SUSE to snap doc | Peter Hunt | 2019-08-13 |
| * | start groundwork for adding snap | Peter Hunt | 2019-08-13 |
* | | Merge pull request #3791 from cevich/install_libvarlink | OpenShift Merge Robot | 2019-08-13 |
|\ \ |
|
| * | | Cirrus: Install varlink on Ubuntu | Chris Evich | 2019-08-13 |
| * | | Cirrus: Install varlink on Fedora | Chris Evich | 2019-08-13 |
* | | | Merge pull request #3662 from marusak/user_socket_service | OpenShift Merge Robot | 2019-08-13 |
|\ \ \ |
|
| * | | | Add user systemd service and socket | Matej Marusak | 2019-08-13 |
* | | | | Merge pull request #3649 from cevich/brent_is_back | OpenShift Merge Robot | 2019-08-13 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Revert "Cirrus: Temp. workaround missing imgprune image" | Chris Evich | 2019-08-12 |
| |/ / |
|
* | | | Merge pull request #3794 from ashley-cui/macpkg | OpenShift Merge Robot | 2019-08-13 |
|\ \ \ |
|
| * | | | Homebrew installation in install.md | Ashley Cui | 2019-08-12 |
| |/ / |
|
* | | | Merge pull request #3797 from mheon/test_events_revert | OpenShift Merge Robot | 2019-08-13 |
|\ \ \ |
|
| * | | | Small optimization - only store exit code when nonzero | Matthew Heon | 2019-08-12 |
| * | | | Fix container exit code with Journald backend | Matthew Heon | 2019-08-12 |
|/ / / |
|
* | | | Merge pull request #3607 from cevich/cgroup2_vm | OpenShift Merge Robot | 2019-08-12 |
|\ \ \ |
|
| * | | | Adjust get_ci_vm.sh for substitution | Chris Evich | 2019-08-12 |
| * | | | Cirrus: Add verification for cgroupv2 image | Chris Evich | 2019-08-12 |
| * | | | Cirrus: Add experimental fedora VM image & test | Chris Evich | 2019-08-12 |
| * | | | Cirrus: Minor, use newer Ubuntu base image | Chris Evich | 2019-08-12 |
| | |/
| |/| |
|
* | | | Merge pull request #3753 from baude/varlinkrequiresroot | OpenShift Merge Robot | 2019-08-12 |
|\ \ \
| |_|/
|/| | |
|
| * | | varlink endpoint for containerstats requires root | baude | 2019-08-12 |
* | | | Merge pull request #3751 from TomSweeneyRedHat/dev/tsweeney/squishnits | OpenShift Merge Robot | 2019-08-12 |
|\ \ \ |
|
| * | | | Squish a few tpyo nits in container.go doc | TomSweeneyRedHat | 2019-08-07 |
* | | | | Merge pull request #3789 from giuseppe/cirrus-add-crun | OpenShift Merge Robot | 2019-08-12 |
|\ \ \ \ |
|
| * | | | | tests: disable some tests currently failing when not using runc | Giuseppe Scrivano | 2019-08-12 |
| * | | | | containers: look also for 'file not found' in the error message | Giuseppe Scrivano | 2019-08-12 |
| * | | | | cirrus: add tests with crun on Fedora 30 | Giuseppe Scrivano | 2019-08-12 |
| * | | | | cirrus: install crun | Giuseppe Scrivano | 2019-08-12 |
* | | | | | Merge pull request #3793 from stefanb2/topic-pr-3788 | OpenShift Merge Robot | 2019-08-12 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | image: add user agent to Docker registry options | Stefan Becker | 2019-08-12 |
|/ / / / |
|
* | | | | Merge pull request #3786 from giuseppe/fix-rootless-checks | OpenShift Merge Robot | 2019-08-12 |
|\ \ \ \ |
|
| * | | | | cmd: drop check for euid==0 | Giuseppe Scrivano | 2019-08-12 |
| * | | | | storage: drop unused geteuid check | Giuseppe Scrivano | 2019-08-12 |
| * | | | | cmd, stats: fix check for rootless mode | Giuseppe Scrivano | 2019-08-12 |
| * | | | | oci: drop check for euid==0 | Giuseppe Scrivano | 2019-08-12 |
* | | | | | Merge pull request #3787 from giuseppe/rootless-cherry-pick-oci-runtime | OpenShift Merge Robot | 2019-08-12 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | rootless: cherry-pick runtime from the system configuration | Giuseppe Scrivano | 2019-08-12 |
|/ / / / |
|
* | | | | Merge pull request #3785 from giuseppe/podman-build-use-configured-runtime | OpenShift Merge Robot | 2019-08-12 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | build: use the configured runtime | Giuseppe Scrivano | 2019-08-11 |
|/ / / |
|
* | | | Merge pull request #3782 from eriksjolund/fix_realloc_in_rootless_linux.c | OpenShift Merge Robot | 2019-08-11 |
|\ \ \ |
|
| * | | | Fix incorrect use of realloc() | Erik Sjölund | 2019-08-11 |
* | | | | Merge pull request #3783 from eriksjolund/fix_read_count | OpenShift Merge Robot | 2019-08-11 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Adjust read count so that a newline can be added afterwards | Erik Sjölund | 2019-08-11 |
|/ / / |
|