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 (labs): implement ADD <git ref> #2799

Merged
merged 1 commit into from Aug 2, 2022

Commits on Aug 2, 2022

  1. dockerfile (labs): implement ADD <git ref>

    e.g.,
    
      # syntax=docker/dockerfile-upstream:master-labs
      FROM alpine
      ADD https://github.com/moby/buildkit.git#v0.10.1 /buildkit
    
    Close issue 775
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    8bfeafa View commit details
    Browse the repository at this point in the history