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.7.2
Published
Jul 27, 2020
Platform
linux/amd64
Imports
1 packages
Last checked
5 hours ago

Tools for package owners.