summaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* Set Socket label for contianerDaniel J Walsh2018-12-12
* Merge pull request #1955 from mheon/fix_hooks_not_existOpenShift Merge Robot2018-12-07
|\
| * Fix errors where OCI hooks directory does not existMatthew Heon2018-12-07
* | Merge pull request #1953 from baude/podstoptimeoutOpenShift Merge Robot2018-12-07
|\ \
| * | add timeout to pod stopbaude2018-12-07
* | | Merge pull request #1928 from baude/podtokubeOpenShift Merge Robot2018-12-07
|\ \ \ | |/ / |/| |
| * | generate kubebaude2018-12-04
* | | Fix reporting the registries.conf path on errorMiloslav Trmač2018-12-06
* | | Remove manual handling of insecure registries in doPullImageMiloslav Trmač2018-12-06
* | | Remove the forceSecure parameter on the pull call stackMiloslav Trmač2018-12-06
* | | Remove manual handling of insecure registries in PushImageToReferenceMiloslav Trmač2018-12-06
* | | Remove the forceSecure parameter of Image.PushImageTo*Miloslav Trmač2018-12-06
* | | Minimally update for the DockerInsecureSkipTLSVerify type changeMiloslav Trmač2018-12-06
* | | Fix build on non-LinuxMiloslav Trmač2018-12-06
* | | Remove some unused data structures and codeMiloslav Trmač2018-12-06
| |/ |/|
* | bind mount /etc/resolv.conf|hosts in podsbaude2018-12-06
* | Merge pull request #1904 from umohnani8/volumeOpenShift Merge Robot2018-12-06
|\ \
| * | Tests for podman volume commandsUrvashi Mohnani2018-12-06
| * | Add "podman volume" commandumohnani82018-12-06
* | | Merge pull request #1912 from baude/pruneOpenShift Merge Robot2018-12-06
|\ \ \
| * | | Add ability to prune containers and imagesbaude2018-12-05
| |/ /
* | | Add locking to Sync() on containersMatthew Heon2018-12-06
* | | Add --sync option to podman rmMatthew Heon2018-12-06
|/ /
* | Merge pull request #1940 from wking/numeric-gidOpenShift Merge Robot2018-12-05
|\ \
| * | libpod/container_internal_linux: Allow gids that aren't in the group fileW. Trevor King2018-12-04
| |/
* | Merge pull request #1918 from mheon/use_db_pathsOpenShift Merge Robot2018-12-05
|\ \
| * | Use runtime lockDir in BoltDB stateMatthew Heon2018-12-04
| * | Revert changes to GetDefaultStoreOptionsMatthew Heon2018-12-03
| * | Fix libpod static dir selection when graphroot changedMatthew Heon2018-12-03
| * | Ensure directory where we will make database existsMatthew Heon2018-12-03
| * | Fix typoMatthew Heon2018-12-03
| * | Add better descriptions for validation errors in DBMatthew Heon2018-12-03
| * | Fix gofmt and lintMatthew Heon2018-12-02
| * | Make locks dir in unit testsMatthew Heon2018-12-02
| * | Do not initialize locks dir in BoltDBMatthew Heon2018-12-02
| * | Move rootless storage config into libpodMatthew Heon2018-12-02
| * | Set default paths from DB if not explicitly overriddenMatthew Heon2018-12-02
| * | Add a struct indicating if some Runtime fields were setMatthew Heon2018-12-02
| * | Make DB config validation an explicit stepMatthew Heon2018-12-02
| * | Move DB configuration up in runtime setupMatthew Heon2018-12-02
| * | Add ability to retrieve runtime configuration from DBMatthew Heon2018-12-02
| |/
* | Merge pull request #1939 from mheon/no_firewall_if_rootlessOpenShift Merge Robot2018-12-04
|\ \
| * | Don't initialize CNI when running as rootlessMatthew Heon2018-12-04
| |/
* / libpod/container_internal: Deprecate implicit hook directoriesW. Trevor King2018-12-03
|/
* rootless: propagate XDG_RUNTIME_DIR to the OCI runtimeGiuseppe Scrivano2018-11-30
* Merge pull request #1317 from rhatdan/privilegedOpenShift Merge Robot2018-11-30
|\
| * Disable mount options when running --privilegedDaniel J Walsh2018-11-28
* | /dev/shm should be mounted even in rootless mode.Daniel J Walsh2018-11-28
* | Merge pull request #1798 from giuseppe/fix-notify-socketOpenShift Merge Robot2018-11-28
|\ \
| * | oci: propagate NOTIFY_SOCKET on runtime startGiuseppe Scrivano2018-11-28