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

Fix buildx warnings when creating the docker image #170

Closed
dmunozv04 opened this issue Jun 21, 2024 · 0 comments · Fixed by #171
Closed

Fix buildx warnings when creating the docker image #170

dmunozv04 opened this issue Jun 21, 2024 · 0 comments · Fixed by #171
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@dmunozv04
Copy link
Owner

Before opening an issue make sure that there are no duplicates and that you are on the latest version.
Describe the bug
Buildx now complains producing the following output:

 - StageNameCasing: Stage name 'BASE' should be lowercase (line 2)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 2)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 4)
 - StageNameCasing: Stage name 'DEP_INSTALLER' should be lowercase (line 13)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 13)

This could be fixed easily by renaming the steps

To Reproduce
Steps to reproduce the behavior:

  1. Create the container image with docker buildx

Expected behavior
No warnings

Screenshots
N/A

iSponsorBlockTV server (please complete the following information):
N/A

Apple TV (please complete the following information):
N/A

Additional context
Add any other context about the problem here.

@dmunozv04 dmunozv04 added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant