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

Add/fix references to labs dockerfile version #5447

Merged

Conversation

EoinFarrell
Copy link
Contributor

COPY options --parents and --exclude require dockerfile version 1.7-labs. Existing table of options only lists required version as 1.7. Code examples for --exclude does not include syntax line, like is included in the code examples for --parents.

COPY options `--parents` and `--exclude` require dockerfile version `1.7-labs`.
Existing table of options only lists required version as `1.7`.
Code examples for `--exclude` does not include syntax line, like is included in
the code examples for `--parents`.

Signed-off-by: Eoin Farrell <[email protected]>
Copy link
Collaborator

@dvdksn dvdksn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for catching this. Two things that came to my mind:

frontend/dockerfile/docs/reference.md Outdated Show resolved Hide resolved
frontend/dockerfile/docs/reference.md Outdated Show resolved Hide resolved
Also update examples to point syntax at 1-labs rather than 1.7-labs

Signed-off-by: Eoin Farrell <[email protected]>
@EoinFarrell
Copy link
Contributor Author

Thanks for the review @dvdksn, commit pushed to resolve your comments.

Copy link
Collaborator

@dvdksn dvdksn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

@tonistiigi tonistiigi merged commit 3c06cec into moby:master Oct 23, 2024
31 checks passed
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.

3 participants