aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* podman-registry helper script: handle errorsEd Santiago2020-05-24
| | | | | | | | | | | | | | | | | | | | | | | My initial revision of the podman-registry helper script was written in haste, with an enormous tradeoff: no visibility into any errors. We are now paying for this in #6366: the script is failing on Ubuntu and we have no way of knowing why. This PR adds a must_pass() function used for critical steps. This runs the action silently; if the command fails, it displays the failing command name with full output logs, cleans up the temporary workdir, and exits with error status. As a reminder, the reason this is necessary is that our script convention is to output a series of environment variables to stdout -- we must therefore take pains not to emit anything else to stdout. And, unfortunately, podman and openssl tend to be rather verbose. Signed-off-by: Ed Santiago <santiago@redhat.com>
* Merge pull request #6309 from cortopy/nonroot_vol_docsOpenShift Merge Robot2020-05-24
|\ | | | | add section on rootless volumes in the docs
| * add section on rootless volumesJuan Jimenez-Anca2020-05-23
| | | | | | | | Signed-off-by: Juan Jimenez-Anca <cortopy@users.noreply.github.com>
* | Merge pull request #6369 from rhatdan/build1OpenShift Merge Robot2020-05-24
|\ \ | | | | | | [CI:DOCS] Prepare image to turn on podman-commands test
| * | [CI:DOCS] Prepare image to turn on podman-commands testDaniel J Walsh2020-05-23
|/ / | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | Merge pull request #6355 from jwhonce/wip/MethodNotAllowedHandlerOpenShift Merge Robot2020-05-23
|\ \ | | | | | | Add MethodNotAllowedHandler() to add in debugging
| * | Add MethodNotAllowedHandler() to add in debuggingJhon Honce2020-05-22
| | | | | | | | | | | | Signed-off-by: Jhon Honce <jhonce@redhat.com>
* | | Merge pull request #6360 from baude/addcruntogatingOpenShift Merge Robot2020-05-23
|\ \ \ | | | | | | | | [CI:DOCS]add crun to gating image
| * | | [CI:DOCS]add crun to gating imageBrent Baude2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | the gating tests for commands needs crun to exercise itself Signed-off-by: Brent Baude <bbaude@redhat.com>
* | | | Merge pull request #6357 from rhatdan/build6OpenShift Merge Robot2020-05-22
|\ \ \ \ | | | | | | | | | | Follow up PR to fix issues found in #6341
| * | | | Follow up PR to fix issues found in #6341Daniel J Walsh2020-05-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | | | | Merge pull request #6362 from TomSweeneyRedHat/dev/tsweney/fixresdocOpenShift Merge Robot2020-05-22
|\ \ \ \ \ | |_|/ / / |/| | | | [CI:DOCS] Fix readthedocs link
| * | | | [CI:DOCS] Fix readthedocs linkTomSweeneyRedHat2020-05-22
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Touch up the link to the docs on readthedocs. Using the fully specified link like this will cause a CORS issue in many browsers. Plus we're working on a Spanish variant of the site, so we probably should point to the English variant. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
* | | | Merge pull request #6354 from mheon/bump-2.0.0-rc2OpenShift Merge Robot2020-05-22
|\ \ \ \ | |_|/ / |/| | | Bump to v2.0.0-RC2
| * | | Bump to v2.0.0-devMatthew Heon2020-05-22
| | | | | | | | | | | | | | | | Signed-off-by: Matthew Heon <mheon@redhat.com>
| * | | Bump to v2.0.0-rc2v2.0.0-rc2Matthew Heon2020-05-22
| | | | | | | | | | | | | | | | Signed-off-by: Matthew Heon <mheon@redhat.com>
* | | | Merge pull request #6352 from baude/addconmontogateOpenShift Merge Robot2020-05-22
|\ \ \ \ | |_|/ / |/| | | [CI:DOCS]Add conmon to gating image
| * | | [CI:DOCS]Add conmon to gating imageBrent Baude2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | the gating image now needs conmon to perform the commands check Signed-off-by: Brent Baude <bbaude@redhat.com>
* | | | Merge pull request #6341 from rhatdan/build6OpenShift Merge Robot2020-05-22
|\ \ \ \ | |/ / / |/| | | Attempt to turn on additional build tests
| * | | Attempt to turn on build_without_cgo testsDaniel J Walsh2020-05-22
| | | | | | | | | | | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
| * | | Attempt to turn on additional build testsDaniel J Walsh2020-05-22
|/ / / | | | | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | | Merge pull request #6347 from rhatdan/buildOpenShift Merge Robot2020-05-22
|\ \ \ | | | | | | | | Enable rootless tests for podman remote
| * | | Enable rootless tests for podman remoteDaniel J Walsh2020-05-22
| |/ / | | | | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | | Merge pull request #6332 from jwhonce/jira/884OpenShift Merge Robot2020-05-22
|\ \ \ | |/ / |/| | V2 enable remote logs and testing
| * | V2 enable remote logs and testingJhon Honce2020-05-22
|/ / | | | | | | | | | | | | | | | | | | * wire up bindings and handler for obtaining logs remotely * enable debug logging from podman in e2e test using DEBUG and DEBUG_SERVICE env variables * Fix error in streaming log frames * enable remote logs test Signed-off-by: Jhon Honce <jhonce@redhat.com>
* | Merge pull request #6343 from rhatdan/build8OpenShift Merge Robot2020-05-22
|\ \ | | | | | | Attempt to turn on integration tests
| * | Attempt to turn on integration testsDaniel J Walsh2020-05-22
| | | | | | | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | | Merge pull request #6345 from QiWang19/mani-push-testOpenShift Merge Robot2020-05-22
|\ \ \ | | | | | | | | remote manifest test
| * | | remote manifest testQi Wang2020-05-21
| | | | | | | | | | | | | | | | | | | | | | | | Enable remove manifest tests. Skip --purge test because remote does not support it. Signed-off-by: Qi Wang <qiwan@redhat.com>
* | | | Merge pull request #6306 from fatherlinux/masterOpenShift Merge Robot2020-05-22
|\ \ \ \ | | | | | | | | | | [CI:DOCS] Docs revamp.
| * | | | [CI:DOCS] Docs revamp.Scott McCarty2020-05-21
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rewrote the Home and Introduction pages. * Created a dedicated Search page * Rewrote the Tutorials page to have native links in RTD/Shpinx * Added iframe to Reference page to display API reference docs inline Signed-off-by: Scott McCarty <scott.mccarty@gmail.com>
* | | | Merge pull request #6344 from sujil02/systemresettestOpenShift Merge Robot2020-05-22
|\ \ \ \ | |_|_|/ |/| | | Removes remote system reset functionality. skip e2e test for remote.
| * | | Removes remote system reset functionality. skip e2e test for remote.Sujil022020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As system reset too dangerous for remote use, deleting the functionality and the test case. Signed-off-by: Sujil02 <sushah@redhat.com>
* | | | Merge pull request #6339 from rhatdan/build4OpenShift Merge Robot2020-05-22
|\ \ \ \ | | | | | | | | | | Attempt to turn on special_testing_endpoint tests
| * | | | Attempt to turn on special_testing_endpoing testsDaniel J Walsh2020-05-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | | | | Merge pull request #6337 from rhatdan/build2OpenShift Merge Robot2020-05-22
|\ \ \ \ \ | | | | | | | | | | | | Attempt to turn on varlink tests
| * | | | | Attempt to turn on varlink testsDaniel J Walsh2020-05-22
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | | | | Merge pull request #6336 from rhatdan/build1OpenShift Merge Robot2020-05-22
|\ \ \ \ \ | |_|/ / / |/| | | | Attempt to turn on rpmbuild tests
| * | | | Attempt to turn on rpmbuild testsDaniel J Walsh2020-05-22
| |/ / / | | | | | | | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | | | Merge pull request #6333 from ↵OpenShift Merge Robot2020-05-22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | containers/dependabot/go_modules/github.com/containers/common-0.11.4 Bump github.com/containers/common from 0.11.2 to 0.11.4
| * | | | Bump github.com/containers/common from 0.11.2 to 0.11.4dependabot-preview[bot]2020-05-22
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/containers/common](https://github.com/containers/common) from 0.11.2 to 0.11.4. - [Release notes](https://github.com/containers/common/releases) - [Commits](https://github.com/containers/common/compare/v0.11.2...v0.11.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | | | Merge pull request #6331 from sujil02/iidfile-battestOpenShift Merge Robot2020-05-22
|\ \ \ \ | | | | | | | | | | Enables iidfile test as issue fixed now
| * | | | Enables iidfile test as issue fixed nowSujil022020-05-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Sujil02 <sushah@redhat.com>
* | | | | Merge pull request #6328 from sujil02/rmi-testOpenShift Merge Robot2020-05-22
|\ \ \ \ \ | | | | | | | | | | | | Enable rmi test
| * | | | | Enable rmi testSujil022020-05-21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sujil02 <sushah@redhat.com>
* | | | | | Merge pull request #6327 from baude/v2buildOpenShift Merge Robot2020-05-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | v2 podman-remote build
| * | | | | | v2 podman-remote buildBrent Baude2020-05-21
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is a very basic implementation of build. some of the more advanced options need to be included still as well. i think the endpoints for compat and libpod will have to split given buildahs more advanced set of options. that should probably be done by someone more experienced with build internals. Signed-off-by: Brent Baude <bbaude@redhat.com>
* | | | | | Merge pull request #6179 from mheon/add_hairpinOpenShift Merge Robot2020-05-22
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Add HairpinMode to our CNI configs
| * | | | | Add HairpinMode to our CNI configsMatthew Heon2020-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This may resolve some issues with routing traffic between containers using the host's IP. Signed-off-by: Matthew Heon <mheon@redhat.com>
* | | | | | Merge pull request #6330 from rhatdan/startOpenShift Merge Robot2020-05-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix podman-remote start tests