docker

package
v1.17.0 Latest Latest
Warning

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

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

README

docker

import "github.com/deepthawtz/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

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