Commit 67d3a34
authored
use spec's ref instead of canonical ref when copying catalog image (#438)
When used in conjuction with a "tag-only" registries.conf mirror
registry configuration, our containers/image unpacker fails. This is
because we resolve a canonical ref from the tag, and then use the
digest-based reference to actually copy the image, thus thwarting the
tag-only configuration.
This commit ensures that we always copy the image using the reference
provided in the spec.
Signed-off-by: Joe Lanford <[email protected]>1 parent d70f01f commit 67d3a34
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments