dwolla/newrelic-java

By dwolla

Updated almost 3 years ago

Dwolla's Java image, with New Relic's Java agent baked inside.

Image

1.9K

Dwolla Java Base Image, with New Relic’s Java agent

Starting from Dwolla’s dwolla/java:8 image, the Dockerfile adds New Relic’s Java agent in /opt/newrelic.

Dependencies

  1. Run bundler to install any needed gems.

     bundle install
    
  2. DOCKER_HOST must point to a valid Docker instance.

Test and Build

rake

Publish

rake publish

Set the DOCKER_REPOSITORY environment variable to publish to a repository other than the default (docker.sandbox.dwolla.net).

Clean

rake clean

Removes the image and any test artifacts which also might be added to your local Docker repository.

Docker Pull Command

docker pull dwolla/newrelic-java