- Explicitly set sidekiq environment to
RAILS_ENV
- Implement workaround for
HOME
being ignored inphusion/baseimage
- Port to CircleCI 2.0
- Make it work with
bundle package
(run before building the container), so fetching gems from within the container can be avoided. This is useful if you want to use dependencies from private repositories and don't want to give your container itself access to them.
- Pass along
BUGSNAG_API_KEY
andBUGSNAG_APP_VERSION
to asset precompiling step - Update rubygems (3.0.2)
- Update bundler (1.8.2)
- Upgrade Ruby (2.5.3)
- Upgrade rubygems (2.7.8)
- Upgrade bundler (1.17.1)
-
Add
file
command -
Upgrade Ruby (2.5.0)
-
Upgrade rubygems (2.7.4)
-
Upgrade bundler (1.16.1)
-
Upgrade NodeJS (8.9.4 LTS)
-
Upgrade phusion/baseimage (0.10.0)
- Introduce ruby-2.4 version tag
- Upgrade Ruby (2.4.3)
- Upgrade rubygems (2.6.14)
- Upgrade bundler (1.16.1)
- Allow to run additional application services
- Add
LIBRATO_AUTORUN
to sidekiq environment
- Close Active Record connections PR #15
- Upgrade rubygems
- Upgrade bundler
- Upgrade bower
- Switch to NodeJS LTS
- Add support for vendored gems
- Add support for Rails 5 native 12-factor config
- Remove puma request logging
- Wait for syslog-ng to start
- Fix application server logs missing
- Fix asset precompilation when pg gem is not present
- Add support for mysql2 gem
- Clean up README
- Upgrade baseimage, rubygems, bundler and node
- Add proper exit handling for Clockwork
- Reduce number of layers in ONBUILD Dockerfile
- Upgrade ruby, rubygems, bundler and nodejs
- Fix graceful shutdown for Puma workers
- Allow writing to app directory during ONBUILD
- Upgrade rubygems, nodejs and bower
- Do not fail in puma boot when there is no ActiveRecord
- Fix bug where everything is logged twice
- Remove logentries and NewRelic server monitor
- Upgrade bower to 1.7.6
- Upgrade rubygems to 2.5.2
- Upgrade nodejs to 5.5.0
- Upgrade to Ruby 2.3.0
- Upgrade to nodejs 5.3.1 and bower 1.7.2
- Ruby: Enable shared lib and remove static lib
- Speed up tests by removing one
bundle install
call
- Allow writing to vendor directory during ONBUILD
- Set HOME in ONBUILD Dockerfile
- Add bower
- Use recent nodejs version
- Update to baseimage-docker 0.9.18
- Remove manual gzipping of assets - newer sprockets versions do that automatically
- Lock rubygems and bundler version
- Upgrade to Ruby 2.2.4
- Make some ONBUILD commands regular ones
- Add prefix to docker tags (for development only)
- Use COPY in ONBUILD Dockerfile
- Add gzip compression for asset files
- Also log stderr output for all processes
- Add clockwork support
- Fix sidekiq default queues precedence
- Fix custom
puma.rb
configuration
- Initial release