aboutsummaryrefslogtreecommitdiff
path: root/pkg/spec/spec.go
Commit message (Expand)AuthorAge
* fix compat api privileged and entrypoint codebaude2020-10-01
* Fix up errors found by codespellDaniel J Walsh2020-09-11
* fix apiv2 will create containers with incorrect commandszhangguanzhang2020-08-24
* Ensure DefaultEnvVariables is used in SpecgenMatthew Heon2020-08-18
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* abi: set default umask and rlimitsGiuseppe Scrivano2020-07-17
* move go module to v2Valentin Rothberg2020-07-06
* spec: fix order for setting rlimitsGiuseppe Scrivano2020-05-11
* add {generate,play} kubeValentin Rothberg2020-05-06
* Merge pull request #6004 from rhatdan/ulimitsOpenShift Merge Robot2020-05-01
|\
| * Set up ulimits for rootless containers.Daniel J Walsh2020-04-28
* | User specified environment happen after other environments are setDaniel J Walsh2020-04-28
|/
* Update podman to use containers.confDaniel J Walsh2020-04-20
* Merge pull request #5676 from kolyshkin/volume-flags-altOpenShift Merge Robot2020-04-03
|\
| * pkg/spec.InitFSMounts: fix mount opts in placeKir Kolyshkin2020-04-01
* | Fix environment handling from containers.confDaniel J Walsh2020-04-02
|/
* Add support for containers.confDaniel J Walsh2020-03-27
* Merge pull request #5206 from rhatdan/capabilitiesOpenShift Merge Robot2020-03-03
|\
| * Allow devs to set labels in container images for default capabilities.Daniel J Walsh2020-03-02
* | consolidate env handling into pkg/envValentin Rothberg2020-03-03
|/
* apiv2 container create using specgenBrent Baude2020-02-19
* set process labels in pkg/specValentin Rothberg2020-02-19
* support device-cgroup-ruleQi Wang2020-02-12
* podman: add new option --cgroups=no-conmonGiuseppe Scrivano2020-01-16
* Split up create config handling of namespaces and securityPeter Hunt2019-11-07
* namespaces: by default create cgroupns on cgroups v2Giuseppe Scrivano2019-11-05
* add libpod/configValentin Rothberg2019-10-31
* rootless: detect no system session with --cgroup-manager=systemdGiuseppe Scrivano2019-10-23
* rootless: do not set PIDs limit if --cgroup-manager=cgroupfsGiuseppe Scrivano2019-10-11
* Setup a reasonable default for pids-limit 4096Daniel J Walsh2019-10-04
* rootless: allow cgroupfs manager on cgroups v2Giuseppe Scrivano2019-10-02
* Add support for launching containers without CGroupsMatthew Heon2019-09-10
* Set base mount options for bind mounts from base systemMatthew Heon2019-08-28
* Add support for 'exec', 'suid', 'dev' mount flagsMatthew Heon2019-08-28
* refer to container whose namespace we sharePeter Hunt2019-08-07
* Properly share UTS namespaces in a podPeter Hunt2019-08-07
* Vendor in buildah 1.9.2Daniel J Walsh2019-07-30
* podman: support --userns=ns|containerGiuseppe Scrivano2019-07-25
* Merge pull request #3593 from giuseppe/rootless-privileged-devicesOpenShift Merge Robot2019-07-18
|\
| * rootless: add rw devices with --privilegedGiuseppe Scrivano2019-07-18
* | libpod: support for cgroup namespaceGiuseppe Scrivano2019-07-18
|/
* Populate inspect with security-opt settingsMatthew Heon2019-07-17
* Move the HostConfig portion of Inspect inside libpodMatthew Heon2019-07-17
* spec: rework --ulimit hostGiuseppe Scrivano2019-07-17
* Merge pull request #3563 from giuseppe/fix-single-mapping-rootlessOpenShift Merge Robot2019-07-12
|\
| * spec: fix userns with less than 5 gidsGiuseppe Scrivano2019-07-12
* | Merge pull request #3491 from giuseppe/rlimit-hostOpenShift Merge Robot2019-07-11
|\ \ | |/ |/|
| * podman: add --ulimit hostGiuseppe Scrivano2019-07-08
* | first pass of corrections for golangci-lintbaude2019-07-10
|/
* util: drop IsCgroup2UnifiedMode and use it from cgroupsGiuseppe Scrivano2019-06-26