Skip to content

Releases: fly-apps/dockerfile-rails

v1.5.8

14 Sep 19:11

Choose a tag to compare

What's Changed

  • Gem.ruby_version compares against a Gem::Version object by @ttilberg in #59
  • Bun support in 3ee217a

New Contributors

Full Changelog: v1.5.7...v1.5.8

v1.5.7

11 Sep 21:24

Choose a tag to compare

What's Changed

Full Changelog: v1.5.6...v1.5.7

v1.5.6

11 Sep 19:22

Choose a tag to compare

Fix dockerfiles generated when node is not installed locally, and execjs is used

Full Changelog: v1.5.5...v1.5.6

v1.5.5

09 Sep 22:51

Choose a tag to compare

exclude pids, storage directories in .dockerignore

Full Changelog: v1.5.4...v1.5.5

v1.5.4

03 Sep 19:23

Choose a tag to compare

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

v1.5.3

20 Aug 20:29

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

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

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

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

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