You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this change, the `docker.MatchLocalhost` function was applied to
hosts retrieved from labels on snapshots, but not in the artifact
fetcher. This meant that data could be lazily loaded from an insecure
localhost, but we couldn't fetch the SOCI index/ztocs from an insecure
localhost. This change adds the matcher to the artifact fetcher so that
images can be lazily loaded from an insecure localhost.
Signed-off-by: Kern Walster <[email protected]>
0 commit comments