Releases: fly-apps/dockerfile-rails
Releases · fly-apps/dockerfile-rails
v1.5.14
What's Changed
- Match Rails 7.1 templates: placate k8s runAsNonRoot
- Ensure that binfiles are files (not directories) by @gabebw in #68
- handle case where flyctl is not found
- use --immutable for yarn >= 2
- Update README.md to fix typo by @steveclarke in #66
New Contributors
- @steveclarke made their first contribution in #66
- @gabebw made their first contribution in #68
Full Changelog: v1.5.12...v1.5.14
v1.15.12
Eliminate an inadvertent hard dependency on Ruby 3.2
Full Changelog: v1.5.11...v1.5.12
v1.5.11
- default to yarn 1 if yarn is not installed locally as corepack doesn't support "latest"
- upgrade tests to Rails 7.1 and bun
- miscellaneous cleanups in the README
Full Changelog: v1.5.10...v1.5.11
v1.5.10
What's Changed
- Add supporting freetds lib for required tiny_tds driver with SQL Server by @ttilberg in #64
- more complete support for SQL server: new option, auto detection, set as deploy database if used
- Fix --add-base to add packages even if there isn't a motivating requirement (e.g. passenger, chrome)
Full Changelog: v1.5.9...v1.5.10
v1.5.9
Fix --parallel to also handle bun by incorporating suggestions by @luizkowalski. See: #60
Full Changelog: v1.5.8...v1.5.9
v1.5.8
v1.5.7
What's Changed
- Add Litestack detection and configuration by @bradgessler in #56
Full Changelog: v1.5.6...v1.5.7
v1.5.6
Fix dockerfiles generated when node is not installed locally, and execjs is used
Full Changelog: v1.5.5...v1.5.6
v1.5.5
exclude pids, storage directories in .dockerignore
Full Changelog: v1.5.4...v1.5.5
v1.5.4
What's Changed
- Avoids invalid byte sequence in UTF-8 by @kinduff in #55
- Allow to provide credentials for a private gemserver by @tmaier in #47
- When node is not detected use system version rather than non-existent "lts" version
- add .npmrc and/or .yarnrc to COPY statement if present
- only run bootsnap once if precompile=="defer"
New Contributors
Full Changelog: v1.5.3...v1.5.4