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
33# Fluent Bit version; update these for each release
44ENV FLB_VERSION 1.9.6
55# 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
77
88ENV FLB_TARBALL http://github.com/fluent/fluent-bit/archive/v$FLB_VERSION.zip
99RUN 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
33# Fluent Bit version; update these for each release
44ENV FLB_VERSION 1.9.6
55# 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
77
88ENV FLB_TARBALL http://github.com/fluent/fluent-bit/archive/v$FLB_VERSION.zip
99RUN 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