Skip to content

Ignore resolving scratch and context images - #37

Merged
katiewasnothere merged 1 commit into
apple:mainfrom
katiewasnothere:ignore_scratch_context
Jun 30, 2025
Merged

Ignore resolving scratch and context images#37
katiewasnothere merged 1 commit into
apple:mainfrom
katiewasnothere:ignore_scratch_context

Conversation

@katiewasnothere

Copy link
Copy Markdown
Contributor

Buildkit flow that we call into does not allow for loading named contexts for "scratch" or "context" (see

if !strings.EqualFold(name, "scratch") && !strings.EqualFold(name, "context") {
). We can ignore those images in builder-shim as well when we pre-resolve images.

Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
@katiewasnothere
katiewasnothere merged commit 1941038 into apple:main Jun 30, 2025
2 checks passed
@katiewasnothere
katiewasnothere deleted the ignore_scratch_context branch June 30, 2025 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants