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

keys.go

Version
v0.17.0-rc2
Published
Oct 28, 2024
Platform
js/wasm
Last checked
47 minutes ago

Tools for package owners.