Skip to content

Commit

Permalink
dockerfile: add support for ONBUILD in combination to from
Browse files Browse the repository at this point in the history
This adds support for the ONBUILD commands to refer to
other stages in commands like `COPY --from=` or
`RUN --mount=from=` . The source may be a stage in the
calling Dockerfile, implicit image or named build context.

Signed-off-by: Tonis Tiigi <[email protected]>
  • Loading branch information
tonistiigi committed Sep 25, 2024
1 parent b9a4a6e commit 4cf7a1a
Show file tree
Hide file tree
Showing 3 changed files with 513 additions and 149 deletions.
Loading

0 comments on commit 4cf7a1a

Please sign in to comment.