Skip to content

Commit

Permalink
docker-revad-eos: Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocchi committed Dec 2, 2022
1 parent 5993c71 commit 9755c97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions changelog/unreleased/dockerfile.revad-eos.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Enhancement: Bring back multi-stage build to save on image size

* Use EOS 4.8.91 as base image
* Bring back multi-stage build
* Build revad on the eos 4.8.91 image due to missing dependency (`ld-musl-x86_64.so.1`, typical of alpine)
* Copy the resulting revad from the builder container
* Use EOS 4.8.91 as base image
* Bring back multi-stage build
* Build revad on the eos 4.8.91 image due to missing dependency (`ld-musl-x86_64.so.1`, typical of alpine)
* Copy the resulting revad from the builder container

Resulting image size (unpacked on disk) is 2.59GB
* eos-all:4.8.91 is 2.47GB
* existing revad:latest-eos is 6.18GB
* eos-all:4.8.91 is 2.47GB
* existing revad:latest-eos is 6.18GB

https://github.com/cs3org/reva/pull/3197

0 comments on commit 9755c97

Please sign in to comment.