mirror of
https://github.com/apple/container.git
synced 2026-08-28 11:26:32 +00:00
Fix image env vars, build context checks, TCP/UDP port forward buffer, and validate plugin name (#2027)
Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com> Co-authored-by: John Logan <john_logan@apple.com> Co-authored-by: Raj Aryan Singh <rajaryan_singh@apple.com>
This commit is contained in:
co-authored by
John Logan
Raj Aryan Singh
parent
27e5043165
commit
48145ac7fb
@@ -23,6 +23,13 @@ import GRPCCore
|
||||
import Logging
|
||||
import TerminalProgress
|
||||
|
||||
/// Handles the `resolver` stage of the build protocol.
|
||||
///
|
||||
/// Resolves image references on behalf of BuildKit: authenticates with
|
||||
/// registries, pulls missing base-image manifests and layers, and stores
|
||||
/// them in the local content store. BuildKit delegates these operations to
|
||||
/// the host because registry credentials and network access live on the
|
||||
/// macOS side, not inside the builder VM.
|
||||
struct BuildImageResolver: BuildPipelineHandler {
|
||||
let contentStore: ContentStore
|
||||
let quiet: Bool
|
||||
|
||||
Reference in New Issue
Block a user