package
1.16.3
Repository: https://github.com/betterdoctor/duncan.git
Documentation: pkg.go.dev

# README

docker

import "github.com/betterdoctor/duncan/docker"

Overview

Index

Package files

utils.go

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.