atlanticwave-sdx / sdx-controller

Central Controller for AtlanticWave SDX.
https://www.atlanticwave-sdx.net
MIT License
1 stars 3 forks source link

Multi-stage Docker image build #279

Closed sajith closed 1 month ago

sajith commented 1 month ago

Resolves #176. The final image should be a few hundreds of MB smaller than what we currently have.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 9424774367

Details


Totals Coverage Status
Change from base Build 9319526474: 0.0%
Covered Lines: 738
Relevant Lines: 1446

💛 - Coveralls
sajith commented 1 month ago

From local testing, on main branch:

$ docker inspect -f "{{ .Size }}" sdx-controller | numfmt --to=si
1.6G

On this PR branch:

$ docker inspect -f "{{ .Size }}" sdx-controller | numfmt --to=si
695M