Skip to content

Add an error message for dockerfile >= 16KB until #735 is resolved#1634

Merged
katiewasnothere merged 1 commit into
apple:mainfrom
katiewasnothere:user/kbaldauf/large_dockerfile_error
Jun 3, 2026
Merged

Add an error message for dockerfile >= 16KB until #735 is resolved#1634
katiewasnothere merged 1 commit into
apple:mainfrom
katiewasnothere:user/kbaldauf/large_dockerfile_error

Conversation

@katiewasnothere

Copy link
Copy Markdown
Contributor

Type of Change

  • New feature

Motivation and Context

Closes #1633. We have a known issue #735 where Dockerfiles over the size 16kb will fail to build due to "Transport became inactive" or "Stream unexpectedly closed" errors. While we wait for a fix for #735, this PR adds an error message if a user tries to build an image using a dockerfile >= 16kb.

Testing

  • Tested locally

Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
@github-actions github-actions Bot added the cli label Jun 3, 2026
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

Code Coverage

Tier Line Coverage
Unit 34.65%
Integration 19.76%
Combined 53.78%

@katiewasnothere katiewasnothere merged commit 94d6d0a into apple:main Jun 3, 2026
4 checks passed
@katiewasnothere katiewasnothere deleted the user/kbaldauf/large_dockerfile_error branch June 3, 2026 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: Add error message for large Dockerfiles while waiting for fix for #735

2 participants