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

images: fix FromAsCasing warnings #380

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Conversation

fmuyassarov
Copy link
Collaborator

Fix Docker image build warnings caused by inconsistent casing in FROM and AS keywords. This commit standardizes the casing by using uppercase AS to eliminate warnings during the image build.

Example logging before:

 1 warning found (use docker --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)

Fix Docker image build warnings caused by inconsistent casing in
FROM and AS keywords. This commit standardizes the casing by using
uppercase AS to eliminate warnings during the image build.

Signed-off-by: Feruzjon Muyassarov <[email protected]>
Copy link
Collaborator

@askervin askervin left a comment

Choose a reason for hiding this comment

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

LGTM

@askervin askervin merged commit 54ae387 into containers:main Oct 14, 2024
3 checks passed
@fmuyassarov fmuyassarov deleted the fix-casing branch October 14, 2024 12:37
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