summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-29 12:32:08 -0700
committerGitHub <noreply@github.com>2019-03-29 12:32:08 -0700
commitc5ccab2dc4dc582e41aa81cddb7eb761715978b5 (patch)
tree0e4914fa671b5f58b19114bb5cf22027963c5e0e /vendor
parent053156534381ed394fa9e13a5c2f5e7115c6b6c7 (diff)
parent1a0d4f260249c52c90bbc73526814782c3d9a17d (diff)
downloadpodman-c5ccab2dc4dc582e41aa81cddb7eb761715978b5.tar.gz
podman-c5ccab2dc4dc582e41aa81cddb7eb761715978b5.tar.bz2
podman-c5ccab2dc4dc582e41aa81cddb7eb761715978b5.zip
Merge pull request #2802 from TomSweeneyRedHat/dev/tsweeney/buildah1.7.2
Vendor Buildah 1.7.2
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/containers/buildah/buildah.go2
-rw-r--r--vendor/github.com/containers/buildah/unshare/unshare.go2
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")
}