Releases: fly-apps/dockerfile-rails
Releases · fly-apps/dockerfile-rails
v1.5.3
What's Changed
- Improve nginx proxy headers by @primdahl in #49
- Using proxy_params was too heavy handed by @primdahl in #50
- Add Rollbar support by @tomczak-mateusz in #51
- Fix the Dockerfile generation when --max-idle flag is passed by @pil0u in #54
New Contributors
- @primdahl made their first contribution in #49
- @tomczak-mateusz made their first contribution in #51
- @pil0u made their first contribution in #54
Full Changelog: v1.5.2...v1.5.3
v1.5.2
- let Linux resolve the path to jemalloc
- update fly.toml (if it exists) with swap instead of docker entrypoint
- sentry support
- omit /dev for stdout, stderr
- match google-chrome name in sources list
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Detect usage of trilogy and adapt Dockerfile & docker-compose accordingly by @rmehner in #44
- Require Ruby 2.6 by @ibrahima in #45
- When --no-prepare is selected, actually update fly.toml
- Support Yarn 2+ with execjs
New Contributors
Full Changelog: v1.5.0...v1.5.1
v1.5.0
- include node in prebuild step
- new options:
- registry
- variant
- passenger
- instructions
- migrate
- procfile
Full Changelog: v1.4.2...v1.5.0
v1.4.2
v1.4.1
- Add sidekiq to [processes] in fly.toml
Full Changelog: v1.4.0...v1.4.1
v1.4.0
- Put sqlite3 database on a volume
- Add support for litefs
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- create home directory if not running as root
- Lockdown rails app in production for security
- add libjemalloc2 to image if --jemalloc is specified without --fullstaq
- add a --max-idle option
- add a --passenger option
- add --windows flag
- Add more examples about how --add and --env can be used with build phase by @januszm in #26
- moddules → modules typo by @kevinebaugh in #38
New Contributors
- @januszm made their first contribution in #26
- @kevinebaugh made their first contribution in #38
Full Changelog: v1.2.5...v1.3.0
v1.2.5
Improved sudo support
Full Changelog: v1.2.4...v1.2.5
v1.2.4
- add a sudo option
- add --home and --shell to Dockerfile
- add --link to COPY statements unless --no-link is specified
- reduce image size by cleaning up unnneded files in bundle path
- ensure gemfiles have a source line
- only store the options actually selected in config/dockerfile.yml
- only install irb and reline if debug is included
Full Changelog: v1.2.3...v1.2.4