buildah/imagebuildah
Nalin Dahyabhai 250174ede2
Allow cache mounts to be stages or additional build contexts
Allow cache mounts (RUN --mount=type=cache) to refer to other stages or
additional build contexts.

Update the build-check-cve-2024-9675 integration test to use different
directories for its main build context and the additional build context
that it uses for its final run.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Signed-off-by: David Shea <dshea@redhat.com>
Signed-off-by: Vivek Naruka <vnaruka@redhat.com>
2025-02-06 09:45:40 -05:00
..
build.go bud: Consolidate multiple synthetic LABEL instructions 2023-01-09 16:45:10 -05:00
executor.go bud: Consolidate multiple synthetic LABEL instructions 2023-01-09 16:45:10 -05:00
stage_executor.go Allow cache mounts to be stages or additional build contexts 2025-02-06 09:45:40 -05:00
stage_executor_test.go
util.go