docker

package
v1.16.3 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func VerifyTagExists added in v1.9.0

func VerifyTagExists(app, tag string) error

VerifyTagExists checks if a docker tag exists for a given repo

Types

type TagResponse

type TagResponse struct {
	Tags []struct {
		Name string `json:"name"`
	} `json:"tags"`
}

TagResponse represents a Quay API tags response

Jump to

Keyboard shortcuts

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