-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(sidecar): update Fluent Bit UBI image to 3.0.7 (#725)
Signed-off-by: Dominik Rosiek <[email protected]>
- Loading branch information
1 parent
5b7031d
commit baf252c
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,22 +5,22 @@ WORKDIR /build | |
RUN make all | ||
|
||
# ToDo: build and use the latest fluent-bit image | ||
FROM public.ecr.aws/sumologic/fluent-bit:1.6.10-sumo-3-ubi | ||
FROM public.ecr.aws/sumologic/fluent-bit:3.0.7-ubi | ||
|
||
ARG VERSION=${VERSION} | ||
ARG RELEASE_NUMBER=${RELEASE_NUMBER} | ||
|
||
ENV SUMMARY="UBI based Tailing Sidecar" \ | ||
DESCRIPTION="Tailing sidecar is a streaming sidecar container which can be used with Tailing Sidecar Operator." | ||
DESCRIPTION="Tailing sidecar is a streaming sidecar container which can be used with Tailing Sidecar Operator." | ||
|
||
LABEL name="Tailing Sidecar" \ | ||
maintainer="[email protected]" \ | ||
vendor="Sumo Logic" \ | ||
version=${VERSION} \ | ||
release=${RELEASE_NUMBER} \ | ||
summary="$SUMMARY" \ | ||
description="$DESCRIPTION" \ | ||
io.k8s.description="$DESCRIPTION" | ||
maintainer="[email protected]" \ | ||
vendor="Sumo Logic" \ | ||
version=${VERSION} \ | ||
release=${RELEASE_NUMBER} \ | ||
summary="$SUMMARY" \ | ||
description="$DESCRIPTION" \ | ||
io.k8s.description="$DESCRIPTION" | ||
|
||
ADD https://raw.githubusercontent.com/SumoLogic/tailing-sidecar/release-v0.3/LICENSE /licenses/LICENSE | ||
|
||
|