summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #1672 from rhatdan/podmanMatthew Heon2018-10-17
|\ | | | | Fix podman in podman
| * Fix podman in podmanDaniel J Walsh2018-10-17
|/ | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Merge pull request #1669 from mheon/bump-0.10.1.2Matthew Heon2018-10-17
|\ | | | | Bump to v0.10.1.2
| * Bump gitvalidation epochMatthew Heon2018-10-17
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Bump to v0.10.2-devMatthew Heon2018-10-17
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Bump to v0.10.1.2v0.10.1.2Matthew Heon2018-10-17
|/ | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Merge pull request #1668 from mheon/release_notes_0.10.1.2Matthew Heon2018-10-17
|\ | | | | Update release notes for 0.10.1.2
| * Update release notes for 0.10.1.2Matthew Heon2018-10-17
|/ | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Merge pull request #1667 from mheon/fix_systemd_cgroup_pathMatthew Heon2018-10-17
|\ | | | | Fix CGroup paths used for systemd CGroup mount
| * Fix CGroup paths used for systemd CGroup mountMatthew Heon2018-10-17
|/ | | | | | | We already have functions for retrieving the container's CGroup path, so use them instead of manually generating a path. Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Merge pull request #1658 from mheon/bump-0.10.1.1Matthew Heon2018-10-16
|\ | | | | Bump to 0.10.1.1
| * Bump gitvalidation epochMatthew Heon2018-10-16
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Bump to v0.10.2-devMatthew Heon2018-10-16
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Bump to v0.10.1.1v0.10.1.1Matthew Heon2018-10-16
|/ | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Merge pull request #1657 from mheon/release_notes_0.10.1.1Matthew Heon2018-10-16
|\ | | | | Update release notes for 0.10.1.1
| * Update release notes for 0.10.1.1Matthew Heon2018-10-16
|/ | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Merge pull request #1650 from rhatdan/systemdMatthew Heon2018-10-16
|\ | | | | Mount proper cgroup for systemd to manage inside of the container.
| * Mount proper cgroup for systemd to manage inside of the container.Daniel J Walsh2018-10-15
| | | | | | | | | | | | | | | | | | | | | | | | We are still requiring oci-systemd-hook to be installed in order to run systemd within a container. This patch properly mounts /sys/fs/cgroup/systemd/libpod_parent/libpod-UUID on /sys/fs/cgroup/systemd inside of container. Since we need the UUID of the container, we needed to move Systemd to be a config option of the container. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | Merge pull request #1609 from giuseppe/fix-volume-rootlessMatthew Heon2018-10-16
|\ \ | |/ |/| volume: resolve symlink paths in volumes
| * volume: resolve symlinks in pathsGiuseppe Scrivano2018-10-14
| | | | | | | | | | | | | | | | | | | | ensure the volume paths are resolved in the mountpoint scope. Otherwise we might end up using host paths. Closes: https://github.com/containers/libpod/issues/1608 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * volume: write the correct ID of the container in error messagesGiuseppe Scrivano2018-10-14
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * vendor: update containers/buildahGiuseppe Scrivano2018-10-14
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | Merge pull request #1645 from cevich/flake_delayOpenShift Merge Robot2018-10-15
|\ \ | | | | | | Cirrus: Enable debugging delay on non-zero exit
| * | Cirrus: Enable debugging delay on non-zero exitChris Evich2018-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been some python-podman flakes observed across multiple CI systems. Support capturing a VM for further investigation in the event of a non-zero exit. This is done by printing a warning message and delaying script-exit for a long time. Hopefully a human will notice and have an opportunity to enable deletion-protection on the VM. Signed-off-by: Chris Evich <cevich@redhat.com>
* | | Merge pull request #1644 from TomSweeneyRedHat/dev/tsweeney/nofileoOpenShift Merge Robot2018-10-15
|\ \ \ | |/ / |/| | Touchup fileo typo
| * | Touchup fileo typoTomSweeneyRedHat2018-10-15
|/ / | | | | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
* | Merge pull request #1631 from giuseppe/papr-drop-double-processOpenShift Merge Robot2018-10-15
|\ \ | |/ |/| papr_prepare: remove double process for starting up .papr.sh
| * papr: relabel GOPATH/github.com/containers/libpodGiuseppe Scrivano2018-10-14
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * tests: do not fail in the cleanup phaseGiuseppe Scrivano2018-10-14
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * tests: do not make assumptions on the mount outputGiuseppe Scrivano2018-10-14
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * papr_prepare: remove double process for starting up .papr.shGiuseppe Scrivano2018-10-14
|/ | | | | | and specify --security-opt label=disable Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Merge pull request #1635 from jwhonce/wip/podsOpenShift Merge Robot2018-10-13
|\ | | | | Add support for pod commands
| * Add support for pod commandsJhon Honce2018-10-12
|/ | | | | | | | | | | | | | * Add support for pod -- create, inspect, kill, pause, ps, rm, restart, start, stop, top, unpause * Update pylintrc to better reflect pep8 code standards * Fix various pylint reported errors * Refactor code that determines screen width to no longer require initializing curses. Improved start up time and pushing data blob down ssh tunnel. * Correct pod-create man page, cgroupparent not boolean * Abort integration tests if podman service fails to start Signed-off-by: Jhon Honce <jhonce@redhat.com>
* Merge pull request #1558 from rhatdan/userOpenShift Merge Robot2018-10-12
|\ | | | | Generate a passwd file for users not in container
| * Generate a passwd file for users not in containerDaniel J Walsh2018-10-12
| | | | | | | | | | | | | | If someone runs podman as a user (uid) that is not defined in the container we want generate a passwd file so that getpwuid() will work inside of container. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | Merge pull request #1611 from QiWang19/issue1340OpenShift Merge Robot2018-10-12
|\ \ | |/ |/| Support auth file environment variable in related podman commands & add change to man pages
| * Support auth file environment variable & add change to man pagesQi Wang2018-10-12
|/ | | | Signed-off-by: Qi Wang <qiwan@redhat.com>
* Merge pull request #1634 from mheon/bump-0.10.1Matthew Heon2018-10-11
|\ | | | | Bump to v0.10.1
| * Bump gitvalidation epochMatthew Heon2018-10-11
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Bump to v0.10.2-devMatthew Heon2018-10-11
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Bump to v0.10.1v0.10.1Matthew Heon2018-10-11
|/ | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Merge pull request #1633 from mheon/release_notes_0.10.1Matthew Heon2018-10-11
|\ | | | | Add release notes for 0.10.1
| * Add release notes for 0.10.1Matthew Heon2018-10-11
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* | Merge pull request #1632 from mheon/fix_map_syncOpenShift Merge Robot2018-10-11
|\ \ | |/ |/| Swap from map to channels for podman stop workers
| * Swap from map to channels for podman stop workersMatthew Heon2018-10-11
|/ | | | | | | We were encountering sync issues with the map, so swap to a thread-safe channel and convert into a map when we output Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Merge pull request #1605 from mheon/syslog_cleanupOpenShift Merge Robot2018-10-11
|\ | | | | Pass along syslog variable to podman cleanup processes
| * Pass along syslog variable to podman cleanup processesMatthew Heon2018-10-11
| | | | | | | | | | | | | | | | | | As of now, there is no way to debug podman clean up processes. They are started by conmon with no stdout/stderr and log nowhere. This allows us to actually figure out what is going on when a cleanup process runs. Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* | Merge pull request #1619 from QiWang19/issus1610OpenShift Merge Robot2018-10-11
|\ \ | | | | | | Sort all CLI flags in podman commands
| * | Sort all command flagsQi Wang2018-10-11
| |/ | | | | | | Signed-off-by: Qi Wang <qiwan@redhat.com>
* | Merge pull request #1628 from giuseppe/rootless-fix-hang-on-setresuidOpenShift Merge Robot2018-10-11
|\ \ | | | | | | rootless: fix hang on startup with older glibc versions