Skip to content

fix: docker warning, legacy key/value format with whitespace separator should not be used#21

Open
shakaran wants to merge 1 commit intorobertfausk:mainfrom
shakaran:fix/docker-legacy-key-value-format
Open

fix: docker warning, legacy key/value format with whitespace separator should not be used#21
shakaran wants to merge 1 commit intorobertfausk:mainfrom
shakaran:fix/docker-legacy-key-value-format

Conversation

@shakaran
Copy link

This pull request makes minor improvements to the Dockerfile by updating the syntax for environment variable definitions to use the KEY=VALUE format, which is the recommended and more explicit style for Dockerfiles.

Solves warning:

Legacy key/value format with whitespace separator should not be used ("ENV key=value" should be used instead of legacy "ENV key value" format)
Docker DX (docker-language-server) LegacyKeyValueFormat

  • Dockerfile environment variable formatting:
    • Changed the ENV statements for COMPOSER_ALLOW_SUPERUSER, COMPOSER_HOME, and PANTHER_NO_SANDBOX to use the KEY=VALUE format instead of separate arguments. [1] [2]

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.

1 participant