tag

package
v0.0.0-...-381c873 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package tag provides functionality for managing container image tags in Azure Container Registry.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteTags

func DeleteTags(ctx context.Context, acrClient api.AcrCLIClientInterface, loginURL string, repoName string, tags []string) error

DeleteTags receives an array of tags digest and deletes them using the supplied acrClient.

func ListTags

func ListTags(ctx context.Context, acrClient api.AcrCLIClientInterface, repoName string) ([]acr.TagAttributesBase, error)

ListTags will do the http requests and return the digest of all the tags in the selected repository.

Types

type ListTagsError

type ListTagsError struct {
	// contains filtered or unexported fields
}

ListTagsError represents an error that occurred while listing tags.

func (*ListTagsError) Error

func (e *ListTagsError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL