Commit 94d6d0a
authored
Add an error message for dockerfile >= 16KB until apple#735 is resolved (apple#1634)
Closes apple#1633. We have a known
issue apple#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
apple#735, this PR adds an error
message if a user tries to build an image using a dockerfile >= 16kb.
Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>1 parent 7966302 commit 94d6d0a
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
254 | 268 | | |
255 | 269 | | |
256 | 270 | | |
| |||
0 commit comments