summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Change all 'can not' to 'cannot' for proper usageDaniel J Walsh2018-12-21
| | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Invalid index for arrayDaniel J Walsh2018-12-21
| | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Merge pull request #2028 from giuseppe/fix-rootless-exportOpenShift Merge Robot2018-12-21
|\ | | | | rootless: fix export when using fuse-overlayfs
| * test: add test for rootless exportGiuseppe Scrivano2018-12-21
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * export: fix usage with rootless containersGiuseppe Scrivano2018-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix usage of export when rootless containers are used without vfs. We join the conmon process namespaces as the container is running in a different one. There can be a problem if the user specify a different path for the conmon process, and then the file is deleted. In this case podman won't be able to find the conmon process to join. Closes: https://github.com/containers/libpod/issues/2027 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * rootless: add function to join user and mount namespaceGiuseppe Scrivano2018-12-21
| | | | | | | | | | | | | | | | | | | | Add the possibility to join directly the user and mount namespace without looking up the parent of the user namespace. We need this in order to be able the conmon process, as the mount namespace is kept alive only there. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * libpod: always store the conmon pid fileGiuseppe Scrivano2018-12-21
| | | | | | | | | | | | | | we need this information to later be able to join the conmon process. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | Merge pull request #1998 from adrianreber/with-criu-againOpenShift Merge Robot2018-12-21
|\ \ | |/ |/| Use existing CRIU packages for testing instead of building from git
| * Use existing CRIU packages in CI setupAdrian Reber2018-12-21
|/ | | | | | | | | | | | For all in testing involved distribution a new enough CRIU exists as a package. Fedora provides CRIU packages directly. For CentOS/RHEL there is a COPR with the latest CRIU version and for Ubuntu there is a PPA for the latest CRIU version. Let's use these packages and fall back to building from git if necessary. Signed-off-by: Adrian Reber <adrian@lisas.de>
* Merge pull request #2037 from baude/blkioskipOpenShift Merge Robot2018-12-20
|\ | | | | skip test for blkio.weight when kernel does not support it
| * skip test for blkio.weight when kernel does not support itbaude2018-12-20
|/ | | | Signed-off-by: baude <bbaude@redhat.com>
* Merge pull request #1757 from kunalkushwaha/contrib-perftestOpenShift Merge Robot2018-12-20
|\ | | | | perf test a stress test to profile CPU load of podman
| * perf test a stress test to profile CPU load of podmanKunal Kushwaha2018-12-19
| | | | | | | | Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>
* | Merge pull request #1967 from baude/kubereplayOpenShift Merge Robot2018-12-20
|\ \ | | | | | | Add Play
| * | Add Playbaude2018-12-19
| | | | | | | | | | | | | | | | | | | | | podman play kube adds the ability for the user to recreate pods and containers from a Kubernetes YAML file in libpod. Signed-off-by: baude <bbaude@redhat.com>
* | | Merge pull request #1900 from vbatts/cni-config-instructionsOpenShift Merge Robot2018-12-20
|\ \ \ | | | | | | | | docs/tutorials: add a basic network config
| * | | docs/tutorials: add a basic network configVincent Batts2018-12-17
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
* | | | Merge pull request #2029 from cevich/gate_docsOpenShift Merge Robot2018-12-20
|\ \ \ \ | | | | | | | | | | [skip ci] Gate: Update docs w/ safer local command
| * | | | [skip ci] Gate: Update docs w/ safer local commandChris Evich2018-12-19
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously if you used the documented code validation command, you would end up with your repository SELinux labels being changed. In many cases this is not desirable. Update the documentation such that the original source of the repository isn't touched in any way (prior to making a copy of it in the container). Also add a small (but important) note about building the container image. Signed-off-by: Chris Evich <cevich@redhat.com>
* | | | Merge pull request #2030 from baude/111OpenShift Merge Robot2018-12-19
|\ \ \ \ | | | | | | | | | | prepare for move to validate on 1.11 only
| * | | | prepare for move to validate on 1.11 onlybaude2018-12-19
| |/ / / | | | | | | | | | | | | Signed-off-by: baude <bbaude@redhat.com>
* | | | Merge pull request #2031 from cevich/fix_build_all_commitsOpenShift Merge Robot2018-12-19
|\ \ \ \ | | | | | | | | | | Cirrus: Skip build all commits test on master
| * | | | Cirrus: Skip build all commits test on masterChris Evich2018-12-19
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: git rebase origin/ -x make fatal: Needed a single revision invalid upstream 'origin/' make: *** [Makefile:351: build-all-new-commits] Error 1 By not running this test post-merge. Signed-off-by: Chris Evich <cevich@redhat.com>
* | | | Merge pull request #1899 from QiWang19/trustimgOpenShift Merge Robot2018-12-19
|\ \ \ \ | |/ / / |/| | | Support podman image trust command
| * | | Support podman image trust commandQi Wang2018-12-19
| | | | | | | | | | | | | | | | | | | | | | | | Display the trust policy of the host system. The trust policy is stored in the /etc/containers/policy.json file and defines a scope of registries or repositories. Signed-off-by: Qi Wang <qiwan@redhat.com>
* | | | Merge pull request #1996 from giuseppe/validate-all-commitsOpenShift Merge Robot2018-12-19
|\ \ \ \ | |_|_|/ |/| | | Makefile: validate that each commit can at least build
| * | | Makefile: validate that each commit can at least buildGiuseppe Scrivano2018-12-19
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | it is very useful when using git bisect that at least the commit can build. got inspiration from: https://twitter.com/pid_eins/status/1072797993760423941 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | Merge pull request #2021 from rhatdan/restartOpenShift Merge Robot2018-12-18
|\ \ \ | | | | | | | | Add information on --restart
| * | | Add information on --restartDaniel J Walsh2018-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to recommend that users use Systemd unit files if they want the container to restart automatically. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | | | Merge pull request #1935 from deuscapturus/masterOpenShift Merge Robot2018-12-18
|\ \ \ \ | | | | | | | | | | add getlogin command
| * | | | add --get-login command to podman-login.Theodore Cowan2018-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Returns user if user is logged-in to the registry. Returns error if not logged in with non-zero status code. Signed-off-by: Theodore Cowan <theodore-cowan@pluralsight.com>
* | | | | Merge pull request #2019 from baude/kubeserviceinlineOpenShift Merge Robot2018-12-18
|\ \ \ \ \ | | | | | | | | | | | | generate service object inline
| * | | | | generate service object inlinebaude2018-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no longer require the service object be output to a different file; we should be doing this inline with the pods for user convenience. Signed-off-by: baude <bbaude@redhat.com>
* | | | | | Merge pull request #2022 from baude/flakeflakeOpenShift Merge Robot2018-12-18
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | all flakes must die
| * | | | | all flakes must diebaude2018-12-18
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | when cleaning up after a test, don't fail if cleanup doesn't run perfectly. Signed-off-by: baude <bbaude@redhat.com>
* | | | | Merge pull request #2020 from cevich/quiet_podbotOpenShift Merge Robot2018-12-18
|\ \ \ \ \ | |/ / / / |/| | | | Cirrus: One IRC notice only
| * | | | Cirrus: One IRC notice onlyChris Evich2018-12-18
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The podbot messages are becoming obnoxious as more distributions are tested. Only call the `success.sh` script once, after all testing was successful. Also make update the message to include more helpful text and url. Signed-off-by: Chris Evich <cevich@redhat.com>
* | | | Merge pull request #2010 from cevich/cirrus_editorsDaniel J Walsh2018-12-17
|\ \ \ \ | | | | | | | | | | Cirrus: Add text editors to cache-images
| * | | | Cirrus: Add text editors to cache-imagesChris Evich2018-12-14
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Occasionally people need to access the VM's for troubleshooting/debugging. Having an editor pre-installed makes life easier and doesn't cost any extra test-time. ***CIRRUS: REBUILD IMAGES*** Signed-off-by: Chris Evich <cevich@redhat.com>
* | | | Merge pull request #2018 from baude/rmiinfraOpenShift Merge Robot2018-12-17
|\ \ \ \ | |_|/ / |/| | | display proper error when rmi -fa with infra containers
| * | | display proper error when rmi -fa with infra containersbaude2018-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when deleting infra containers, we were not checking the error of the image deletion and therefore resulting in not reporting the error. Fixes #1991 Signed-off-by: baude <bbaude@redhat.com>
* | | | Merge pull request #2000 from TomSweeneyRedHat/dev/tsweeney/fiximageqOpenShift Merge Robot2018-12-17
|\ \ \ \ | | | | | | | | | | Show image only once with images -q
| * | | | Show image only once with images -qTomSweeneyRedHat2018-12-17
|/ / / / | | | | | | | | | | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
* | | | Merge pull request #1986 from baude/varlinkendpointsOpenShift Merge Robot2018-12-17
|\ \ \ \ | |/ / / |/| | | Clean up some existing varlink endpoints
| * | | Clean up some existing varlink endpointsbaude2018-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Going through and adding options (like tls-verify, signature option, etc) to some varlink endpoints (like push/pull) many of which had not been updated since their original authoring. Signed-off-by: baude <bbaude@redhat.com>
* | | | Merge pull request #2011 from cevich/cirrus_cliOpenShift Merge Robot2018-12-16
|\ \ \ \ | | | | | | | | | | Add script to create CI VMs for debugging
| * | | | Add script to create CI VMs for debuggingChris Evich2018-12-14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Frequently debugging of CI-related problems requires going hands-on within the environment. However, reproducing the environment by hand is very tedious and error prone. This script permits authorized users to produce VM's based on any available cache-image, and automatically remove them upon logout. Also: Bump up VM disk sizes to 200GB due to performance reasons Signed-off-by: Chris Evich <cevich@redhat.com>
* | | | Merge pull request #1969 from cevich/two_fedoras_rhelsOpenShift Merge Robot2018-12-14
|\ \ \ \ | |_|/ / |/| | | Cirrus: Migrate PAPR testing of F28 to Cirrus
| * | | Cirrus: Migrate PAPR testing of F28 to CirrusChris Evich2018-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the most recent TWO versions of Fedora are officially supported upstream, both need to be tested. Implement the concept of a 'prior' Fedora release in both base-image and cache-image production. Utilize the produced cache-image to test libpod. Remove F28 testing from PAPR. Much thanks to @baude @giuseppe for help with this. Signed-off-by: Chris Evich <cevich@redhat.com>
| * | | Skip checkpoint tests on Fedora <30Chris Evich2018-12-14
|/ / / | | | | | | | | | Signed-off-by: Chris Evich <cevich@redhat.com>