Unlike other parts of this command set, we cannot pass a custom HTTP client to the go-containerregistry library. This means we have limited visibility into the HTTP requests being made to container registries.
()
| 128 | // to the go-containerregistry library. This means we have limited visibility |
| 129 | // into the HTTP requests being made to container registries. |
| 130 | func NewLiveClient() *LiveClient { |
| 131 | return &LiveClient{ |
| 132 | parseReference: name.ParseReference, |
| 133 | get: remote.Get, |
| 134 | } |
| 135 | } |
no outgoing calls