Skip to content

Releases: fly-apps/dockerfile-rails

v1.5.3

20 Aug 20:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.2

24 Jul 16:25
Compare
Choose a tag to compare
  • 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

01 Jul 10:50
Compare
Choose a tag to compare

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

22 Jun 14:39
Compare
Choose a tag to compare
  • include node in prebuild step
  • new options:
    • registry
    • variant
    • passenger
    • instructions
    • migrate
    • procfile

Full Changelog: v1.4.2...v1.5.0

v1.4.2

08 Jun 14:54
Compare
Choose a tag to compare

What's Changed

  • Resyncing with rails: fully qualified FROM statement, add curl to deployed image
  • Replace typo bunde with bundle at sidekiq command by @sato11 in #43

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

29 May 23:18
Compare
Choose a tag to compare
  • Add sidekiq to [processes] in fly.toml

Full Changelog: v1.4.0...v1.4.1

v1.4.0

24 May 21:13
Compare
Choose a tag to compare
  • Put sqlite3 database on a volume
  • Add support for litefs

Full Changelog: v1.3.0...v1.4.0

v1.3.0

18 May 14:46
Compare
Choose a tag to compare

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

Full Changelog: v1.2.5...v1.3.0

v1.2.5

05 Mar 01:04
Compare
Choose a tag to compare

Improved sudo support

Full Changelog: v1.2.4...v1.2.5

v1.2.4

04 Mar 19:35
Compare
Choose a tag to compare
  • 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