package exptypes

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

Index

Constants

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

Types

type Platform

type Platform struct {
	ID       string
	Platform specs.Platform
}

type Platforms

type Platforms struct {
	Platforms []Platform
}

Source Files

types.go

Version
v0.8.0-rc1
Published
Nov 17, 2020
Platform
linux/amd64
Imports
2 packages
Last checked
2 hours ago

Tools for package owners.