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

warnings with newer Docker syntax image #436

Open
bcressey opened this issue Jan 7, 2025 · 0 comments · May be fixed by #437
Open

warnings with newer Docker syntax image #436

bcressey opened this issue Jan 7, 2025 · 0 comments · May be fixed by #437

Comments

@bcressey
Copy link
Contributor

bcressey commented Jan 7, 2025

After cb4d91b we no longer pin the Dockerfile syntax image. Depending on the installed version of Docker, warnings like this can now be logged.

  #1 [internal] load build definition from build.Dockerfile
  #1 transferring dockerfile: 22.46kB done
  #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 19)
  #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 197)
  #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 317)
  #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 388)
  #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 420)
  #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 464)
  #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${SDK} results in empty or invalid base image name (line 19)
  #1 WARN: SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "TOKEN") (line 33)
  #1 DONE 0.0s
@bcressey bcressey linked a pull request Jan 7, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant