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

Dockerfile: migrate to AS keyword usage #3710

Merged
merged 1 commit into from
Nov 29, 2024
Merged

Conversation

AnnaShaleva
Copy link
Member

Fix the following Docker image build warning that stops privnet image build:

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

Fix the following Docker image build warning that stops privnet image build:
```
 1 warning found (use docker --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 3)
```

Signed-off-by: Anna Shaleva <[email protected]>
@AnnaShaleva AnnaShaleva added the bug Something isn't working label Nov 29, 2024
Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.00%. Comparing base (e89f9fe) to head (24127c1).
Report is 15 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3710      +/-   ##
==========================================
+ Coverage   82.93%   83.00%   +0.07%     
==========================================
  Files         335      335              
  Lines       46781    46781              
==========================================
+ Hits        38798    38832      +34     
+ Misses       6386     6350      -36     
- Partials     1597     1599       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AnnaShaleva AnnaShaleva merged commit ac073e2 into master Nov 29, 2024
34 checks passed
@AnnaShaleva AnnaShaleva deleted the fix-dockerfiles branch November 29, 2024 11:38
@AnnaShaleva AnnaShaleva added this to the v0.107.0 milestone Nov 29, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants