MCPcopy
hub / github.com/docker/compose / BuildKitEnabled

Method BuildKitEnabled

pkg/api/context.go:31–31  ·  view source on GitHub ↗

BuildKitEnabled determines whether BuildKit should be used for builds Checks DOCKER_BUILDKIT env var, config, and daemon capabilities

()

Source from the content-addressed store, hash-verified

29 // BuildKitEnabled determines whether BuildKit should be used for builds
30 // Checks DOCKER_BUILDKIT env var, config, and daemon capabilities
31 BuildKitEnabled() (bool, error)
32}

Callers 2

buildWithBakeFunction · 0.65
BuildKitEnabledMethod · 0.65

Implementers 1

dockerCliContextInfopkg/compose/docker_cli_providers.go

Calls

no outgoing calls

Tested by

no test coverage detected