summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Cirrus: Confirm networking moreChris Evich2019-08-16
| | | | Signed-off-by: Chris Evich <cevich@redhat.com>
* Merge pull request #3796 from giuseppe/enable-cgroupsv2-crunOpenShift Merge Robot2019-08-16
|\ | | | | cirrus: enable cgroups v2 tests with crun
| * cirrus: enable cgroups v2 tests with crunGiuseppe Scrivano2019-08-13
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * tests: skip pause tests if freezer is not availableGiuseppe Scrivano2019-08-13
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * tests: enable run tests for cgroups v2Giuseppe Scrivano2019-08-13
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * tests: enable cpu tests for cgroups v2Giuseppe Scrivano2019-08-13
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * tests: enable memory tests for cgroups v2Giuseppe Scrivano2019-08-13
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * runtime: honor --runtime flag to buildGiuseppe Scrivano2019-08-13
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * test: fix option nameGiuseppe Scrivano2019-08-13
| | | | | | | | | | | | the option is --quiet, not --q Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | Merge pull request #3805 from ashley-cui/tmpfsOpenShift Merge Robot2019-08-16
|\ \ | | | | | | Remove --tmpfs size default
| * | Remove --tmpfs size defaultAshley Cui2019-08-14
| | | | | | | | | | | | | | | | | | | | | Docker has unlimited tmpfs size where Podman had it set to 64mb. Should be standard between the two. Remove noexec default Signed-off-by: Ashley Cui <ashleycui16@gmail.com>
* | | Merge pull request #3830 from mheon/bump-1.5.1OpenShift Merge Robot2019-08-16
|\ \ \ | | | | | | | | Bump to v1.5.1
| * | | Bump gitvalidation epochMatthew Heon2019-08-15
| | | | | | | | | | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@pm.me>
| * | | Bump to v1.5.2-devMatthew Heon2019-08-15
| | | | | | | | | | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@pm.me>
| * | | Bump to v1.5.1v1.5.1Matthew Heon2019-08-15
|/ / / | | | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* | | Merge pull request #3825 from mheon/release_notes_1.5.1_realOpenShift Merge Robot2019-08-15
|\ \ \ | | | | | | | | Add release notes for v1.5.1
| * | | Add release notes for v1.5.1Matthew Heon2019-08-15
|/ / / | | | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* | | Merge pull request #3818 from chenzhiwei/hostnameOpenShift Merge Robot2019-08-15
|\ \ \ | | | | | | | | Set Pod hostname as Pod name
| * | | Set Pod hostname as Pod nameChen Zhiwei2019-08-15
| | | | | | | | | | | | | | | | Signed-off-by: Chen Zhiwei <zhiweik@gmail.com>
* | | | Merge pull request #3812 from baude/perffix1OpenShift Merge Robot2019-08-15
|\ \ \ \ | |/ / / |/| | | performance fix for podman events with large journalds
| * | | performance fix for podman events with large journaldsbaude2019-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the case where the host has a large journald, iterating the journal without using a Match is very poor performance. this might be a temporary fix while we figure out why the systemd library does not seem to behave properly. Signed-off-by: baude <bbaude@redhat.com>
* | | | Merge pull request #3804 from edsantiago/batsOpenShift Merge Robot2019-08-15
|\ \ \ \ | | | | | | | | | | tests for exit status on podman run --rm
| * | | | tests for exit status on podman run --rmEd Santiago2019-08-14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...and on a container killed by 'podman rm -f'. See #3795 Disable when testing podman-remote; see #3808 Signed-off-by: Ed Santiago <santiago@redhat.com>
* | | | Merge pull request #3807 from QiWang19/inspect_mergeDirOpenShift Merge Robot2019-08-14
|\ \ \ \ | | | | | | | | | | removMergeDir from inspect result if not mounted
| * | | | removMergeDir from inspect result if not mountedQi Wang2019-08-13
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Remove GraphDriver.Data.MergedDir from the result of podman inspect if the container not mounte. Because the /var/lib/containers/.../merged directory is no longer created by default; it only exists during the scope of podman mount. Signed-off-by: Qi Wang <qiwan@redhat.com>
* | | | Merge pull request #3810 from giuseppe/use-cgroupsOpenShift Merge Robot2019-08-14
|\ \ \ \ | | | | | | | | | | pkg/cgroups: use DBUS session when rootless
| * | | | pkg/cgroups: use DBUS session when rootlessGiuseppe Scrivano2019-08-14
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | use the DBUS user session when running in rootless mode. Closes: https://github.com/containers/libpod/issues/3801 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | Merge pull request #3809 from chenzhiwei/fix-play-kubeOpenShift Merge Robot2019-08-14
|\ \ \ \ | |/ / / |/| | | Fix play kube command in pod yaml
| * | | Fix play kube command in pod yamlChen Zhiwei2019-08-14
| |/ / | | | | | | | | | Signed-off-by: Chen Zhiwei <zhiweik@gmail.com>
* | | Merge pull request #3806 from mheon/hooks_notexist_nonfatalOpenShift Merge Robot2019-08-14
|\ \ \ | |/ / |/| | Running Podman with a nonexistent hooks dir is nonfatal
| * | Running Podman with a nonexistent hooks dir is nonfatalMatthew Heon2019-08-13
|/ / | | | | | | | | | | | | | | Even explicitly defined hooks directories may not exist under some circumstances. It's not worth a hard-fail if we hit an ENOENT in these cases. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* | Merge pull request #3772 from haircommander/snapcraftOpenShift Merge Robot2019-08-13
|\ \ | | | | | | fork https://github.com/abitrolly/podman
| * | Add missing stage-packages in snapcraft.yaml.Jindrich Novy2019-08-13
| | | | | | | | | | | | Signed-off-by: Jindrich Novy <jnovy@redhat.com>
| * | Add RHEL and SUSE to snap docPeter Hunt2019-08-13
| | | | | | | | | | | | Signed-off-by: Peter Hunt <pehunt@redhat.com>
| * | start groundwork for adding snapPeter Hunt2019-08-13
| | | | | | | | | | | | | | | | | | by forking https://github.com/abitrolly/podman Signed-off-by: Peter Hunt <pehunt@redhat.com>
* | | Merge pull request #3791 from cevich/install_libvarlinkOpenShift Merge Robot2019-08-13
|\ \ \ | |_|/ |/| | Cirrus: Install varlink in VM images
| * | Cirrus: Install varlink on UbuntuChris Evich2019-08-13
| | | | | | | | | | | | Signed-off-by: Chris Evich <cevich@redhat.com>
| * | Cirrus: Install varlink on FedoraChris Evich2019-08-13
| | | | | | | | | | | | Signed-off-by: Chris Evich <cevich@redhat.com>
* | | Merge pull request #3662 from marusak/user_socket_serviceOpenShift Merge Robot2019-08-13
|\ \ \ | | | | | | | | Add user systemd service and socket
| * | | Add user systemd service and socketMatej Marusak2019-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables user to interact with varlink and create/manage rootless containers through it. Using as: `varlink call unix:/run/user/1000/podman/io.podman/io.podman.ListContainers` Signed-off-by: Matej Marusak <mmarusak@redhat.com>
* | | | Merge pull request #3649 from cevich/brent_is_backOpenShift Merge Robot2019-08-13
|\ \ \ \ | |_|/ / |/| | | Revert "Cirrus: Temp. workaround missing imgprune image"
| * | | Revert "Cirrus: Temp. workaround missing imgprune image"Chris Evich2019-08-12
| |/ / | | | | | | | | | | | | | | | This reverts commit 9b2e98f1e872354f0708a86b59e16b8b86e9f8b2. Signed-off-by: Chris Evich <cevich@redhat.com>
* | | Merge pull request #3794 from ashley-cui/macpkgOpenShift Merge Robot2019-08-13
|\ \ \ | | | | | | | | Homebrew installation in install.md
| * | | Homebrew installation in install.mdAshley Cui2019-08-12
| |/ / | | | | | | | | | | | | | | | Add brew installation instructions to docs & small fix to brew makefile Signed-off-by: Ashley Cui <ashleycui16@gmail.com>
* | | Merge pull request #3797 from mheon/test_events_revertOpenShift Merge Robot2019-08-13
|\ \ \ | | | | | | | | Revert #3745 and fix missing exit code for journald
| * | | Small optimization - only store exit code when nonzeroMatthew Heon2019-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | JSON optimizes it out in that case anyways, so don't waste cycles doing an Itoa (and Atoi on the decode side). Signed-off-by: Matthew Heon <matthew.heon@pm.me>
| * | | Fix container exit code with Journald backendMatthew Heon2019-08-12
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | We weren't actually storing this, so we'd lose the exit code for containers run with --rm or force-removed while running if the journald backend for events was in use. Fixes #3795 Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* | | Merge pull request #3607 from cevich/cgroup2_vmOpenShift Merge Robot2019-08-12
|\ \ \ | | | | | | | | Add another Fedora VM with cgroups v2 enabled
| * | | Adjust get_ci_vm.sh for substitutionChris Evich2019-08-12
| | | | | | | | | | | | | | | | Signed-off-by: Chris Evich <cevich@redhat.com>
| * | | Cirrus: Add verification for cgroupv2 imageChris Evich2019-08-12
| | | | | | | | | | | | | | | | Signed-off-by: Chris Evich <cevich@redhat.com>