Skip to content

Commit 3b7a9c0

Browse files
authored
ci: bump fluent bit base image (#4415)
* bump fluent bit image * bump base image again
1 parent 801e2f2 commit 3b7a9c0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pipelines/build/dockerfiles/cilium-log-collector.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# SOURCE: .pipelines/build/dockerfiles/cilium-log-collector.Dockerfile.tmpl
33
ARG ARCH
44

5-
FROM mcr.microsoft.com/oss/v2/fluent/fluent-bit:v4.2.2 as linux
5+
FROM mcr.microsoft.com/oss/v2/fluent/fluent-bit:v4.2.3-8 as linux
66
ARG ARTIFACT_DIR
77
COPY ${ARTIFACT_DIR}/bin/out_azure_app_insights.so /out_azure_app_insights.so

.pipelines/build/dockerfiles/cilium-log-collector.Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# SOURCE: {{.SRC_PIPE}}
33
ARG ARCH
44

5-
FROM mcr.microsoft.com/oss/v2/fluent/fluent-bit:v4.2.2 as linux
5+
FROM mcr.microsoft.com/oss/v2/fluent/fluent-bit:v4.2.3-8 as linux
66
ARG ARTIFACT_DIR
77
COPY ${ARTIFACT_DIR}/bin/out_azure_app_insights.so /out_azure_app_insights.so

cilium-log-collector/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ WORKDIR /cilium-log-collector
1212
COPY ./cilium-log-collector .
1313
RUN go build -buildmode=c-shared -a -o out_azure_app_insights.so -trimpath -ldflags "-X main.version=$VERSION" -gcflags="-dwarflocationlists=true" .
1414

15-
FROM mcr.microsoft.com/oss/v2/fluent/fluent-bit:v4.2.2 as linux
15+
FROM mcr.microsoft.com/oss/v2/fluent/fluent-bit:v4.2.3-8 as linux
1616
COPY --from=fluent-bit-plugin /cilium-log-collector/out_azure_app_insights.so /out_azure_app_insights.so

cilium-log-collector/Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ WORKDIR /cilium-log-collector
1212
COPY ./cilium-log-collector .
1313
RUN go build -buildmode=c-shared -a -o out_azure_app_insights.so -trimpath -ldflags "-X main.version=$VERSION" -gcflags="-dwarflocationlists=true" .
1414

15-
FROM mcr.microsoft.com/oss/v2/fluent/fluent-bit:v4.2.2 as linux
15+
FROM mcr.microsoft.com/oss/v2/fluent/fluent-bit:v4.2.3-8 as linux
1616
COPY --from=fluent-bit-plugin /cilium-log-collector/out_azure_app_insights.so /out_azure_app_insights.so

0 commit comments

Comments
 (0)