Skip to content

Commit

Permalink
docker-revad-eos: Fix linter (againx2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocchi committed Dec 2, 2022
1 parent 259039c commit 97139b0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions changelog/unreleased/dockerfile.revad-eos.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
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 97139b0

Please sign in to comment.