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: graduate ADD <git ref> and ADD --checksum=<checksum> from labs #3979

Merged
merged 2 commits into from
Jul 6, 2023

Conversation

AkihiroSuda
Copy link
Member

e.g., `ADD https://github.com/moby/buildkit.git#v0.10.1 /buildkit`

Introduced to dockerfile:1.5-labs in PR 2799

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
e.g.,
```
ADD --checksum=sha256:24454f830cdb571e2c4ad15481119c43b3cafd48dd869a9b2945d1036d1dc68d \
  https://mirrors.edge.kernel.org/pub/linux/kernel/Historic/linux-0.01.tar.gz /
```

Introduced to dockerfile:1.5-labs in PR 3093

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
@AkihiroSuda AkihiroSuda added this to the v0.12.0 milestone Jun 30, 2023
@tonistiigi tonistiigi merged commit dda2da9 into moby:master Jul 6, 2023
55 checks passed
@AkihiroSuda
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants