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

fix syntax warnings from newer versions of Docker #437

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

bcressey
Copy link
Contributor

@bcressey bcressey commented Jan 7, 2025

Issue number:
Fixes #436

Description of changes:
Align case for FROM and AS, and suppress checks that don't apply.

Testing done:
Verified that the warnings are no longer logged.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Newer versions of Docker warn about the "SDK" and "TOKEN" arguments.
Pass an argument to skip these checks while documenting why it's safe
to do so.

Signed-off-by: Ben Cressey <[email protected]>
@bcressey bcressey force-pushed the buildkit-build-checks branch from 0be69a4 to be2328c Compare January 7, 2025 22:00
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 this pull request may close these issues.

warnings with newer Docker syntax image
1 participant