Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
[6.1.x] bump runc to 1.0.0-rc10 (#699)
Browse files Browse the repository at this point in the history
* Bump runc to 1.0.0-rc10 to fix the regression described here:
opencontainers/runc#2022

* Update dependencies to match the version of opecontainers/runc
  • Loading branch information
a-palchikov committed Jul 8, 2020
1 parent b12dca3 commit 3126427
Show file tree
Hide file tree
Showing 537 changed files with 145,467 additions and 29,743 deletions.
102 changes: 77 additions & 25 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 26 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ ignored = ["github.com/Sirupsen/logrus", "github.com/gravitational/planet/build/
version = "v1.1.1"

[[override]]
# pin the version from opencontainers/runc
# make sure to update in sync!
name = "golang.org/x/sys"
revision = "78d5f264b493f125018180c204871ecf58a2dce1"
revision = "9eafafc0a87e0fd0aeeba439a4573537970c44c7"

[[override]]
name = "github.com/syndtr/gocapability"
Expand Down Expand Up @@ -100,7 +102,7 @@ ignored = ["github.com/Sirupsen/logrus", "github.com/gravitational/planet/build/

[[constraint]]
name = "github.com/opencontainers/runc"
version = "v1.0.0-rc6"
version = "v1.0.0-rc10"

[[constraint]]
name = "github.com/prometheus/client_golang"
Expand Down Expand Up @@ -157,6 +159,28 @@ ignored = ["github.com/Sirupsen/logrus", "github.com/gravitational/planet/build/
name = "gopkg.in/yaml.v2"
version = "v2.2.2"

[[constraint]]
name = "github.com/golang/protobuf"
version = "v1.4.2"

[[override]]
# pinned to match opencontainers/runc
# make sure to update in sync!
name = "github.com/checkpoint-restore/go-criu"
revision = "17b0214f6c48980c45dc47ecb0cfd6d9e02df723"

[[override]]
# pinned to match opencontainers/runc
# make sure to update in sync!
name = "github.com/opencontainers/selinux"
revision = "5215b1806f52b1fcc2070a8826c542c9d33cd3cf"

[[override]]
name = "github.com/opencontainers/runtime-spec"
revision = "29686dbc5559d93fb1ef402eeda3e35c38d75af4"

[[override]]
# pinned to match opencontainers/runc
# make sure to update in sync!
name = "github.com/cilium/ebpf"
revision = "95b36a581eed7b0f127306ed1d16cc0ddc06cf67"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3126427

Please sign in to comment.