diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-11-15 11:48:28 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-11-15 14:36:23 -0500 |
commit | 364b242b70d9593e782a3d099bfc4ba04d8b3a2d (patch) | |
tree | bf35595c2a4841297904b517ea5ff2f3bad167fc /vendor/modules.txt | |
parent | cca6df428cb9ce187ae1341740ac1137c7a67a75 (diff) | |
download | podman-364b242b70d9593e782a3d099bfc4ba04d8b3a2d.tar.gz podman-364b242b70d9593e782a3d099bfc4ba04d8b3a2d.tar.bz2 podman-364b242b70d9593e782a3d099bfc4ba04d8b3a2d.zip |
Set config environment variables early in Podman init
Fixes: https://github.com/containers/podman/issues/12296
[NO NEW TESTS NEEDED] because there is no easy way to test this.
Tests are in containers/common.
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 9b6bd34bf..916cf41ae 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -97,7 +97,7 @@ github.com/containers/buildah/pkg/rusage github.com/containers/buildah/pkg/sshagent github.com/containers/buildah/pkg/util github.com/containers/buildah/util -# github.com/containers/common v0.46.1-0.20211110143743-73e7b462c358 +# github.com/containers/common v0.46.1-0.20211115170340-7ae7bd1c3f8e github.com/containers/common/libimage github.com/containers/common/libimage/manifests github.com/containers/common/pkg/apparmor |