diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-03-29 13:52:49 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-03-29 14:08:45 -0400 |
commit | 1a0d4f260249c52c90bbc73526814782c3d9a17d (patch) | |
tree | 8ef17ec1a60dc35d864a13321069723fa8aa0bed /vendor | |
parent | f4d90a96cb7eabde3d999390619aae683e05b00e (diff) | |
download | podman-1a0d4f260249c52c90bbc73526814782c3d9a17d.tar.gz podman-1a0d4f260249c52c90bbc73526814782c3d9a17d.tar.bz2 podman-1a0d4f260249c52c90bbc73526814782c3d9a17d.zip |
Vendor Buildah 1.7.2
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/github.com/containers/buildah/buildah.go | 2 | ||||
-rw-r--r-- | vendor/github.com/containers/buildah/unshare/unshare.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/containers/buildah/buildah.go b/vendor/github.com/containers/buildah/buildah.go index febc3d0d1..9625fff96 100644 --- a/vendor/github.com/containers/buildah/buildah.go +++ b/vendor/github.com/containers/buildah/buildah.go @@ -26,7 +26,7 @@ const ( Package = "buildah" // Version for the Package. Bump version in contrib/rpm/buildah.spec // too. - Version = "1.8-dev" + Version = "1.7.2" // The value we use to identify what type of information, currently a // serialized Builder structure, we are using as per-container state. // This should only be changed when we make incompatible changes to diff --git a/vendor/github.com/containers/buildah/unshare/unshare.go b/vendor/github.com/containers/buildah/unshare/unshare.go index 91f4bb54a..77aee282f 100644 --- a/vendor/github.com/containers/buildah/unshare/unshare.go +++ b/vendor/github.com/containers/buildah/unshare/unshare.go @@ -304,5 +304,5 @@ func GetRootlessUID() int { // RootlessEnv returns the environment settings for the rootless containers func RootlessEnv() []string { - return append(os.Environ(), UsernsEnvName+"=") + return append(os.Environ(), UsernsEnvName+"=done") } |