File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:latest as builder
3
3
# Fluent Bit version; update these for each release
4
4
ENV FLB_VERSION 1.9.6
5
5
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
6
- ENV FLB_DOCKER_BRANCH master
6
+ ENV FLB_DOCKER_BRANCH 1.8
7
7
8
8
ENV FLB_TARBALL http://github.com/fluent/fluent-bit/archive/v$FLB_VERSION.zip
9
9
RUN mkdir -p /fluent-bit/bin /fluent-bit/etc /fluent-bit/log /tmp/fluent-bit-master/
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:latest as builder
3
3
# Fluent Bit version; update these for each release
4
4
ENV FLB_VERSION 1.9.6
5
5
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
6
- ENV FLB_DOCKER_BRANCH master
6
+ ENV FLB_DOCKER_BRANCH 1.8
7
7
8
8
ENV FLB_TARBALL http://github.com/fluent/fluent-bit/archive/v$FLB_VERSION.zip
9
9
RUN mkdir -p /fluent-bit/bin /fluent-bit/etc /fluent-bit/log /tmp/fluent-bit-master/
You can’t perform that action at this time.
0 commit comments