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

Address build warnings #125

Merged
merged 1 commit into from
Dec 22, 2024
Merged

Address build warnings #125

merged 1 commit into from
Dec 22, 2024

Conversation

gesellix
Copy link
Owner

- Legacy key/value format with whitespace separator should not be used: linux/Dockerfile#L3
  LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

- Legacy key/value format with whitespace separator should not be used: linux/Dockerfile#L5
  LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

- Legacy key/value format with whitespace separator should not be used: linux/Dockerfile#L6
  LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

- JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals: linux/Dockerfile#L21
  JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals
  More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
@gesellix gesellix merged commit 30df0af into master Dec 22, 2024
@gesellix gesellix deleted the deps branch December 22, 2024 16:24
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