We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe3f3a commit edb3a70Copy full SHA for edb3a70
scripts/dockerfiles/Dockerfile.build
@@ -79,7 +79,7 @@ FROM builder as compile
79
WORKDIR /tmp/fluent-bit-$FLB_VERSION/
80
RUN git clone https://github.com/amazon-contributing/upstream-to-fluent-bit.git /tmp/fluent-bit-$FLB_VERSION/
81
WORKDIR /tmp/fluent-bit-$FLB_VERSION/build/
82
-RUN git fetch --all --tags && git checkout tags/v${FLB_VERSION} -b v${FLB_VERSION} && git describe --tags
+RUN git checkout $FLB_VERSION
83
84
# Apply Fluent Bit patches to base version
85
COPY AWS_FLB_CHERRY_PICKS \
0 commit comments