package exptypes

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

Index

Constants

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.4.0
Published
Mar 14, 2019
Platform
linux/amd64
Imports
1 packages
Last checked
3 hours ago

Tools for package owners.