logging(data-prepper): include bc in runtime image

This commit is contained in:
jenkins 2026-05-21 03:25:22 -03:00
parent 6240133fb4
commit 409295f8cb
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,11 @@ FROM registry.bstein.dev/streaming/data-prepper@sha256:32ac6ad42e0f12da08bebee30
ENV DATA_PREPPER_PATH=/usr/share/data-prepper
USER root
RUN apt-get update \
&& apt-get install -y --no-install-recommends bc \
&& rm -rf /var/lib/apt/lists/*
USER 10001
WORKDIR /usr/share/data-prepper
CMD ["bin/data-prepper"]

View File

@ -24,7 +24,7 @@ spec:
replicaCount: 1
image:
repository: registry.bstein.dev/streaming/data-prepper
tag: "2.8.0"
tag: "2.8.0-bc"
imagePullSecrets:
- name: harbor-regcred
config: