From b958eb5b13f1fa23b5461db7242b496728569cd6 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 1 Jul 2015 11:01:46 -0700 Subject: [PATCH] Run update.sh --- jruby/README.md | 6 ++---- opensuse/README.md | 5 ++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/jruby/README.md b/jruby/README.md index 5c547e6f..4fdd4cd8 100644 --- a/jruby/README.md +++ b/jruby/README.md @@ -30,8 +30,7 @@ JRuby leverages the robustness and speed of the JVM while providing the same Rub Put this file in the root of your app, next to the `Gemfile`. -This image includes multiple `ONBUILD` triggers which should be all you need to bootstrap most applications. The build will `COPY . /usr/src/app` and `RUN -bundle install`. +This image includes multiple `ONBUILD` triggers which should be all you need to bootstrap most applications. The build will `COPY . /usr/src/app` and `RUN bundle install`. You can then build and run the Ruby image: @@ -40,8 +39,7 @@ You can then build and run the Ruby image: ### Generate a `Gemfile.lock` -The `onbuild` tag expects a `Gemfile.lock` in your app directory. This `docker -run` will help you generate one. Run it in the root of your app, next to the `Gemfile`: +The `onbuild` tag expects a `Gemfile.lock` in your app directory. This `docker run` will help you generate one. Run it in the root of your app, next to the `Gemfile`: docker run --rm -v "$PWD":/usr/src/app -w /usr/src/app jruby:1.7 bundle install --system diff --git a/opensuse/README.md b/opensuse/README.md index 0163ec67..12205d63 100644 --- a/opensuse/README.md +++ b/opensuse/README.md @@ -1,8 +1,7 @@ # Supported tags and respective `Dockerfile` links -- [`13.1`, `bottle` (*docker/Dockerfile*)](https://github.com/openSUSE/docker-containers-build/blob/0d21bc58cd26da2a0a59588affc506b977d6a846/docker/Dockerfile) -- [`13.2`, `harlequin`, `latest` (*docker/Dockerfile*)](https://github.com/openSUSE/docker-containers-build/blob/cae38d2559dfb9698464bee2e9f4fa97ea017055/docker/Dockerfile) -- [`tumbleweed` (*docker/Dockerfile*)](https://github.com/openSUSE/docker-containers-build/blob/4a40cb4fab2652a7fd8cda3fc33ce3298b728a5e/docker/Dockerfile) +- [`13.2`, `harlequin`, `latest` (*docker/Dockerfile*)](https://github.com/openSUSE/docker-containers-build/blob/25fa2adb969481d23f71e23ab7ff0148ae4df0ef/docker/Dockerfile) +- [`tumbleweed` (*docker/Dockerfile*)](https://github.com/openSUSE/docker-containers-build/blob/b3a02e025a99ecf124be4067e4ac94b2d5cf0ab3/docker/Dockerfile) For more information about this image and its history, please see the [relevant manifest file (`library/opensuse`)](https://github.com/docker-library/official-images/blob/master/library/opensuse) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).