summaryrefslogtreecommitdiff
path: root/test/e2e/run_volume_test.go
Commit message (Expand)AuthorAge
* container: resolve workdir after all the mounts happen.flouthoc2021-08-30
* e2e tests: use Should(Exit()) and ExitWithError()Ed Santiago2021-07-15
* Fix volumes with uid and gid optionsPaul Holzinger2021-06-11
* Fix podman build --pull-neverDaniel J Walsh2021-03-27
* Ensure manually-created volumes have correct ownershipMatthew Heon2021-03-24
* Add U volume flag to chown source volumesEduardo Vega2021-02-22
* bump go module to v3Valentin Rothberg2021-02-22
* Change source path resolution for volume copy-upMatthew Heon2021-02-17
* Fix an issue where copyup could fail with ENOENTMatthew Heon2021-02-16
* Rewrite copy-up to use buildah CopierMatthew Heon2021-02-10
* Docker ignores mount flags that begin with constencyDaniel J Walsh2021-01-30
* Ensure we do not double-lock the same volume in createMatthew Heon2020-11-11
* podman create doesn't support creating detached containersDaniel J Walsh2020-10-21
* Make all Skips specify a reasonDaniel J Walsh2020-09-29
* Remove SkipIfRootless if possible, document other callsDaniel J Walsh2020-09-27
* e2e tests: SkipIfRemote(): add a reasonEd Santiago2020-09-23
* Examine all SkipIfRemote functionsDaniel J Walsh2020-09-22
* Remove some unnecessary []byte to string conversionsSascha Grunert2020-08-03
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Turn on a bunch more remote testsDaniel J Walsh2020-07-22
* Add support for overlay volume mounts in podman.Qi Wang2020-07-20
* Change buildtag for remoteclient to remote for testingDaniel J Walsh2020-07-06
* move go module to v2Valentin Rothberg2020-07-06
* Add support for `readonly` option to --mountMatthew Heon2020-05-26
* Turn off 'noexec' option by default for named volumesMatthew Heon2020-05-20
* enable volume integration testsBrent Baude2020-04-27
* Add support for volumes-from, image volumes, initMatthew Heon2020-04-27
* Force integration tests to passBrent Baude2020-04-21
* test/e2e/run_volume_test: use unique mount pointKir Kolyshkin2020-04-02
* test/e2e/run_volume_test.go: mv dockerfile declKir Kolyshkin2020-04-02
* test/e2e/run_volume_test: only create dir onceKir Kolyshkin2020-04-02
* Switch to using --time as opposed to --timeout to better match Docker.Daniel J Walsh2020-03-31
* Use cleaned destination path for indexing image volumesMatthew Heon2020-02-17
* Do not copy up when volume is not emptyMatthew Heon2020-02-12
* mount: add new options nocopyup|copyup for tmpfsGiuseppe Scrivano2019-11-07
* Wait for `mount` command to finish when mounting volumeMatthew Heon2019-10-30
* Image volumes should not be mounted noexecMatthew Heon2019-10-23
* Add support for anonymous volumes to `podman run -v`Matthew Heon2019-10-17
* Refactor tests when checking for error exit codesJhon Honce2019-10-16
* Handle conflict between volumes and --read-only-tmpfsMatthew Heon2019-09-24
* When first mounting any named volume, copy upMatthew Heon2019-09-09
* Add ability for volumes with options to mount/umountMatthew Heon2019-09-05
* Add test to verify noexec works with volume mountsMatthew Heon2019-09-04
* Add a test for the new suid/exec/dev optionsMatthew Heon2019-08-28
* Re-add locks to volumes.Matthew Heon2019-08-28
* Allow --ro=[true|false] with mount flagMatthew Heon2019-08-07
* Add tests for cached and delegated mountsMatthew Heon2019-06-19
* use imagecaches for local testsbaude2019-05-29
* Add test for image volume conflict with user volumeMatthew Heon2019-05-21
* Fix podman-in-podman volume testMatthew Heon2019-05-02