File tree Expand file tree Collapse file tree
.pipelines/build/dockerfiles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# SOURCE: .pipelines/build/dockerfiles/cilium-log-collector.Dockerfile.tmpl
33ARG 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
66ARG ARTIFACT_DIR
77COPY ${ARTIFACT_DIR}/bin/out_azure_app_insights.so /out_azure_app_insights.so
Original file line number Diff line number Diff line change 22# SOURCE: {{.SRC_PIPE }}
33ARG 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
66ARG ARTIFACT_DIR
77COPY $ {ARTIFACT_DIR}/bin/out_azure_app_insights.so /out_azure_app_insights.so
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ WORKDIR /cilium-log-collector
1212COPY ./cilium-log-collector .
1313RUN 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
1616COPY --from=fluent-bit-plugin /cilium-log-collector/out_azure_app_insights.so /out_azure_app_insights.so
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ WORKDIR /cilium-log-collector
1212COPY . /cilium-log-collector .
1313RUN 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
1616COPY --from= fluent-bit-plugin /cilium-log-collector/out_azure_app_insights.so /out_azure_app_insights.so
You can’t perform that action at this time.
0 commit comments