Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dockerfile: add support for ONBUILD in combination to from
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