Files
brew/.dockerignore
T
Mike McQuaid 05635369f9 Improve Docker cache reuse
- Separate cache tags because each architecture can replace a shared
  registry cache and leave the other platform with little useful reuse.
- Pin `homebrew-core` as a build input so its layer can be reused
  across brew-only changes without serving a stale tap after core moves.
- Keep generated Bundler cache files out of the Docker context so local
  development artefacts do not bloat or invalidate image builds.
- Cache apt metadata and downloads because package installs are a
  stable dependency layer and should not repeat avoidable network work.
2026-05-04 09:21:18 +01:00

12 lines
505 B
Plaintext

Library/Homebrew/vendor/portable-ruby
Library/Homebrew/vendor/bundle/ruby/.homebrew_gem_groups
Library/Homebrew/vendor/bundle/ruby/*/.homebrew_vendor_version
Library/Homebrew/vendor/bundle/ruby/*/bin
Library/Homebrew/vendor/bundle/ruby/*/build_info
Library/Homebrew/vendor/bundle/ruby/*/bundler.lock
Library/Homebrew/vendor/bundle/ruby/*/cache
Library/Homebrew/vendor/bundle/ruby/*/extensions
Library/Homebrew/vendor/bundle/ruby/*/plugins
Library/Homebrew/vendor/bundle/ruby/*/specifications
Library/Taps