Skip to content

Commit 0b128ca

Browse files
committed
Add lz4 to minimal image
required by tar to fast compression and decompression CMK-26079 Change-Id: I8e4b3cb847d552706181596bf69c6137d168cd9d
1 parent d49761f commit 0b128ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • buildscripts/infrastructure/build-nodes/minimal

buildscripts/infrastructure/build-nodes/minimal/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ ARG IMAGE_BASE
1616
FROM ${IMAGE_BASE}
1717
# above image is ubuntu-24.04:master-latest
1818
# docker inspect -f "{{ .Size }}" minimal-ubuntu-checkmk-master:latest
19-
# 1568MB (1567599932)
19+
# 1298MB (1298358874)
2020
# bash is required to be used in Jenkins with image.inside(), requires +0MB
2121
# curl is required to download artifacts, requires +15MB
2222
# git is required to use tests, requires +83MB
2323
# gpg is required to use installation scripts, requires +13MB
2424
# jq is required to parse bazel log files, requires +0.1MB
2525
# ksh is required for the shell tests, requires +3MB
2626
# lsb-release is required to use installation scripts, requires +4MB
27+
# lz4 is required to tar home cache folder, requires +0.2MB
2728
# make is required by tests, requires +47MB
2829
# rsync is required to upload artifacts, requires +1MB
2930
# python3 is required by tests, requires +19MB
@@ -38,6 +39,7 @@ RUN apt-get update && \
3839
jq \
3940
ksh \
4041
lsb-release \
42+
lz4 \
4143
make \
4244
python3 \
4345
rsync \

0 commit comments

Comments
 (0)