docs: update external dockerfile docs#1884
Merged
tonistiigi merged 1 commit intomoby:masterfrom Dec 9, 2020
Merged
Conversation
7d0b9ea to
40f0f72
Compare
tiborvass
reviewed
Dec 9, 2020
frontend/dockerfile/docs/syntax.md
Outdated
| users use the same version on the builder and to pick up bugfixes automatically without waiting for a new version of BuildKit | ||
| or Docker engine. | ||
|
|
||
| The images are published on two channels: *latest* and *labs*. The latest channel uses semver versioning while labs uses a |
Collaborator
There was a problem hiding this comment.
Suggested change
| The images are published on two channels: *latest* and *labs*. The latest channel uses semver versioning while labs uses a | |
| The images are published on two channels: *latest* and *labs*. The latest channel uses semver versioning while labs uses an |
tiborvass
reviewed
Dec 9, 2020
frontend/dockerfile/docs/syntax.md
Outdated
| or Docker engine. | ||
|
|
||
| The images are published on two channels: *latest* and *labs*. The latest channel uses semver versioning while labs uses a | ||
| [incrementing number](https://github.com/moby/buildkit/issues/528). This means labs channel may remove a feature without |
Collaborator
There was a problem hiding this comment.
Suggested change
| [incrementing number](https://github.com/moby/buildkit/issues/528). This means labs channel may remove a feature without | |
| [incrementing number](https://github.com/moby/buildkit/issues/528). This means the labs channel may remove a feature without |
tiborvass
approved these changes
Dec 9, 2020
Collaborator
tiborvass
left a comment
There was a problem hiding this comment.
minor nits that came from experimental.md. Feel free to merge
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
40f0f72 to
9f6172c
Compare
crazy-max
reviewed
Dec 9, 2020
| #### Example: cache Go packages | ||
|
|
||
| ```dockerfile | ||
| # syntax = docker/dockerfile:experimental |
Member
There was a problem hiding this comment.
Wouldn't it have been better to use the new tag labs?
tnir
added a commit
to tnir/cli
that referenced
this pull request
Jun 28, 2021
This change will update the docs at https://docs.docker.com/engine/reference/builder/#buildkit This change is required by moby/buildkit#1884 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
docker-jenkins
pushed a commit
to docker-archive/docker-ce
that referenced
this pull request
Dec 8, 2021
This change will update the docs at https://docs.docker.com/engine/reference/builder/#buildkit This change is required by moby/buildkit#1884 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> Upstream-commit: 0c723fd68ae75a69090fad4a858d32e014b79b0a Component: cli
thaJeztah
pushed a commit
to thaJeztah/cli
that referenced
this pull request
Feb 18, 2022
This change will update the docs at https://docs.docker.com/engine/reference/builder/#buildkit This change is required by moby/buildkit#1884 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> (cherry picked from commit 0c723fd) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
crazy-max
pushed a commit
to crazy-max/buildkit
that referenced
this pull request
Jun 8, 2022
This change will update the docs at https://docs.docker.com/engine/reference/builder/#buildkit This change is required by moby#1884 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Tonis Tiigi tonistiigi@gmail.com