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 Platforms ¶
type Platforms struct { Platforms []Platform }
Source Files ¶
- Version
- v0.9.2
- Published
- Nov 2, 2021
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.