package legacy

import "github.com/google/go-containerregistry/pkg/legacy"

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

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

Source Files

config.go doc.go

Directories

PathSynopsis
pkg/legacy/tarballPackage 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.
Version
v0.20.3 (latest)
Published
Jan 15, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
19 hours ago

Tools for package owners.