Commit ff6008a
committed
Revert "Hotfix: Do not fetch manifest lists from Docker registries"
This reverts commit bf1ca2e.
We can now process the manifest lists ourselves.
Because docker_transport_test.go tests "//busybox".NewImage(),
which will now process transport lists, also add an architecture/OS
override to keep the test working e.g. on macOS, for which Docker
does not publish an image in the manifest list.
Signed-off-by: Miloslav Trmač <[email protected]>1 parent 00f4e20 commit ff6008a
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
156 | 161 | | |
157 | 162 | | |
158 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments