diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-15 10:41:52 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-15 10:43:51 -0400 |
commit | 3e77f960f65687dcb1d571ebe70278028c6de441 (patch) | |
tree | ce531988c837f88aee6e4548bf5a59662665a3c1 /go.mod | |
parent | 81f41ca0d2a0acd9896bb60b1096baa236725dec (diff) | |
download | podman-3e77f960f65687dcb1d571ebe70278028c6de441.tar.gz podman-3e77f960f65687dcb1d571ebe70278028c6de441.tar.bz2 podman-3e77f960f65687dcb1d571ebe70278028c6de441.zip |
Set default storage from containers.conf for temporary images
Fixes: https://github.com/containers/podman/issues/11107
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/containernetworking/cni v0.8.1 github.com/containernetworking/plugins v0.9.1 github.com/containers/buildah v1.23.0 - github.com/containers/common v0.44.0 + github.com/containers/common v0.44.1-0.20210914173811-fcaa2e0de285 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.16.0 github.com/containers/ocicrypt v1.1.2 |