diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-06-18 17:27:39 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-06-18 19:53:24 -0400 |
commit | 7864108ff191e2d78666fb5bdf098d295b7bae59 (patch) | |
tree | 56fe4fb719b4559a74ee15c23f6419e1368bab5f /vendor/modules.txt | |
parent | 48db8d9868ecbb1523f5b4b69815d16a19afa36f (diff) | |
download | podman-7864108ff191e2d78666fb5bdf098d295b7bae59.tar.gz podman-7864108ff191e2d78666fb5bdf098d295b7bae59.tar.bz2 podman-7864108ff191e2d78666fb5bdf098d295b7bae59.zip |
fix systemcontext to use correct TMPDIR
Users are complaining about read/only /var/tmp failing
even if TMPDIR=/tmp is set.
This PR Fixes: https://github.com/containers/podman/issues/10698
[NO TESTS NEEDED] No way to test this.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index dd7b944cc..38839c823 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -93,7 +93,7 @@ github.com/containers/buildah/pkg/overlay github.com/containers/buildah/pkg/parse github.com/containers/buildah/pkg/rusage github.com/containers/buildah/util -# github.com/containers/common v0.40.0 +# github.com/containers/common v0.40.1-0.20210617134614-c6578d76fb0d github.com/containers/common/libimage github.com/containers/common/libimage/manifests github.com/containers/common/pkg/apparmor |