8000 Merge pull request #47276 from thaJeztah/24.0_backport_bump_runc_1.1.12 · moby/moby@b38e74c · GitHub
[go: up one dir, main page]

Skip to content

Commit b38e74c

Browse files
authored
Merge pull request #47276 from thaJeztah/24.0_backport_bump_runc_1.1.12
[24.0 backport] vendor: github.com/opencontainers/runc v1.1.12
2 parents 141ad39 + 20e1af3 commit b38e74c

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
@@ -71,7 +71,7 @@ require (
7171
github.com/morikuni/aec v1.0.0
7272
github.com/opencontainers/go-digest v1.0.0
7373
github.com/opencontainers/image-spec v1.1.0-rc3
74-
github.com/opencontainers/runc v1.1.11
74+
github.com/opencontainers/runc v1.1.12
7575
github.com/opencontainers/runtime-spec v1.1.0-rc.2
7676
github.com/opencontainers/selinux v1.11.0
7777
github.com/pelletier/go-toml v1.9.5

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,8 +1147,8 @@ github.com/opencontainers/runc v1.0.0-rc9/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rm
11471147
github.com/opencontainers/runc v1.0.0-rc92/go.mod h1:X1zlU4p7wOlX4+WRCz+hvlRv8phdL7UqbYD+vQwNMmE=
11481148
github.com/opencontainers/runc v1.0.0-rc93/go.mod h1:3NOsor4w32B2tC0Zbl8Knk4Wg84SM2ImC1fxBuqJ/H0=
11491149
github.com/opencontainers/runc v1.0.2/go.mod h1:aTaHFFwQXuA71CiyxOdFFIorAoemI04suvGRQFzWTD0=
1150-
github.com/opencontainers/runc v1.1.11 h1:9LjxyVlE0BPMRP2wuQDRlHV4941Jp9rc3F0+YKimopA=
1151-
github.com/opencontainers/runc v1.1.11/go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8=
1150+
github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf3phss=
1151+
github.com/opencontainers/runc v1.1.12/go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8=
11521152
github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
11531153
github.com/opencontainers/runtime-spec v1.0.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
11541154
github.com/opencontainers/runtime-spec v1.0.2-0.20190207185410-29686dbc5559/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
@@ -837,7 +837,7 @@ github.com/opencontainers/go-digest/digestset
837837
github.com/opencontainers/image-spec/identity
838838
github.com/opencontainers/image-spec/specs-go
839839
github.com/opencontainers/image-spec/specs-go/v1
840-
# github.com/opencontainers/runc v1.1.11
840+
# github.com/opencontainers/runc v1.1.12
841841
## explicit; go 1.17
842842
github.com/opencontainers/runc/libcontainer/cgroups
843843
github.com/opencontainers/runc/libcontainer/configs

0 commit comments

Comments
 (0)
0