Skip to content

Commit 25edcf7

Browse files
committed
update flb docker branch version to latest one
1 parent de696d2 commit 25edcf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:latest as builder
33
# Fluent Bit version; update these for each release
44
ENV 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

88
ENV FLB_TARBALL http://github.com/fluent/fluent-bit/archive/v$FLB_VERSION.zip
99
RUN mkdir -p /fluent-bit/bin /fluent-bit/etc /fluent-bit/log /tmp/fluent-bit-master/

Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:latest as builder
33
# Fluent Bit version; update these for each release
44
ENV 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

88
ENV FLB_TARBALL http://github.com/fluent/fluent-bit/archive/v$FLB_VERSION.zip
99
RUN mkdir -p /fluent-bit/bin /fluent-bit/etc /fluent-bit/log /tmp/fluent-bit-master/

0 commit comments

Comments
 (0)