diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-09 11:04:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 11:04:51 +0200 |
commit | b0eeca695d08bbb2994412fcaae23aa3d787d947 (patch) | |
tree | 983053015e61bfa2e4bee051425453a185e04396 /vendor | |
parent | c7e96edfb2a5a6187fbbf066d9fe9ae02686be9c (diff) | |
parent | 78430ee1d45bc47db05e802f09b80f1aac421702 (diff) | |
download | podman-b0eeca695d08bbb2994412fcaae23aa3d787d947.tar.gz podman-b0eeca695d08bbb2994412fcaae23aa3d787d947.tar.bz2 podman-b0eeca695d08bbb2994412fcaae23aa3d787d947.zip |
Merge pull request #10608 from vrothberg/v3.2-vendor-common
[v3.2] vendor containers/common@v0.38.6
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/github.com/containers/common/pkg/config/default.go | 1 | ||||
-rw-r--r-- | vendor/github.com/containers/common/version/version.go | 2 | ||||
-rw-r--r-- | vendor/modules.txt | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/vendor/github.com/containers/common/pkg/config/default.go b/vendor/github.com/containers/common/pkg/config/default.go index 04aaac94d..78312be23 100644 --- a/vendor/github.com/containers/common/pkg/config/default.go +++ b/vendor/github.com/containers/common/pkg/config/default.go @@ -197,7 +197,6 @@ func DefaultConfig() (*Config, error) { NoHosts: false, PidsLimit: DefaultPidsLimit, PidNS: "private", - SeccompProfile: SeccompDefaultPath, ShmSize: DefaultShmSize, TZ: "", Umask: "0022", diff --git a/vendor/github.com/containers/common/version/version.go b/vendor/github.com/containers/common/version/version.go index c9e080c8d..211cf3a5a 100644 --- a/vendor/github.com/containers/common/version/version.go +++ b/vendor/github.com/containers/common/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.38.5" +const Version = "0.38.6" diff --git a/vendor/modules.txt b/vendor/modules.txt index 7a677c69e..9dfcce8b8 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -91,7 +91,7 @@ github.com/containers/buildah/pkg/overlay github.com/containers/buildah/pkg/parse github.com/containers/buildah/pkg/rusage github.com/containers/buildah/util -# github.com/containers/common v0.38.5 +# github.com/containers/common v0.38.6 github.com/containers/common/libimage github.com/containers/common/libimage/manifests github.com/containers/common/pkg/apparmor |