Skip to content

Commit 7e68fdd

Browse files
author
Samiur Arif
committed
busybox and fluent-bit
Signed-off-by: Samiur Arif <samiur.arif@sumologic.com>
1 parent 6b7911a commit 7e68fdd

File tree

3 files changed

+2
-203
lines changed

3 files changed

+2
-203
lines changed

busybox/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

fluent-bit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN install bin/fluent-bit /fluent-bit/bin/
6161
RUN cp /tmp/src/conf/*.conf /fluent-bit/etc/
6262

6363
## Build RedHat compliant image
64-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
64+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
6565
ARG UPSTREAM_VERSION
6666
ARG RELEASE
6767

nginx-unprivileged/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG UPSTREAM_VERSION
66
FROM public.ecr.aws/sumologic/nginx-unprivileged:${UPSTREAM_VERSION} as builder
77

88
## Build RedHat compliant image
9-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
9+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
1010
ARG UPSTREAM_VERSION
1111
ARG RELEASE
1212
ARG NGINX_UID=999

0 commit comments

Comments
 (0)