pdep

package
v0.0.0-...-71fdcac Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2023 License: BSD-3-Clause Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BaseImageName   = "docker.io/iansmith/parigot-koyeb-0.3"
	MaxTarEntrySize = 1024 * 1024 * 256
	Verbose         = false
)

Variables

View Source
var Caddyfile []byte
View Source
var Dockerfile []byte

Functions

func Main

func Main()

Types

type BuiltId

type BuiltId struct {
	Id string `json:"ID"`
}

this is only used by the v1 builder

type ErrorDetail

type ErrorDetail struct {
	Message string `json:"message"`
}

type ErrorLine

type ErrorLine struct {
	ErrorBase   string      `json:"error"`
	ErrorDetail ErrorDetail `json:"errorDetail"`
}

func (*ErrorLine) Error

func (e *ErrorLine) Error() string

type OutLine

type OutLine struct {
	// Used only by v1 builder
	Stream string `json:"stream"`
	// different setup for the v1 builder
	//Aux BuiltId
	Aux interface{} `json:"aux"`
	// used by v2, but is always moby.image.id
	Id string `json:"id"`
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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