Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Jul 1, 2015
1 parent 13cc4d5 commit b958eb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions jruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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

Expand Down
5 changes: 2 additions & 3 deletions opensuse/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down

0 comments on commit b958eb5

Please sign in to comment.