Skip to content

Commit

Permalink
update runc to 1.1.4
Browse files Browse the repository at this point in the history
New version of runc fixes broken `kubectl exec`
  • Loading branch information
gthao313 committed Aug 26, 2022
1 parent 037d0e2 commit df9ac90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/runc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ path = "pkg.rs"
releases-url = "https://github.com/opencontainers/runc/releases/"

[[package.metadata.build-package.external-files]]
url = "https://github.com/opencontainers/runc/releases/download/v1.1.3/runc.tar.xz"
path = "runc-v1.1.3.tar.xz"
sha512 = "529dcb7935e12b590ce67c1e49505cad3c789756bfb331d159e100ebe8c99234c55c49d7b74bb9e8b69c2b858f430f71451278f4cf3f5f6510cc7f9603184546"
url = "https://github.com/opencontainers/runc/releases/download/v1.1.4/runc.tar.xz"
path = "runc-v1.1.4.tar.xz"
sha512 = "73f7b266a2aaabf180bf99d04e96a171ef12cc3c3ff43189caff324f1e4ac127a646c3c15489801d48291d997de4c88384ae957a8af4a96b3e779bcb09bc58ac"

[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
4 changes: 2 additions & 2 deletions packages/runc/runc.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%global goproject github.com/opencontainers
%global gorepo runc
%global goimport %{goproject}/%{gorepo}
%global commit 6724737f999df9ee0d8ca5c6d7b81f97adc34374
%global gover 1.1.3
%global commit 5fd4c4d144137e991c4acebb2146ab1483a97925
%global gover 1.1.4

%global _dwz_low_mem_die_limit 0

Expand Down

0 comments on commit df9ac90

Please sign in to comment.