mirror of
https://github.com/clearlinux/docs.git
synced 2026-09-07 14:41:29 +00:00
Run update.sh
This commit is contained in:
+2
-4
@@ -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
|
||||
|
||||
|
||||
+2
-3
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user