update to use containerd seccomp package
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
9ff5e389ff
commit
09243b740c
8199 changed files with 30742 additions and 1598219 deletions
BIN
vendor/github.com/opencontainers/image-spec/img/build-diagram.png
generated
vendored
BIN
vendor/github.com/opencontainers/image-spec/img/build-diagram.png
generated
vendored
Binary file not shown.
Before Width: | Height: | Size: 27 KiB |
12
vendor/github.com/opencontainers/image-spec/img/media-types.dot
generated
vendored
12
vendor/github.com/opencontainers/image-spec/img/media-types.dot
generated
vendored
|
@ -1,12 +0,0 @@
|
|||
digraph G {
|
||||
{
|
||||
imageIndex [shape=note, label="Image Index\n<<optional>>\napplication/vnd.oci.image.index.v1+json"]
|
||||
manifest [shape=note, label="Image manifest\napplication/vnd.oci.image.manifest.v1+json"]
|
||||
config [shape=note, label="Image JSON\napplication/vnd.oci.image.config.v1+json"]
|
||||
layer [shape=note, label="Layer tar archive\napplication/vnd.oci.image.layer.v1.tar\napplication/vnd.oci.image.layer.v1.tar+gzip\napplication/vnd.oci.image.layer.nondistributable.v1.tar\napplication/vnd.oci.image.layer.nondistributable.v1.tar+gzip"]
|
||||
}
|
||||
|
||||
imageIndex -> manifest [label="1..*"]
|
||||
manifest -> config [label="1..1"]
|
||||
manifest -> layer [label="1..*"]
|
||||
}
|
BIN
vendor/github.com/opencontainers/image-spec/img/media-types.png
generated
vendored
BIN
vendor/github.com/opencontainers/image-spec/img/media-types.png
generated
vendored
Binary file not shown.
Before Width: | Height: | Size: 39 KiB |
BIN
vendor/github.com/opencontainers/image-spec/img/run-diagram.png
generated
vendored
BIN
vendor/github.com/opencontainers/image-spec/img/run-diagram.png
generated
vendored
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Loading…
Add table
Add a link
Reference in a new issue