Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dockerfile: add support for ONBUILD in combination with from #5357

Merged
merged 2 commits into from
Oct 1, 2024

Commits on Sep 24, 2024

  1. dockerfile: update args definitions to llb.EnvList

    This avoids many temporary conversion between maps/slices
    and shell.EnvGetter.
    
    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b9a4a6e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. 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>
    tonistiigi committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4cf7a1a View commit details
    Browse the repository at this point in the history