Skip to content

Commit 4b0e60f

Browse files
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

File tree

docker/Dockerfile.base

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# syntax=docker/dockerfile:1.7-labs
21
# Copyright (c) 2022-2025, The Isaac Lab Project Developers (https://github.com/isaac-sim/IsaacLab/blob/main/CONTRIBUTORS.md).
32
# All rights reserved.
43
#

docker/Dockerfile.curobo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# syntax=docker/dockerfile:1.7-labs
21
# Copyright (c) 2022-2025, The Isaac Lab Project Developers (https://github.com/isaac-sim/IsaacLab/blob/main/CONTRIBUTORS.md).
32
# All rights reserved.
43
#

docker/Dockerfile.kitless

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# syntax=docker/dockerfile:1.7-labs
21
# Copyright (c) 2022-2026, The Isaac Lab Project Developers (https://github.com/isaac-sim/IsaacLab/blob/main/CONTRIBUTORS.md).
32
# All rights reserved.
43
#

0 commit comments

Comments
 (0)