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

Upgrade dockerfile version #494

Open
dvmarkusvogl opened this issue Jan 25, 2022 · 2 comments
Open

Upgrade dockerfile version #494

dvmarkusvogl opened this issue Jan 25, 2022 · 2 comments

Comments

@dvmarkusvogl
Copy link
Contributor

Observed behavior

  • Our dockerfile-version on merging is 2.0 (no matter what your version in your file is)
  • The dockerfile 3.0 spec was released in 2017-01-18, so 5 years ago. Yet we don't support version 3 syntax, which would offer things like templating to save duplicated code, or easier networking as well as some other features

Expected behavior

  • Give warnings if people use 2.* only commands like extends
  • Set version to 3. if it's compatible.
  • The generator not crashing if I use the extension fields templating syntax from above, because it's confused by & and <<: *
@gayatrisingh31
Copy link

Hi @dvmarkusvogl can i do this?

@ghost
Copy link

ghost commented Jan 31, 2022

no you are not allowed to do it now

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

No branches or pull requests

2 participants