untag

package
v0.0.0-...-0bc8de7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Untag

func Untag(imageRef, token string, opts ...Option) error

Types

type Option

type Option interface {
	// contains filtered or unexported methods
}

func WithGitHubAPIURL

func WithGitHubAPIURL(url string) Option

func WithRegistryHost

func WithRegistryHost(host string) Option