aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Address run/create performance issuesbaude2017-11-14
| | | | | | | | | | | | Fixed the logic where we observed different performance results when running an image by its fqname vs a shortname. In the case of the latter, we resolve the name without using the network. Signed-off-by: baude <bbaude@redhat.com> Closes: #37 Approved by: rhatdan
* Remove all imagesbaude2017-11-14
| | | | | | | | | | Add -a/--all to rmi so a user can remove all images quickly. Signed-off-by: baude <bbaude@redhat.com> Closes: #41 Approved by: mheon
* Add cpu-profiling to kpodbaude2017-11-09
| | | | | | | | | | | | | | Add a global flag for cpu-profiling to allow us to profile kpod for performance issues. To parse its results, use: go tool pprof --text <profile_path> Signed-off-by: baude <bbaude@redhat.com> Closes: #36 Approved by: mheon
* README.md: Typo fixes and small tweaksColin Walters2017-11-09
| | | | | | | | | | Should be mostly self-evident. I dropped the `is meant to` as it feels too passive. Signed-off-by: Colin Walters <walters@verbum.org> Closes: #35 Approved by: mheon
* Update tarsplit vendor to address CVE-2017-14992Matthew Heon2017-11-08
| | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #34 Approved by: rhatdan
* Do not attempt to use command --args as cli flagsbaude2017-11-08
| | | | | | | | | i.e. kpod run fedora python --version Signed-off-by: baude <bbaude@redhat.com> Closes: #33 Approved by: rhatdan
* Fix panic when no image is givenDaniel J Walsh2017-11-08
| | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #31 Approved by: mheon
* Cleanup missing whitespaceDaniel J Walsh2017-11-07
| | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #20 Approved by: rhatdan
* Add 'kpod import' commandUrvashi Mohnani2017-11-07
| | | | | | | | | Imports a tarball and saves it as a filesystem image Signed-off-by: Urvashi Mohnani <umohnani@redhat.com> Closes: #12 Approved by: rhatdan
* Vendor in latest containers/imageUrvashi Mohnani2017-11-07
| | | | | | | | | Adds the tarball transport, which is used by the kpod import command Signed-off-by: Urvashi Mohnani <umohnani@redhat.com> Closes: #12 Approved by: rhatdan
* Respect the quiet flag.Daniel J Walsh2017-11-07
| | | | | | | | | | | When setting the `kpod load -q` flag, output was still going to the screen. This patch adds a check to not output to the terminal unless there is an io.Writer specified, and then to write to the io.Writer. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #23 Approved by: rhatdan
* SELinux tests are mistakenly not running.Daniel J Walsh2017-11-07
| | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #22 Approved by: rhatdan
* Convert tmpfs mounts to use generateDaniel J Walsh2017-11-06
| | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #19 Approved by: baude
* Remove defaults and use runtime-tools/generate for specDaniel J Walsh2017-11-06
| | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #19 Approved by: baude
* Merge pull request #17 from rhatdan/capsDaniel J Walsh2017-11-05
|\ | | | | Add support for Caps Options.
| * Handle Linux Capabilities from command lineDaniel J Walsh2017-11-04
| | | | | | | | | | | | Had to revendor in docker/docker again, which dropped a bunch of packages Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* | Merge pull request #8 from baude/clicontextDaniel J Walsh2017-11-05
|\ \ | |/ |/| Clicontext
| * libpod/runtime_img_test.go Unit Testsbaude2017-11-04
| | | | | | | | | | | | Unit tests for getRegistry related functions. Signed-off-by: baude <bbaude@redhat.com>
| * spec_test.go: Unit tests for spec.gobaude2017-11-03
| | | | | | | | | | | | | | Unit tests for spec.go which includes testing parts of the oci spec. Signed-off-by: baude <bbaude@redhat.com>
| * spec.go: Remove cli context as func argbaude2017-11-03
| | | | | | | | | | | | | | Remove cli context as a func arg to make unit tests easier. Signed-off-by: baude <bbaude@redhat.com>
| * util_test.go: Unittests for util.gobaude2017-11-03
| | | | | | | | | | | | Add unit tests for func StringInSlice. Signed-off-by: baude <bbaude@redhat.com>
| * create_cli_test.go: Unittestsbaude2017-11-03
| | | | | | | | | | | | | | | | | | Create unittests for the create_cli helper functions. As such, remove cli context usage from the functions to further divide between cli input and parsing. Also, simplifies unit testing. Signed-off-by: baude <bbaude@redhat.com>
| * Vendor in testify/assert and depsbaude2017-11-03
|/ | | | Signed-off-by: baude <bbaude@redhat.com>
* Parse SecurityOptsDaniel J Walsh2017-11-03
| | | | | | | | | This should turn on handling of SELinux, NoNewPrivs, seccomp and Apparmor Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #15 Approved by: rhatdan
* Merge pull request #14 from baude/gitvalidationMatthew Heon2017-11-03
|\ | | | | Makefile: Add repo EPOCH
| * Makefile: Add repo EPOCHbaude2017-11-03
|/ | | | | | | The git ID for the repo's EPOCH was incorrect in the Makefile so .gitvalidation would not run correctly. Signed-off-by: baude <bbaude@redhat.com>
* Merge pull request #6 from rhatdan/paprDaniel J Walsh2017-11-02
|\ | | | | Add Papr support
| * Remove tip from testing in yamlDaniel J Walsh2017-11-02
| | | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
| * Add .papr supportDaniel J Walsh2017-11-02
| | | | | | | | | | | | Don't run lint for now, since we seem to be running out of memory. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
| * Fix lint error on spec being shadowedDaniel J Walsh2017-11-02
| | | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
| * Fix gofmt errorsDaniel J Walsh2017-11-02
| | | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
| * -mFix crioConfigPathDaniel J Walsh2017-11-02
| | | | | | | | | | I don't believe this should be in here, but for now we need to make it not global Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
| * No man5 or man8 man pagesDaniel J Walsh2017-11-02
|/ | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Merge pull request #4 from mheon/fix_vendorDaniel J Walsh2017-11-01
|\ | | | | Fix trivial import issue
| * Fix trivial import issueMatthew Heon2017-11-01
|/ | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
* Merge pull request #3 from rhatdan/readmeMatthew Heon2017-11-01
|\ | | | | Create README for libpod
| * Create README for libpodDaniel J Walsh2017-11-01
|/ | | | | | Copy the README from CRI-O and convert it for libpod. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Merge pull request #2 from baude/createMatthew Heon2017-11-01
|\ | | | | libpod create and run
| * libpod create and runbaude2017-11-01
|/ | | | | | patched version of the same code that went into crio Signed-off-by: baude <bbaude@redhat.com>
* Merge pull request #1 from mheon/masterMatthew Heon2017-11-01
|\ | | | | Initial checkin
| * Fix makefile issueMatthew Heon2017-11-01
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Gut the readmeMatthew Heon2017-11-01
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Remove an unused vendorMatthew Heon2017-11-01
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Update OWNERS. Remove unused version codeMatthew Heon2017-11-01
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Remove another unused packageMatthew Heon2017-11-01
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Remove CRI-O manpagesMatthew Heon2017-11-01
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Remove more unused codeMatthew Heon2017-11-01
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Fix paths for testsMatthew Heon2017-11-01
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Prune Server package. Convert to new github location.Matthew Heon2017-11-01
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| * Remove pause codeMatthew Heon2017-11-01
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com>