Skip to content

fix(docker): remove warning on ENV command#429

Merged
phillipross merged 4 commits intopostgis:masterfrom
thomasboussekey:fix_docker_warning
Sep 17, 2025
Merged

fix(docker): remove warning on ENV command#429
phillipross merged 4 commits intopostgis:masterfrom
thomasboussekey:fix_docker_warning

Conversation

@thomasboussekey
Copy link
Copy Markdown
Contributor

This PR will remove this warning:

 2 warnings found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 11)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 12)

This PR will remove this warning:

```console
 2 warnings found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 11)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 12)
```
@thomasboussekey thomasboussekey marked this pull request as ready for review September 16, 2025 17:44
Copy link
Copy Markdown
Member

@ImreSamu ImreSamu left a comment

Choose a reason for hiding this comment

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

Tested by running gh pr checkout 429 + ./update.sh and it looks good.

Copy link
Copy Markdown
Contributor

@phillipross phillipross left a comment

Choose a reason for hiding this comment

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

lgtm

@phillipross phillipross merged commit 3ff74e9 into postgis:master Sep 17, 2025
31 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.

3 participants