Skip to content

Commit

Permalink
chore: update runc and CNI plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored and talos-bot committed Jul 19, 2021
1 parent 514ba34 commit 65159fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions cni/pkg.yaml
Expand Up @@ -5,11 +5,10 @@ dependencies:
- stage: base
steps:
- sources:
# see https://github.com/containernetworking/plugins/commit/23a1d90e0b2f1457bf842a9619e57a618ef3f9f2
- url: https://github.com/containernetworking/plugins/archive/74a6b28a2c2796a2638ba61a85bb620640bfeb31.tar.gz
- url: https://github.com/containernetworking/plugins/archive/refs/tags/v0.9.1.tar.gz
destination: cni-plugins.tar.gz
sha256: 5008e544c39072d4c6dad4dfe5bdbc3c78d2c76e71ba3c8bfe1a4d7908baebfa
sha512: f5faf5c7c12bba3c84e38133d167f2120910fb3f6c4d2afae4984f0e22969a1afcf49c85943be39ac9db1fd00533efbe3cec32a1c18472367590f6b942d78a4c
sha256: 35e96c6c47b9d080d1cbdcfca02808b01a95464607cd2a2c971b3ad596285928
sha512: 24e8fcedbff2ae7a83aa96085b546b164de6a0884d593e3b5386e9d2de3c4d9a215db9e9405332020cc45c371709a32b600e263e4f8dee62c51adafdc0180f24
env:
GOPATH: /go
prepare:
Expand Down
2 changes: 1 addition & 1 deletion containerd/pkg.yaml
Expand Up @@ -7,7 +7,7 @@ dependencies:
steps:
- sources:
# sync with version and revision in build
- url: https://github.com/containerd/containerd/archive/v1.5.3.tar.gz
- url: https://github.com/containerd/containerd/archive/refs/tags/v1.5.3.tar.gz
destination: containerd.tar.gz
sha256: a0085fedeada29ce6c3bea2edd0b8d88b8321de350cb1dc11ecfa7366a4ada24
sha512: 38054e6851b288023452ff8b00b7fa8d621c28e6ea1e82428b7449346d7112ee7a55c238e658cf30e1d6eb7f3dc8480a863e17bdb355234d9798226636f7e872
Expand Down
8 changes: 4 additions & 4 deletions runc/pkg.yaml
Expand Up @@ -7,10 +7,10 @@ dependencies:
steps:
- sources:
# sync with commit in build
- url: https://github.com/opencontainers/runc/releases/download/v1.0.0/runc.tar.xz
- url: https://github.com/opencontainers/runc/releases/download/v1.0.1/runc.tar.xz
destination: runc.tar.xz
sha256: ccdf1ac45cb1bb36eb1810457c6b1a513666958d83a96e01fff6085ba179c9f1
sha512: 6fd964a2b7c7b5d46f4a634f259c1566d66a638aafbccd62b66d9b876d2c2efca6680fe216b39f2bdb9f3977a192e0e1d0f742adc71e9d977d33df634b8b07ec
sha256: 7401a8be2556490074418c4b04c6e0584854ff15e899da9ebeb6d22abd877323
sha512: 1db35ec91ab59b7bc3c863231e0f610000526859df2a792675fbe5917ade18e2c5df26a613897f0cefa90ba4d4f590e55ec6df84958a44384379e693f9b65b10
prepare:
- |
export GOPATH=/go
Expand All @@ -27,7 +27,7 @@ steps:
export CC=/toolchain/bin/cc
# This is required due to "loadinternal: cannot find runtime/cgo".
export CGO_ENABLED=1
make EXTRA_LDFLAGS="-w -s" BUILDTAGS="seccomp" COMMIT=84113eef6fc27af1b01b3181f31bbaf708715301 runc
make EXTRA_LDFLAGS="-w -s" BUILDTAGS="seccomp" COMMIT=4144b63817ebcc5b358fc2c8ef95f7cddd709aa7 runc
install:
- |
export GOPATH=/go
Expand Down

0 comments on commit 65159fb

Please sign in to comment.