The darthjee/production_taa image is a production-ready Docker image built on top of darthjee/production_rails_yarn. It is the production counterpart of darthjee/taa, extending the base production Rails + Yarn image by pre-installing a curated set of Rails gems and AngularJS packages suitable for running in production servers.
Development and test gems are excluded from the bundle, keeping the image lightweight.
On top of everything provided by darthjee/production_rails_yarn, this image installs:
Only production gems are installed. Development and test groups are excluded.
bundler (2.6.8)rake (13.2.1)darthjee-core_ext (2.0.0)sinclair (3.0.0)rails (7.2.2.1)rack (2.2.6.3)puma (6.0.0)sass-rails (6.0.0)uglifier (4.2.0)nokogiri (1.18.8)turbolinks (5.2.1)newrelic_rpm (8.12.0)tzinfo-data (1.2023.3)azeroth (2.0.0)tarquinn (0.3.0)jace (0.1.1)magicka (1.1.0)Reference this image in your production Dockerfile:
FROM darthjee/production_taa:1.4.2
Projects can then copy their application code and assets on top of the shared base:
FROM darthjee/production_taa:1.4.2
COPY . /home/app/app/
RUN bundle exec rake assets:precompile
Or pull it directly:
docker pull darthjee/production_taa:1.4.2
| Image | Purpose |
|---|---|
darthjee/taa | Development environment with Rails, AngularJS gems and packages |
darthjee/circleci_taa | CircleCI-optimized variant for running CI pipelines |
darthjee/production_taa | Production-ready variant, stripped of development and test gems |
See the LICENSE file for more information.
Content type
Image
Digest
sha256:35f9a0dc6…
Size
529.7 MB
Last updated
6 months ago
docker pull darthjee/production_taa