Commit 950230c
committed
image: make layer validation work
Most recently, the validation was broken because the image-spec was
re-vendored but the code handling MediaType validation was not updated.
This change (among others) broke umoci's tests because we run the
validation code to ensure our images are always valid, and the
validation incorrectly flagged our images as invalid.
Fixes: ff477b3 ("vendor:update")
Signed-off-by: Aleksa Sarai <[email protected]>1 parent f3b6fb9 commit 950230c
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
78 | 85 | | |
79 | | - | |
| 86 | + | |
80 | 87 | | |
81 | 88 | | |
82 | 89 | | |
| |||
0 commit comments