Skip to content

Fix LegacyKeyValueFormat warning in Dockerfile for ENV declarations#249

Merged
adrianclay merged 1 commit intomainfrom
fix-docker-build-error
Feb 20, 2025
Merged

Fix LegacyKeyValueFormat warning in Dockerfile for ENV declarations#249
adrianclay merged 1 commit intomainfrom
fix-docker-build-error

Conversation

@adrianclay
Copy link
Copy Markdown
Contributor

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 21)
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 22)

Type of change

Internal change (non-breaking change with no effect on the functionality affecting end users)

Checklist:

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have updated the Changelog with details of my change in the UNRELEASED section if this change will affect end users

> LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 21)
> LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 22)
@adrianclay adrianclay enabled auto-merge (squash) February 20, 2025 12:30
@adrianclay adrianclay merged commit 5f55ad7 into main Feb 20, 2025
@adrianclay adrianclay deleted the fix-docker-build-error branch February 20, 2025 13: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.

2 participants