Commit 4b0e60f
committed
Drop the labs Dockerfile frontend directive
COPY --parents is no longer labs-only: BuildKit's built-in frontend supports
it, so the directive bought nothing and cost a Docker Hub round trip on every
build. The CI builder is created and destroyed per job, so its content store
never caches the frontend image, and a 502 from Docker Hub failed the cuRobo
build outright.
Verified by building all three images with the directive removed; package
sets are unchanged (base 248, kit-less 229, cuRobo 267).1 parent 4cab108 commit 4b0e60f
3 files changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments