package exptypes
import "github.com/moby/buildkit/exporter/exptypes"
Index ¶
Constants ¶
const (
ExporterEpochKey = "source.date.epoch"
)
Types ¶
type ExporterOptKey ¶
type ExporterOptKey string
var ( // Clamp produced timestamps. For more information see the // SOURCE_DATE_EPOCH specification. // Value: int (number of seconds since Unix epoch) OptKeySourceDateEpoch ExporterOptKey = "source-date-epoch" )
Options keys supported by all exporters.
Source Files ¶
- Version
- v0.12.0-rc2
- Published
- Jul 10, 2023
- Platform
- js/wasm
- Last checked
- 43 minutes ago –
Tools for package owners.