| Commit message (Expand) | Author | Age |
* | fix container create/run throttle devices | Charlie Doern | 2022-07-22 |
* | resource limits for pods | Charlie Doern | 2022-07-21 |
* | pkg: switch to golang native error wrapping | Sascha Grunert | 2022-07-08 |
* | Docker-compose disable healthcheck properly handled | Jake Correnti | 2022-07-05 |
* | Fix spelling "read only" -> "read-only" | Erik Sjölund | 2022-07-02 |
* | specgen: fix parsing of cgroup devices rule | Giuseppe Scrivano | 2022-07-01 |
* | podman pod clone | cdoern | 2022-06-10 |
* | Merge pull request #14301 from rhatdan/volume | OpenShift Merge Robot | 2022-06-02 |
|\ |
|
| * | Support setting image_volume_mode in containers.conf | Daniel J Walsh | 2022-05-26 |
* | | Podman no-new-privileges format | Niall Crowe | 2022-05-30 |
|/ |
|
* | enable gocritic linter | Paul Holzinger | 2022-04-26 |
* | Merge pull request #13908 from n1hility/win-mounts | OpenShift Merge Robot | 2022-04-26 |
|\ |
|
| * | Implements Windows volume/mount support | Jason T. Greene | 2022-04-25 |
* | | Unit tests for pkg/specgenutil pkg/signal | Brent Baude | 2022-04-25 |
|/ |
|
* | Merge pull request #13978 from Luap99/unparam | OpenShift Merge Robot | 2022-04-25 |
|\ |
|
| * | enable unparam linter | Paul Holzinger | 2022-04-25 |
* | | Add support for passing --volumepath | Daniel J Walsh | 2022-04-23 |
|/ |
|
* | specgen-volumes: parse --mount using csv-reader instead of split by comma | Aditya R | 2022-04-22 |
* | Translate Memory Limit to Swap in API | cdoern | 2022-04-18 |
* | Merge pull request #13583 from rhatdan/ipc | OpenShift Merge Robot | 2022-04-16 |
|\ |
|
| * | Add support for ipc namespace modes "none, private, sharable" | Daniel J Walsh | 2022-04-12 |
* | | run, create: add --passwd-entry | Giuseppe Scrivano | 2022-04-14 |
|/ |
|
* | run, mount: allow setting driver specific option using volume-opt | Aditya R | 2022-04-12 |
* | Merge pull request #13765 from giuseppe/do-not-set-oom-score-adj | OpenShift Merge Robot | 2022-04-04 |
|\ |
|
| * | specgen: do not set OOMScoreAdj by default | Giuseppe Scrivano | 2022-04-04 |
* | | Allow creating anonymous volumes with --mount | Andrew Aylett | 2022-04-02 |
* | | fix pod volume passing and alter infra inheritance | cdoern | 2022-03-29 |
|/ |
|
* | Remove error stutter | Daniel J Walsh | 2022-03-25 |
* | linter: enable wastedassign | Valentin Rothberg | 2022-03-22 |
* | Add support for --chrootdirs | LStandman | 2022-03-14 |
* | Merge pull request #13059 from cdoern/clone | OpenShift Merge Robot | 2022-02-22 |
|\ |
|
| * | Implement Podman Container Clone | cdoern | 2022-02-20 |
* | | pkg: support passing down options for idmap | Giuseppe Scrivano | 2022-02-16 |
|/ |
|
* | Fix size to match Docker selection | Daniel J Walsh | 2022-02-01 |
* | Run codespell on code | Daniel J Walsh | 2022-01-21 |
* | rename --cni-config-dir to --network-config-dir | Paul Holzinger | 2022-01-18 |
* | bump go module to version 4 | Valentin Rothberg | 2022-01-18 |
* | Merge pull request #12870 from rhatdan/userns1 | OpenShift Merge Robot | 2022-01-18 |
|\ |
|
| * | Use PODMAN_USERNS environment variable when running as a service | Daniel J Walsh | 2022-01-17 |
* | | Merge pull request #12860 from rhatdan/cgroups | OpenShift Merge Robot | 2022-01-17 |
|\ \ |
|
| * | | Fix cgroup mode handling in api server | Daniel J Walsh | 2022-01-14 |
| * | | Standardize on capatalized Cgroups | Daniel J Walsh | 2022-01-14 |
| |/ |
|
* / | Unify the method of parsing filters in cmd | Jakub Guzik | 2022-01-16 |
|/ |
|
* | use libnetwork from c/common | Paul Holzinger | 2022-01-12 |
* | Allow users to add host user accounts to /etc/passwd | Daniel J Walsh | 2021-12-23 |
* | Warn on use of --kernel-memory | Daniel J Walsh | 2021-12-22 |
* | Podman run --passwd | cdoern | 2021-12-21 |
* | Add new networks format to spegecen | Paul Holzinger | 2021-12-14 |
* | specgen: honor empty args for entrypoint | Aditya Rajan | 2021-12-08 |
* | Implement 'podman run --blkio-weight-device' | Hironori Shiina | 2021-11-30 |