docker: fix various syntax warnings#5481
Merged
echoix merged 2 commits intoOSGeo:mainfrom Mar 31, 2025
neteler:docker_style_fixes
Merged
docker: fix various syntax warnings#5481echoix merged 2 commits intoOSGeo:mainfrom neteler:docker_style_fixes
echoix merged 2 commits intoOSGeo:mainfrom
neteler:docker_style_fixes
Conversation
Fixes - "Legacy key/value format with whitespace separator should not be used" - "The 'as' keyword should match the case of the 'from' keyword"
Member
|
Also see #4090, part of the same problems were addressed |
echoix
approved these changes
Mar 31, 2025
echoix
added a commit
that referenced
this pull request
Jan 3, 2026
- Backport for ubuntu_wxgui of "CI(deps): Update ubuntu Docker tag to v24 for ubuntu_wxgui Dockerfile (#6510)"; commit a782b7a - Backport for ubuntu_wxgui of "chore: Rename "GRASS GIS" to "GRASS" at top level, manual generation, Dockerfiles, scripts (#6162)"; commit b7a14bd - Backport for ubuntu_wxgui of "docker: fix various syntax warnings (#5481)"; commit 15731bc - Backport for ubuntu_wxgui of "docker: Sort package lists and configure options in Dockerfiles (#4373)"; commit 8c671ca Co-authored-by: Edouard Choinière <[email protected]> Co-authored-by: Markus Neteler <[email protected]>
echoix
added a commit
to echoix/grass
that referenced
this pull request
Feb 8, 2026
It seems to have been missed in PR OSGeo#5481
neteler
pushed a commit
that referenced
this pull request
Feb 9, 2026
It seems to have been missed in PR #5481
nilason
pushed a commit
that referenced
this pull request
Feb 10, 2026
It seems to have been missed in PR #5481
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes