Skip to content

Commit 8b3f759

Browse files
Merge pull request containers#2625 from rhatdan/vendor
Update vendor of Buildah and imagebuilder
2 parents 8b637bd + adad933 commit 8b3f759

File tree

16 files changed

+118
-59
lines changed

16 files changed

+118
-59
lines changed

pkg/adapter/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ func (r *LocalRuntime) Build(ctx context.Context, c *cliconfig.BuildValues, opti
259259
if err != nil {
260260
return errors.Wrapf(err, "error parsing namespace-related options")
261261
}
262-
usernsOption, idmappingOptions, err := parse.IDMappingOptions(c.PodmanCommand.Command)
262+
usernsOption, idmappingOptions, err := parse.IDMappingOptions(c.PodmanCommand.Command, options.Isolation)
263263
if err != nil {
264264
return errors.Wrapf(err, "error parsing ID mapping options")
265265
}

vendor.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ k8s.io/apimachinery kubernetes-1.10.13-beta.0 https://github.com/kubernetes/apim
9393
k8s.io/client-go kubernetes-1.10.13-beta.0 https://github.com/kubernetes/client-go
9494
github.com/mrunalp/fileutils 7d4729fb36185a7c1719923406c9d40e54fb93c7
9595
github.com/varlink/go 3ac79db6fd6aec70924193b090962f92985fe199
96-
github.com/containers/buildah 345ffc2b29b4255a83cfa763db88799d8ec9c569 https://github.com/QiWang19/buildah
96+
github.com/containers/buildah 3ba8822d309128f7d76599432b8d9cdf77d4032f
9797
# TODO: Gotty has not been updated since 2012. Can we find replacement?
9898
github.com/Nvveen/Gotty cd527374f1e5bff4938207604a14f2e38a9cf512
9999
# do not go beyond the below commit as the next one requires a more recent
100100
# docker which is in conflict with openshift/imagebuilder
101101
github.com/fsouza/go-dockerclient 29c1814d12c072344bb91aac5d2ff719db39c523
102-
github.com/openshift/imagebuilder 36823496a6868f72bc36282cc475eb8a070c0934
102+
github.com/openshift/imagebuilder 705fe9255c57f8505efb9723a9ac4082b67973bc
103103
github.com/ulikunitz/xz v0.5.5
104104
github.com/coreos/go-iptables v0.4.0
105105
github.com/google/shlex c34317bd91bf98fab745d77b03933cf8769299fe

vendor/github.com/containers/buildah/imagebuildah/build.go

Lines changed: 16 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/buildah/pkg/cli/common.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/buildah/pkg/parse/parse.go

Lines changed: 18 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/buildah/run.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/buildah/vendor.conf

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/imagebuilder/README.md

Lines changed: 8 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/imagebuilder/builder.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/imagebuilder/dockerfile/NOTICE

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)