vendor: upgrade containers/storage
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
5addc8caf0
commit
ecd0006e80
114 changed files with 11464 additions and 1003 deletions
8
vendor/github.com/opencontainers/image-spec/schema/spec_test.go
generated
vendored
8
vendor/github.com/opencontainers/image-spec/schema/spec_test.go
generated
vendored
|
@ -41,8 +41,12 @@ func TestValidateManifest(t *testing.T) {
|
|||
validate(t, "../manifest.md")
|
||||
}
|
||||
|
||||
func TestValidateManifestList(t *testing.T) {
|
||||
validate(t, "../manifest-list.md")
|
||||
func TestValidateImageIndex(t *testing.T) {
|
||||
validate(t, "../image-index.md")
|
||||
}
|
||||
|
||||
func TestValidateImageLayout(t *testing.T) {
|
||||
validate(t, "../image-layout.md")
|
||||
}
|
||||
|
||||
func TestValidateConfig(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue