spec

package
v0.13.0-alpha.145 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IndexManifestLayers

type IndexManifestLayers struct {
	Manifests []ManifestLayer `json:"manifests"`
}

type Layer

type Layer struct {
	MediaType string `json:"mediaType"`
	Size      int64  `json:"size"`
	Digest    string `json:"digest"`
}

type ManifestLayer

type ManifestLayer struct {
	Size     int64    `json:"size"`
	Digest   string   `json:"digest"`
	Platform Platform `json:"platform"`
}

type ManifestLayers

type ManifestLayers struct {
	Config Layer   `json:"config"`
	Layers []Layer `json:"layers"`
}

type Platform

type Platform struct {
	Architecture string `json:"architecture"`
	OS           string `json:"os"`
}

Jump to

Keyboard shortcuts

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