MCPcopy Create free account
hub / github.com/coder/envbox / RegistryImage

TypeAlias RegistryImage

integration/integrationtest/docker.go:402–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402type RegistryImage string
403
404func (r RegistryImage) Registry() string {
405 return strings.Split(string(r), "/")[0]

Callers 1

pushLocalImageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected