skyra-project / arkadia

.NET Microservices for Skyra
Apache License 2.0
1 stars 0 forks source link

chore(docker): make lighter images #47

Closed kyranet closed 2 years ago

kyranet commented 2 years ago

mcr.microsoft.com/dotnet/runtime-deps:6.0 does not install .NET, ASP.NET, nor PWSH, which results on an image size decrease from 253.7 MB to 163.6 MB.

We didn't need them anyways, since we make a self-contained binary in the BUILDER step.

codecov[bot] commented 2 years ago

Codecov Report

Merging #47 (235b7b6) into main (a062f07) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #47   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files           7        7           
  Lines         279      279           
=======================================
  Hits          278      278           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a062f07...235b7b6. Read the comment docs.