Skip to content

Commit 4b63c47

Browse files
committed
vendor: github.com/opencontainers/runc v1.1.12
- release notes: https://github.com/opencontainers/runc/releases/tag/v1.1.12 - full diff: opencontainers/runc@v1.1.11...v1.1.12 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit b20dccb) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 667bc3f commit 4b63c47

File tree

5 files changed

+76
-27
lines changed

5 files changed

+76
-27
lines changed

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ require (
7676
github.com/morikuni/aec v1.0.0
7777
github.com/opencontainers/go-digest v1.0.0
7878
github.com/opencontainers/image-spec v1.1.0-rc5
79-
github.com/opencontainers/runc v1.1.11
79+
github.com/opencontainers/runc v1.1.12
8080
github.com/opencontainers/runtime-spec v1.1.0
8181
github.com/opencontainers/selinux v1.11.0
8282
github.com/pelletier/go-toml v1.9.5

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -995,8 +995,8 @@ github.com/opencontainers/image-spec v1.1.0-rc5/go.mod h1:X4pATf0uXsnn3g5aiGIsVn
995995
github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U=
996996
github.com/opencontainers/runc v1.0.0-rc10/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U=
997997
github.com/opencontainers/runc v1.0.0-rc92/go.mod h1:X1zlU4p7wOlX4+WRCz+hvlRv8phdL7UqbYD+vQwNMmE=
998-
github.com/opencontainers/runc v1.1.11 h1:9LjxyVlE0BPMRP2wuQDRlHV4941Jp9rc3F0+YKimopA=
999-
github.com/opencontainers/runc v1.1.11/go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8=
998+
github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf3phss=
999+
github.com/opencontainers/runc v1.1.12/go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8=
10001000
github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
10011001
github.com/opencontainers/runtime-spec v1.0.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
10021002
github.com/opencontainers/runtime-spec v1.0.2/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=

vendor/github.com/opencontainers/runc/libcontainer/cgroups/file.go

Lines changed: 16 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/runc/libcontainer/utils/utils_unix.go

Lines changed: 56 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ github.com/opencontainers/go-digest/digestset
950950
github.com/opencontainers/image-spec/identity
951951
github.com/opencontainers/image-spec/specs-go
952952
github.com/opencontainers/image-spec/specs-go/v1
953-
# github.com/opencontainers/runc v1.1.11
953+
# github.com/opencontainers/runc v1.1.12
954954
## explicit; go 1.17
955955
github.com/opencontainers/runc/libcontainer/cgroups
956956
github.com/opencontainers/runc/libcontainer/configs

0 commit comments

Comments
 (0)