summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use the newly added getAllOrLatestContainers() functionAdrian Reber2018-10-23
| | | | | | | This removes duplicate code paths which has been previously factored out as getAllOrLatestContainers(). Signed-off-by: Adrian Reber <areber@redhat.com>
* Use the new checkAllAndLatest() functionAdrian Reber2018-10-23
| | | | | | | Instead of duplicating the same code in multiple commands this uses the newly added function checkAllAndLatest() instead. Signed-off-by: Adrian Reber <areber@redhat.com>
* Also factor out getAllOrLatestContainers() functionAdrian Reber2018-10-23
| | | | | | | | Just as the checkAllAndLatest() function the new code in getAllOrLatestContainers() is used in some commands and duplicated. This factors out this code to be used in other places without duplicating it. Signed-off-by: Adrian Reber <areber@redhat.com>
* Add checkAllAndLatest() functionAdrian Reber2018-10-23
| | | | | | | The check about the --all and --latest option is used and repeated and some commands. Factor it out and put it into common. Signed-off-by: Adrian Reber <areber@redhat.com>
* Merge pull request #1688 from baude/isf29readyOpenShift Merge Robot2018-10-23
|\ | | | | re-enable f29 testing
| * re-enable f29 testingbaude2018-10-22
| | | | | | | | Signed-off-by: baude <bbaude@redhat.com>
* | Merge pull request #1660 from cevich/cirrus_criuOpenShift Merge Robot2018-10-23
|\ \ | | | | | | Cirrus: Install CRIU in test images
| * | Cirrus: Install CRIU in test imagesChris Evich2018-10-18
| | | | | | | | | | | | Signed-off-by: Chris Evich <cevich@redhat.com>
| * | Cirrus: Use different CNI_COMMIT for FedoraChris Evich2018-10-18
| | | | | | | | | | | | | | | | | | | | | Just noticed this in Dockerfile.Fedora. Updated all the right places to make this happen. Signed-off-by: Chris Evich <cevich@redhat.com>
| * | Fix Cirrus/Packer VM image buildingChris Evich2018-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An invalid GCE value is being passed to packer, preventing it from building VM images. Fix this, and centralize the definition of the image name suffix by setting it at ``setup_environment.sh`` call-time, rather encoding inside packer's `libpod_images.json`. This makes the value available for use by other scripts. Also, switch the unique component of the name, to be based on the commit-sha being tested. This will improve traceability, since the git history is more permanent than the `CIRRUS_BUILD_ID` env. var. The later is subject to log-rotation, destroying evidence of the images source state. Signed-off-by: Chris Evich <cevich@redhat.com>
* | | Merge pull request #1700 from baude/restoreArtifactsaOpenShift Merge Robot2018-10-23
|\ \ \ | | | | | | | | Use restoreArtifacts to save time in integration tests
| * | | Use restoreArtifacts to save time in integration testsbaude2018-10-22
| | |/ | |/| | | | | | | Signed-off-by: baude <bbaude@redhat.com>
* | | Merge pull request #1639 from baude/pararmOpenShift Merge Robot2018-10-23
|\ \ \ | | | | | | | | Make rm faster
| * | | Make rm fasterbaude2018-10-22
| |/ / | | | | | | | | | | | | | | | | | | When doing rm, we now parallelize the actual conainter deletions so they can complete faster. This speeds up operations like rm -a. Signed-off-by: baude <bbaude@redhat.com>
* | | Merge pull request #1681 from giuseppe/cleanup-runtime-statusOpenShift Merge Robot2018-10-23
|\ \ \ | | | | | | | | oci: cleanup process status
| * | | oci: cleanup process statusGiuseppe Scrivano2018-10-23
|/ / / | | | | | | | | | | | | | | | | | | | | | I've seen a runc zombie process hanging around, it is caused by not cleaning up the "$OCI status" process. Also adjust another location that has the same issue. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | Merge pull request #1661 from TomSweeneyRedHat/dev/tsweeney/loginhttpOpenShift Merge Robot2018-10-22
|\ \ \ | |/ / |/| | Handle http/https in registry given to login/out
| * | Handle http/https in registry given to login/outTomSweeneyRedHat2018-10-22
|/ / | | | | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
* | Merge pull request #1698 from rhatdan/manOpenShift Merge Robot2018-10-22
|\ \ | | | | | | Fix man page to show info on storage
| * | Fix man page to show info on storageDaniel J Walsh2018-10-22
|/ / | | | | | | | | | | Also fix lint errors. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | Merge pull request #1693 from rhatdan/rootlessDaniel J Walsh2018-10-22
|\ \ | | | | | | Move rootless directory handling to the libpod/pkg/util directory
| * | Move rootless directory handling to the libpod/pkg/util directoryDaniel J Walsh2018-10-22
|/ / | | | | | | | | | | This should allow us to share this code with buildah. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | Merge pull request #1673 from stickster/patch-1OpenShift Merge Robot2018-10-18
|\ \ | |/ |/| Fix trivial missing markup in manpage
| * Fix trivial missing markup in manpagePaul W. Frields2018-10-18
|/ | | | Signed-off-by: Paul W. Frields <stickster@gmail.com>
* Merge pull request #1647 from baude/notifyOpenShift Merge Robot2018-10-18
|\ | | | | fix NOTIFY_SOCKET in e2e testfix NOTIFY_SOCKET in e2e tests
| * fix NOTIFY_SOCKET in e2e testfix NOTIFY_SOCKET in e2e testsbaude2018-10-18
|/ | | | Signed-off-by: baude <bbaude@redhat.com>
* Merge pull request #1679 from mheon/bump-0.10.1.3Matthew Heon2018-10-17
|\ | | | | Bump to v0.10.1.3
| * 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.3v0.10.1.3Matthew Heon2018-10-17
|/ | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Merge pull request #1678 from mheon/release_notes_0.10.1.3Matthew Heon2018-10-17
|\ | | | | Update release notes for 0.10.1.3
| * Update release notes for 0.10.1.3Matthew Heon2018-10-17
|/ | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Merge pull request #1676 from baude/updatebuildahMatthew Heon2018-10-17
|\ | | | | Vendor in new new buildah/ci
| * Vendor in new new buildah/cibaude2018-10-17
|/ | | | | | | libpod requires new buildah and container image versions to resolve bug #1640298 Signed-off-by: baude <bbaude@redhat.com>
* 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>