summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Review corrections pass #2Brent Baude2020-01-23
| | | | | | Add API review comments to correct documentation and endpoints. Also, add a libpode prune method to reduce code duplication. Only used right now for the API but when the remote client is wired, we will switch over there too. Signed-off-by: Brent Baude <bbaude@redhat.com>
* Merge pull request #4945 from ↵OpenShift Merge Robot2020-01-23
|\ | | | | | | | | containers/dependabot/go_modules/github.com/containernetworking/plugins-0.8.5 build(deps): bump github.com/containernetworking/plugins from 0.8.2 to 0.8.5
| * build(deps): bump github.com/containernetworking/pluginsdependabot-preview[bot]2020-01-23
| | | | | | | | | | | | | | | | | | Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 0.8.2 to 0.8.5. - [Release notes](https://github.com/containernetworking/plugins/releases) - [Commits](https://github.com/containernetworking/plugins/compare/v0.8.2...v0.8.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Matthew Heon <mheon@redhat.com>
* | Merge pull request #4940 from containers/dependabot/go_modules/k8s.io/api-0.17.2OpenShift Merge Robot2020-01-23
|\ \ | | | | | | build(deps): bump k8s.io/api from 0.17.0 to 0.17.2
| * | build(deps): bump k8s.io/api from 0.17.0 to 0.17.2dependabot-preview[bot]2020-01-23
| |/ | | | | | | | | | | | | | | | | Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.17.0 to 0.17.2. - [Release notes](https://github.com/kubernetes/api/releases) - [Commits](https://github.com/kubernetes/api/compare/v0.17.0...v0.17.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Matthew Heon <mheon@redhat.com>
* | Merge pull request #4938 from openSUSE/latest-versionOpenShift Merge Robot2020-01-23
|\ \ | |/ |/| Update README.md to reference latest version
| * Update README.md to reference latest versionSascha Grunert2020-01-23
| | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* | Merge pull request #4936 from jwhonce/wip/swagger2OpenShift Merge Robot2020-01-22
|\ \ | | | | | | [CI:DOCS] Enable swagger validation for each PR
| * | Enable swagger validation for each PRJhon Honce2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Update swagger:operation's to pass validation * 'name' path parameter now used throughout API * Added #/response/ok for 200 returns, TBD values have been replaced with legal values. Signed-off-by: Jhon Honce <jhonce@redhat.com>
* | | Merge pull request #4920 from openSUSE/cgroup2-super-magicOpenShift Merge Robot2020-01-22
|\ \ \ | | | | | | | | Use cgroupv2 super magic from golang.org/x/sys/unix
| * | | Use cgroupv2 super magic from golang.org/x/sys/unixSascha Grunert2020-01-21
| | |/ | |/| | | | | | | | | | | | | | | | We can use this constant from the already existing sys/unix package instead of defining it by our own. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* | | Merge pull request #4929 from rpjday/docs/migrateOpenShift Merge Robot2020-01-22
|\ \ \ | | | | | | | | markdown: remove erroneous spaces after '**'
| * | | markdown: fix formatting/content typos in migrate man pageRobert P. J. Day2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) remove erroneous spaces after leading '**' 2) remove duplicate SYNOPSIS section Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
* | | | Merge pull request #4932 from lsm5/search-and-replace-correctOpenShift Merge Robot2020-01-22
|\ \ \ \ | | | | | | | | | | correct search-and-replace error
| * | | | correct search-and-replace errorLokesh Mandvekar2020-01-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
* | | | | Merge pull request #4930 from mheon/fix_release_scriptOpenShift Merge Robot2020-01-22
|\ \ \ \ \ | |_|_|_|/ |/| | | | Update release script to not manage epoch
| * | | | Update release script to not manage epochMatthew Heon2020-01-22
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | We removed the Gitvalidation epoch in the Makefile. As such, we don't need to adjust it anymore when we tag releases. Signed-off-by: Matthew Heon <mheon@redhat.com>
* | | | Merge pull request #4934 from rpjday/docs/markdown/execOpenShift Merge Robot2020-01-22
|\ \ \ \ | | | | | | | | | | markdown: fix formatting of commands at bottom of podman-exec
| * | | | markdown: fix formatting of commands at bottom of podman-execRobert P. J. Day2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current (lack of) formatting crunches first two lines together. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
* | | | | Merge pull request #4912 from jwhonce/wip/swaggerOpenShift Merge Robot2020-01-22
|\ \ \ \ \ | | | | | | | | | | | | [CI:DOCS] Update build images
| * | | | | Update build imagesJhon Honce2020-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add swagger annotations for all the query and response parameters for buildimages * Improve populating the BuildOptions struct * Improve swagger.json generation, removing tags.xml and move tag definiation into the swagger:meta block * Update Makefile to be more robust, added target for validation * TODO once validation passes add that step to the generation step Signed-off-by: Jhon Honce <jhonce@redhat.com>
* | | | | | Merge pull request #4861 from giuseppe/add-cgroups-disabled-conmonOpenShift Merge Robot2020-01-22
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | oci_conmon: do not create a cgroup under systemd
| * | | | | oci_conmon: do not create a cgroup under systemdGiuseppe Scrivano2020-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Detect whether we are running under systemd (if the INVOCATION_ID is set). If Podman is running under a systemd service, we do not need to create a cgroup for conmon. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | | | | systemdgen: specify --cgroups=disabled-conmon for --newGiuseppe Scrivano2020-01-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | | | | podman: add new option --cgroups=no-conmonGiuseppe Scrivano2020-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it allows to disable cgroups creation only for the conmon process. A new cgroup is created for the container payload. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | | Merge pull request #4928 from mheon/release_notes_171OpenShift Merge Robot2020-01-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update RELEASE_NOTES for v1.7.1
| * | | | | | Update RELEASE_NOTES for v1.7.1Matthew Heon2020-01-22
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Matthew Heon <mheon@redhat.com>
* | | | | | Merge pull request #4931 from rpjday/docs/rmi/backquotesOpenShift Merge Robot2020-01-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | markdown: remove extraneous backquote from "podman rmi"
| * | | | | | markdown: remove extraneous backquote from "podman rmi"Robert P. J. Day2020-01-22
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extraneous backquote messes up rendering of "man podman-rmi". Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
* | | | | | Merge pull request #4911 from giuseppe/rootless-set-containers-envOpenShift Merge Robot2020-01-22
|\ \ \ \ \ \ | |/ / / / / |/| | | | | rootless: set C variables also on shortcut
| * | | | | rootless: set C variables also on shortcutGiuseppe Scrivano2020-01-20
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make sure the rootless env variables are set also when we are joining directly the user+mount namespace without creating a new process. It is required by pkg/unshare in containers/common. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | Merge pull request #4919 from vrothberg/fix-modOpenShift Merge Robot2020-01-22
|\ \ \ \ \ | | | | | | | | | | | | go.mod: fix parse error
| * | | | | go.mod: fix parse errorValentin Rothberg2020-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the go.mod parsing error caused by updating openshift/api. Fixes: #4728 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* | | | | | Merge pull request #4899 from baude/apiv2serviceOpenShift Merge Robot2020-01-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Apiv2service
| * | | | | | Add service endpointbaude2020-01-21
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add service endpoint for the new API. Also supports the varlink implementation. Signed-off-by: baude <bbaude@redhat.com> Refactor to allow developer more control of API server * Add api.NewServerWithSettings() to create an API server with custom settings * Add api.ListenUnix() to create a UDS net.Listener and setup UDS Signed-off-by: Jhon Honce <jhonce@redhat.com> Signed-off-by: baude <bbaude@redhat.com> More service completion Add podman service command that allows users to run either a RESTful or varlink protocol API service. Addition of docs and RESTful listening. Signed-off-by: baude <bbaude@redhat.com> Signed-off-by: Brent Baude <bbaude@redhat.com>
* | | | | | Merge pull request #4925 from cevich/fix_docs_no_snapOpenShift Merge Robot2020-01-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | [CI:DOCS] Cirrus: Fix logic typo
| * | | | | | Cirrus: Fix logic typoChris Evich2020-01-21
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Chris Evich <cevich@redhat.com>
* | | | | | Merge pull request #4915 from baude/reviewcorrectionsOpenShift Merge Robot2020-01-21
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [CI:DOCS]First pass at review comments
| * | | | | [CI:DOCS]First pass at review commentsbaude2020-01-21
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tackling the first comments in the review pass. More to come. Signed-off-by: baude <bbaude@redhat.com> Signed-off-by: Brent Baude <bbaude@redhat.com>
* | | | | Merge pull request #4923 from cevich/docs_no_snapOpenShift Merge Robot2020-01-21
|\ \ \ \ \ | |/ / / / |/| | | | [CI:DOCS] Cirrus: No upload snap for docs job
| * | | | Cirrus: No upload snap for docs jobChris Evich2020-01-21
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the upload-snap job was running during post-merge testing when the magic ci-docs string was present in the PR description. This fixes that and makes all the `only_if`'s more consistent. Signed-off-by: Chris Evich <cevich@redhat.com>
* | | | Merge pull request #4914 from baude/apidevelOpenShift Merge Robot2020-01-21
|\ \ \ \ | |/ / / |/| | | [CI:DOCS] Add logo and dev statement
| * | | Disable go mods on varlink builds in specBrent Baude2020-01-21
| | | | | | | | | | | | | | | | | | | | | | | | Fixes test images test failure. Signed-off-by: Brent Baude <bbaude@redhat.com>
| * | | [CI:DOCS] Add logo and dev statementBrent Baude2020-01-20
|/ / / | | | | | | | | | | | | | | | Add statement to the info section stating this is experimental only for now. Also add the podman logo to the right-hand navigation. Signed-off-by: Brent Baude <bbaude@redhat.com>
* | | Merge pull request #4898 from baude/rtdapi3OpenShift Merge Robot2020-01-18
|\ \ \ | |_|/ |/| | [CI:DOCS]static files end up in _static on rtd
| * | [CI:DOCS]static files end up in _static on rtdbaude2020-01-17
|/ / | | | | | | Signed-off-by: baude <bbaude@redhat.com>
* | Merge pull request #4897 from baude/rtdapi2OpenShift Merge Robot2020-01-17
|\ \ | | | | | | [CI:DOCS] Correct link syntax
| * | [CI:DOCS] Correct link syntaxbaude2020-01-17
|/ / | | | | | | Signed-off-by: baude <bbaude@redhat.com>
* | Merge pull request #4896 from baude/rtdapiOpenShift Merge Robot2020-01-17
|\ \ | | | | | | [CI:DOCS]Connect API docs and RTD
| * | [CI:DOCS]Connect API docs and RTDbaude2020-01-17
|/ / | | | | | | Signed-off-by: baude <bbaude@redhat.com>