# README
docker
import "github.com/betterdoctor/duncan/docker"
Overview
Index
Package files
func VerifyTagExists
func VerifyTagExists(app, tag string) error
VerifyTagExists checks if a docker tag exists for a given repo
type TagResponse
type TagResponse struct {
Tags []struct {
Name string `json:"name"`
} `json:"tags"`
}
TagResponse represents a Quay API tags response
Generated by godoc2md
# Functions
VerifyTagExists checks if a docker tag exists for a given repo.
# Structs
TagResponse represents a Quay API tags response.