package exptypes

import "github.com/moby/buildkit/exporter/containerimage/exptypes"

Index

Constants

const (
	ExporterConfigDigestKey      = "config.digest"
	ExporterImageDigestKey       = "containerimage.digest"
	ExporterImageConfigKey       = "containerimage.config"
	ExporterImageConfigDigestKey = "containerimage.config.digest"
	ExporterInlineCache          = "containerimage.inlinecache"
	ExporterPlatformsKey         = "refs.platforms"
)
const EmptyGZLayer = digest.Digest("sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1")

Types

type Platform

type Platform struct {
	ID       string
	Platform specs.Platform
}

type Platforms

type Platforms struct {
	Platforms []Platform
}

Source Files

types.go

Version
v0.9.0
Published
Jul 16, 2021
Platform
linux/amd64
Imports
2 packages
Last checked
7 hours ago

Tools for package owners.