cleanup_vendor:供应商目录清除工具

时间:2024-04-29 10:10:20
【文件属性】:

文件名称:cleanup_vendor:供应商目录清除工具

文件大小:13KB

文件格式:ZIP

更新时间:2024-04-29 10:10:20

Ruby

清理供应商 创建该gem的目的是通过在生产环境中删除不必要的文件来帮助最小化Docker映像的大小。 诸如构建剩余物,测试文件,CI配置等文件。您可以检查以获取确切的列表。 安装 将此行添加到您的应用程序的Gemfile中: gem 'cleanup_vendor' 然后执行: $ bundle 或将其自己安装为: $ gem install cleanup_vendor 用法 在使用捆绑程序将所有gems安装到Dockerfile之后,请在同一RUN指令中运行cleanup_vendor可执行文件以减少Dockerfile映像的大小。 就像是: RUN bundle install --deployment --frozen --jobs 4 --no-cache --retry 5 --without development test && \ bundle exe


【文件预览】:
cleanup_vendor-master
----bin()
--------console(349B)
--------setup(131B)
----cleanup_vendor.gemspec(1KB)
----.github()
--------dependabot.yml(209B)
--------workflows()
----.rubocop.yml(621B)
----Gemfile(201B)
----Gemfile.lock(2KB)
----.rspec(53B)
----spec()
--------cleanup_vendor_spec.rb(5KB)
--------spec_helper.rb(614B)
----.gitignore(113B)
----lib()
--------cleanup_vendor.rb(2KB)
--------cleanup_vendor()
--------defaults.yml(793B)
----README.md(4KB)
----LICENSE.txt(1KB)
----exe()
--------cleanup_vendor(1KB)

网友评论