manifest

package
v0.0.0-...-a849b39 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const EmptyLayer = "sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ArgsEscaped  bool
	AttachStdin  bool
	AttachStderr bool
	AttachStdout bool
	Tty          bool
	OpenStdin    bool
	StdinOnce    bool
	Hostname     string
	Domainname   string
	Image        string
	Cmd          []string
	Env          []string
	User         string
	ExposedPorts map[string]struct{}
	Volumes      map[string]struct{}
	WorkingDir   string
	Entrypoint   []string
	OnBuild      []string
	Labels       map[string]string
}

type FileSystemLayer

type FileSystemLayer struct {
	BlobSum string `json:"blobSum"`
}

type FileSystemLayers

type FileSystemLayers []FileSystemLayer

type History

type History []*HistoryEntry

type HistoryEntry

type HistoryEntry struct {
	V1Compatibility string `json:"v1Compatibility"`
}

type HistoryEntryData

type HistoryEntryData struct {
	ID              string  `json:"id"`
	Parent          string  `json:"parent"`
	DockerVersion   string  `json:"docker_version"`
	Architecture    string  `json:"architecture"`
	OS              string  `json:"os"`
	Container       string  `json:"container"`
	Throwaway       bool    `json:"throwaway"`
	Config          *Config `json:"config"`
	ContainerConfig *Config `json:"container_config"`
	Created         string  `json:"created"`
	Author          string  `json:"author"`
}

type Manifest

type Manifest struct {
	SchemaVersion    int              `json:"schemaVersion"`
	Name             string           `json:"name"`
	Tag              string           `json:"tag"`
	Architecture     string           `json:"architecture"`
	FileSystemLayers FileSystemLayers `json:"fsLayers"`
	History          History          `json:"history"`
}

Jump to

Keyboard shortcuts

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