legacy

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2022 License: Apache-2.0 Imports: 1 Imported by: 4

Documentation

Overview

Package legacy provides functionality to work with docker images in the v1 format. See: https://github.com/moby/moby/blob/master/image/spec/v1.md

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LayerConfigFile

type LayerConfigFile struct {
	v1.ConfigFile

	ContainerConfig v1.Config `json:"container_config,omitempty"`

	ID        string `json:"id,omitempty"`
	Parent    string `json:"parent,omitempty"`
	Throwaway bool   `json:"throwaway,omitempty"`
	Comment   string `json:"comment,omitempty"`
}

LayerConfigFile is the configuration file that holds the metadata describing a v1 layer. See: https://github.com/moby/moby/blob/master/image/spec/v1.md

Directories

Path Synopsis
Package tarball provides facilities for writing v1 docker images (https://github.com/moby/moby/blob/master/image/spec/v1.md) from/to a tarball on-disk.
Package tarball provides facilities for writing v1 docker images (https://github.com/moby/moby/blob/master/image/spec/v1.md) from/to a tarball on-disk.

Jump to

Keyboard shortcuts

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