types

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Image

type Image struct {
	Config        ocispec.ImageConfig `json:"config"`
	BaseImage     string              `json:"base-image,omitempty"`
	Architecture  string              `json:"architecture"`
	OS            string              `json:"os"`
	NixStorePaths []string            `json:"nix-store-paths,omitempty"`
	CopyToRoots   []string            `json:"copy-to-roots,omitempty"`
}

type OCIManifest

type OCIManifest struct {
	Config   string   `json:"Config"`
	RepoTags []string `json:"RepoTags"`
	Layers   []string `json:"Layers"`
}

Jump to

Keyboard shortcuts

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