Skip to content

Download Fluentd from RubyGems #379

@ashie

Description

@ashie

Currently Fluentd is downloaded from GitHub, not RubyGems:

if ENV["INSTALL_GEM_FROM_LOCAL_REPO"]
# During build process, pre-built fluentd gem will be installed
# from this local repository, this way is used to avoid embedding full-path
# into managed Gemfile.lock
source FLUENTD_LOCAL_GEM_REPO do
gem "fluentd"
end
else
# Lock to specific revision
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "fluentd", github: "fluent/fluentd", ref: FLUENTD_REVISION
end

But, now a day we don't bundle intermediate revision of Fluentd.
So I think using formal version of Fluentd gem is more reasonable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions