Skip to content

Commit

Permalink
feat: update runc to 1.1.3, libseccomp to 2.5.4
Browse files Browse the repository at this point in the history
See https://github.com/opencontainers/runc/releases/tag/v1.1.3

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Jun 9, 2022
1 parent c02cd7a commit 5bc7e34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions libseccomp/pkg.yaml
Expand Up @@ -5,10 +5,10 @@ dependencies:
- stage: base
steps:
- sources:
- url: https://github.com/seccomp/libseccomp/releases/download/v2.5.3/libseccomp-2.5.3.tar.gz
- url: https://github.com/seccomp/libseccomp/releases/download/v2.5.4/libseccomp-2.5.4.tar.gz
destination: libseccomp.tar.gz
sha256: 59065c8733364725e9721ba48c3a99bbc52af921daf48df4b1e012fbc7b10a76
sha512: 00170fe2360f0c0b33293dccfcc33e98fabb99619f34ecefbcc92bfdaa249ba91e7433226545b842b71542a3b224b6e980ea2ae656c4addf07e84a0def1870a0
sha256: d82902400405cf0068574ef3dc1fe5f5926207543ba1ae6f8e7a1576351dcbdb
sha512: 92650bd7d1d48b383f402a536b97a017fd0f6ad1234daf4b938d01c92e8d134a01d2f2dd45fd9e2d025d7556bd1386ec360402145a87f20580c85949d62cea0e
prepare:
- |
tar -xzf libseccomp.tar.gz --strip-components=1
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.1.2/runc.tar.xz
- url: https://github.com/opencontainers/runc/releases/download/v1.1.3/runc.tar.xz
destination: runc.tar.xz
sha256: 78ad532465ce4c2802480644a8756c30ae99c1bf779f0243af4bca11c4d041de
sha512: eaf77e5766cd34c2b8cd6076215a12f0b86bf3ded031e0c573ddfaeea240abde358f47ec033289d148db547211a2b7dc034548530a76da91662a33c2791f2aa1
sha256: 2db1f3a01ffd2f8fa3a259b9b512ca7d4dbf89be5765cc58d306e45658668453
sha512: 529dcb7935e12b590ce67c1e49505cad3c789756bfb331d159e100ebe8c99234c55c49d7b74bb9e8b69c2b858f430f71451278f4cf3f5f6510cc7f9603184546
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=a916309fff0f838eb94e928713dbc3c0d0ac7aa4 runc
make EXTRA_LDFLAGS="-w -s" BUILDTAGS="seccomp" COMMIT=6724737f999df9ee0d8ca5c6d7b81f97adc34374 runc
install:
- |
export GOPATH=/go
Expand Down

0 comments on commit 5bc7e34

Please sign in to comment.