Skip to content

Releases: fly-apps/dockerfile-rails

v1.5.6

11 Sep 19:22
Compare
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
Compare
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
Compare
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
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