fix FromAsCasing warning message when building docker image #179

Open
lagerstrom wants to merge 1 commit from lagerstrom/fix_FromAsCasing_warning into main
lagerstrom commented 2024-08-14 04:27:38 -04:00 (Migrated from github.com)

Certain keyword should be all caps to avoid warning messages when building docker images. FROM and AS being two of them. Here is an example of one of the current warning messages.

=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 5)

Certain keyword should be all caps to avoid warning messages when building docker images. `FROM` and `AS` being two of them. Here is an example of one of the current warning messages. ` => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 5)`
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin lagerstrom/fix_FromAsCasing_warning:lagerstrom/fix_FromAsCasing_warning
git switch lagerstrom/fix_FromAsCasing_warning

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff lagerstrom/fix_FromAsCasing_warning
git switch lagerstrom/fix_FromAsCasing_warning
git rebase main
git switch main
git merge --ff-only lagerstrom/fix_FromAsCasing_warning
git switch lagerstrom/fix_FromAsCasing_warning
git rebase main
git switch main
git merge --no-ff lagerstrom/fix_FromAsCasing_warning
git switch main
git merge --squash lagerstrom/fix_FromAsCasing_warning
git switch main
git merge --ff-only lagerstrom/fix_FromAsCasing_warning
git switch main
git merge lagerstrom/fix_FromAsCasing_warning
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
zotify-dev/zotify!179
No description provided.