BuildKitEnabled determines whether BuildKit should be used for builds Checks DOCKER_BUILDKIT env var, config, and daemon capabilities
()
| 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 | } |
no outgoing calls
no test coverage detected