| Commit message (Expand) | Author | Age |
* | e2e tests: cleanup: capitalize CONSTANTS | Ed Santiago | 2022-07-05 |
* | overlay,mount: convert lowerdir to absolute path for overlay mounts of path | Aditya R | 2022-07-01 |
* | volume: new options [no]copy | Giuseppe Scrivano | 2022-06-27 |
* | podman run/create -v relative filepath support | Charlie Doern | 2022-06-22 |
* | container: do not create .containerenv with -v SRC:/run | Giuseppe Scrivano | 2022-06-14 |
* | overlay-volumes: add support for non-volatile upperdir,workdir for anonymous ... | Aditya R | 2022-06-06 |
* | enable errcheck linter | Paul Holzinger | 2022-04-29 |
* | Ginkgo: use HaveField() for better error checking | Ed Santiago | 2022-04-28 |
* | enable gocritic linter | Paul Holzinger | 2022-04-26 |
* | specgen-volumes: parse --mount using csv-reader instead of split by comma | Aditya R | 2022-04-22 |
* | run, mount: allow setting driver specific option using volume-opt | Aditya R | 2022-04-12 |
* | Allow creating anonymous volumes with --mount | Andrew Aylett | 2022-04-02 |
* | volume: add support for non-volatile upperdir,workdir for overlay volumes | Aditya Rajan | 2022-01-28 |
* | bump go module to version 4 | Valentin Rothberg | 2022-01-18 |
* | volume: apply exact permission of target directory without adding extra 0111 | Aditya Rajan | 2021-12-07 |
* | Use HaveLen(x) instead of Expect(len(y)).To(Equal(x)) | Ed Santiago | 2021-12-02 |
* | e2e: yet more cleanup of BeTrue/BeFalse | Ed Santiago | 2021-11-30 |
* | Convert strings.Contains() to Expect(ContainSubstring) | Ed Santiago | 2021-11-30 |
* | e2e tests: enable golint | Ed Santiago | 2021-11-29 |
* | e2e test cleanup, continued | Ed Santiago | 2021-11-23 |
* | e2e tests: clean up antihelpful BeTrue()s | Ed Santiago | 2021-11-22 |
* | Semiperiodic cleanup of obsolete Skip()s | Ed Santiago | 2021-11-19 |
* | Fix codespell errors | Daniel J Walsh | 2021-10-14 |
* | Merge pull request #11647 from EduardoVega/11491-U-suffix-mount-option | OpenShift Merge Robot | 2021-09-23 |
|\ |
|
| * | Add support for :U flag with --mount option | Eduardo Vega | 2021-09-22 |
* | | volume: Add support for overlay on named volumes | Aditya Rajan | 2021-09-21 |
|/ |
|
* | container: resolve workdir after all the mounts happen. | flouthoc | 2021-08-30 |
* | e2e tests: use Should(Exit()) and ExitWithError() | Ed Santiago | 2021-07-15 |
* | Fix volumes with uid and gid options | Paul Holzinger | 2021-06-11 |
* | Fix podman build --pull-never | Daniel J Walsh | 2021-03-27 |
* | Ensure manually-created volumes have correct ownership | Matthew Heon | 2021-03-24 |
* | Add U volume flag to chown source volumes | Eduardo Vega | 2021-02-22 |
* | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
* | Change source path resolution for volume copy-up | Matthew Heon | 2021-02-17 |
* | Fix an issue where copyup could fail with ENOENT | Matthew Heon | 2021-02-16 |
* | Rewrite copy-up to use buildah Copier | Matthew Heon | 2021-02-10 |
* | Docker ignores mount flags that begin with constency | Daniel J Walsh | 2021-01-30 |
* | Ensure we do not double-lock the same volume in create | Matthew Heon | 2020-11-11 |
* | podman create doesn't support creating detached containers | Daniel J Walsh | 2020-10-21 |
* | Make all Skips specify a reason | Daniel J Walsh | 2020-09-29 |
* | Remove SkipIfRootless if possible, document other calls | Daniel J Walsh | 2020-09-27 |
* | e2e tests: SkipIfRemote(): add a reason | Ed Santiago | 2020-09-23 |
* | Examine all SkipIfRemote functions | Daniel J Walsh | 2020-09-22 |
* | Remove some unnecessary []byte to string conversions | Sascha Grunert | 2020-08-03 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | Turn on a bunch more remote tests | Daniel J Walsh | 2020-07-22 |
* | Add support for overlay volume mounts in podman. | Qi Wang | 2020-07-20 |
* | Change buildtag for remoteclient to remote for testing | Daniel J Walsh | 2020-07-06 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Add support for `readonly` option to --mount | Matthew Heon | 2020-05-26 |