Skip to content

Commit

Permalink
deps: replace fluent-plugin-oss gem by fluent-plugin-aliyun-oss
Browse files Browse the repository at this point in the history
Signed-off-by: Zadkiel Aharonian <[email protected]>
  • Loading branch information
aslafy-z authored Sep 4, 2023
1 parent 5a36a88 commit 1c691b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion v1.14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN apk update \
fluent-plugin-s3 \
fluent-plugin-rewrite-tag-filter \
fluent-plugin-azure-storage-append-blob \
fluent-plugin-oss \
fluent-plugin-aliyun-oss \
fluent-plugin-dedot_filter \
fluent-plugin-sumologic_output \
fluent-plugin-kafka \
Expand Down
2 changes: 1 addition & 1 deletion v1.15-ruby3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN apk update \
&& gem install fluent-plugin-s3 -v 1.7.2 \
&& gem install fluent-plugin-rewrite-tag-filter -v 2.4.0 \
&& gem install fluent-plugin-azure-storage-append-blob -v 0.2.1 \
&& gem install fluent-plugin-oss -v 0.0.2 \
&& gem install fluent-plugin-aliyun-oss -v 0.0.1 \
&& gem install fluent-plugin-dedot_filter -v 1.0.0 \
&& gem install fluent-plugin-sumologic_output -v 1.8.0 \
&& gem install fluent-plugin-kafka -v 0.18.1 \
Expand Down
2 changes: 1 addition & 1 deletion v1.15-staging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN apk update \
&& gem install fluent-plugin-s3 -v 1.7.2 \
&& gem install fluent-plugin-rewrite-tag-filter -v 2.4.0 \
&& gem install fluent-plugin-azure-storage-append-blob -v 0.2.1 \
&& gem install fluent-plugin-oss -v 0.0.2 \
&& gem install fluent-plugin-aliyun-oss -v 0.0.1 \
&& gem install fluent-plugin-dedot_filter -v 1.0.0 \
&& gem install fluent-plugin-sumologic_output -v 1.8.0 \
&& gem install fluent-plugin-kafka -v 0.18.1 \
Expand Down
2 changes: 1 addition & 1 deletion v1.15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN apk update \
fluent-plugin-s3 \
fluent-plugin-rewrite-tag-filter \
fluent-plugin-azure-storage-append-blob \
fluent-plugin-oss \
fluent-plugin-aliyun-oss \
fluent-plugin-dedot_filter \
fluent-plugin-sumologic_output \
fluent-plugin-kafka \
Expand Down

0 comments on commit 1c691b9

Please sign in to comment.