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

Dockerfile: Fix legacy ENV key value format #1047

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

vvoland
Copy link
Contributor

@vvoland vvoland commented Aug 12, 2024

Replace legacy ENV key value syntax with ENV key=value.
This fixes the build linter warning LegacyKeyValueFormat.

Signed-off-by: Paweł Gronowski pawel.gronowski@docker.com

@thaJeztah
Copy link
Member

This needs a rebase after #1037 to make CI pass

Replace legacy `ENV key value` syntax with `ENV key=value`.
This fixes the build linter warning LegacyKeyValueFormat.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

LGTM

feel free to merge when it suits you best

@vvoland vvoland merged commit 80b9c8f into docker:master Aug 26, 2024
7 checks passed
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.

2 participants