From 97139b0f7d003e6c5bac632aca431d1bee24638e Mon Sep 17 00:00:00 2001 From: Enrico Bocchi Date: Fri, 2 Dec 2022 15:02:02 +0100 Subject: [PATCH] docker-revad-eos: Fix linter (againx2) --- changelog/unreleased/dockerfile.revad-eos.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/changelog/unreleased/dockerfile.revad-eos.md b/changelog/unreleased/dockerfile.revad-eos.md index bbe797250d..531adaf472 100644 --- a/changelog/unreleased/dockerfile.revad-eos.md +++ b/changelog/unreleased/dockerfile.revad-eos.md @@ -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