Skip to content

Commit fe04b22

Browse files
committed
vendor: github.com/opencontainers/runtime-spec v1.2.0
- deprecate Hooks.Prestart - deprecate LinuxMemory.Kernel - add Features.MountExtensions (for id-mapped mounts) - add Features.PotentiallyUnsafeConfigAnnotations full diff: opencontainers/runtime-spec@v1.1.0...v1.2.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 05213db commit fe04b22

File tree

6 files changed

+40
-10
lines changed

6 files changed

+40
-10
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ require (
5555
github.com/morikuni/aec v1.0.0
5656
github.com/opencontainers/go-digest v1.0.0
5757
github.com/opencontainers/image-spec v1.1.0
58-
github.com/opencontainers/runtime-spec v1.1.0
58+
github.com/opencontainers/runtime-spec v1.2.0
5959
github.com/opencontainers/selinux v1.11.0
6060
github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170
6161
github.com/pelletier/go-toml v1.9.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
328328
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
329329
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=
330330
github.com/opencontainers/image-spec v1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM=
331-
github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg=
332-
github.com/opencontainers/runtime-spec v1.1.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
331+
github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk=
332+
github.com/opencontainers/runtime-spec v1.2.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
333333
github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU=
334334
github.com/opencontainers/selinux v1.11.0/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec=
335335
github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170 h1:DiLBVp4DAcZlBVBEtJpNWZpZVq0AEeCY7Hqk8URVs4o=

vendor/github.com/opencontainers/runtime-spec/specs-go/config.go

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

vendor/github.com/opencontainers/runtime-spec/specs-go/features/features.go

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

vendor/github.com/opencontainers/runtime-spec/specs-go/version.go

Lines changed: 1 addition & 1 deletion
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
@@ -688,7 +688,7 @@ github.com/opencontainers/go-digest
688688
github.com/opencontainers/image-spec/identity
689689
github.com/opencontainers/image-spec/specs-go
690690
github.com/opencontainers/image-spec/specs-go/v1
691-
# github.com/opencontainers/runtime-spec v1.1.0
691+
# github.com/opencontainers/runtime-spec v1.2.0
692692
## explicit
693693
github.com/opencontainers/runtime-spec/specs-go
694694
github.com/opencontainers/runtime-spec/specs-go/features

0 commit comments

Comments
 (0)