Skip to content

Commit

Permalink
Change base branch from 'master' to 'mainline' in all plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
PettitWesley committed Jun 19, 2020
1 parent 55f5eb7 commit f8f57ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.plugins
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ENV GO111MODULE on

# Kinesis Streams
ARG KINESIS_PLUGIN_CLONE_URL=https://github.com/aws/amazon-kinesis-streams-for-fluent-bit.git
ARG KINESIS_PLUGIN_BRANCH=master
ARG KINESIS_PLUGIN_BRANCH=mainline

RUN git clone $KINESIS_PLUGIN_CLONE_URL /kinesis-streams
WORKDIR /kinesis-streams
Expand All @@ -13,7 +13,7 @@ RUN make release

# Firehose
ARG FIREHOSE_PLUGIN_CLONE_URL=https://github.com/aws/amazon-kinesis-firehose-for-fluent-bit.git
ARG FIREHOSE_PLUGIN_BRANCH=master
ARG FIREHOSE_PLUGIN_BRANCH=mainline

RUN git clone $FIREHOSE_PLUGIN_CLONE_URL /kinesis-firehose
WORKDIR /kinesis-firehose
Expand All @@ -23,7 +23,7 @@ RUN make release

# CloudWatch
ARG CLOUDWATCH_PLUGIN_CLONE_URL=https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit.git
ARG CLOUDWATCH_PLUGIN_BRANCH=master
ARG CLOUDWATCH_PLUGIN_BRANCH=mainline

RUN git clone $CLOUDWATCH_PLUGIN_CLONE_URL /cloudwatch
WORKDIR /cloudwatch
Expand Down

0 comments on commit f8f57ce

Please sign in to comment.