Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("not found")
)
Functions ¶
This section is empty.
Types ¶
type OCIRegistry ¶
type OCIRegistry struct {
// contains filtered or unexported fields
}
OCIRegistry connects to remote OCI container registries.
func (*OCIRegistry) SHA256 ¶
func (r *OCIRegistry) SHA256(image, tag string) (string, error)
SHA256 returns an image SHA256 digest suitable for pinning the image.
`docker pull ghcr.io/mikepartelow/bumper:main.v1.2.3@{{ sha256 ) }}`
Click to show internal directories.
Click to hide internal directories.