From 9755c979ba37add03b2151a6f0f3f44f6fe88ab4 Mon Sep 17 00:00:00 2001 From: Enrico Bocchi Date: Fri, 2 Dec 2022 14:48:26 +0100 Subject: [PATCH] docker-revad-eos: Fix linter --- changelog/unreleased/dockerfile.revad-eos.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog/unreleased/dockerfile.revad-eos.md b/changelog/unreleased/dockerfile.revad-eos.md index b68cddf751..1aac8bd5a9 100644 --- a/changelog/unreleased/dockerfile.revad-eos.md +++ b/changelog/unreleased/dockerfile.revad-eos.md @@ -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