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 <tonistiigi@gmail.com>
  • Loading branch information
tonistiigi committed Sep 25, 2024
1 parent b9a4a6e commit cac7523
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 150 deletions.
Loading

0 comments on commit cac7523

Please sign in to comment.