Skip to content

Commit

Permalink
Release v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikap committed May 6, 2018
1 parent d961cb0 commit ac43780
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM erikap/ruby-sinatra:1.0.0 # ruby 2.5
FROM erikap/ruby-sinatra:1.0.0

LABEL maintainer="[email protected]"

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ Configure your entrypoint through the environment variable `APP_ENTRYPOINT` (def

### Example Dockerfile

FROM semtech/mu-ruby-template:2.6.0-ruby2.3
FROM semtech/mu-ruby-template:2.7.0
LABEL maintainer="[email protected]"
# ONBUILD of mu-ruby-template takes care of everything

### Versions
The following versions of the mu-ruby-template are available:
* 2.6.0 ; 2.7.0-ruby2.3
* 2.7.0 ; 2.7.0-ruby2.5
* 2.6.0 ; 2.6.0-ruby2.3
* 1.3.1-ruby2.1

## Configuration
Expand All @@ -32,7 +33,7 @@ To use the template while developing your app, start a container in development

docker run --volume /path/to/your/code:/app
-e RACK_ENV=development
-d semtech/mu-ruby-template:2.6.0-ruby2.3
-d semtech/mu-ruby-template:2.7.0

Changes will be automatically picked up by Sinatra.

Expand Down Expand Up @@ -125,7 +126,7 @@ To run the tests while developing, start an interactive container in the test en

docker run --volume /path/to/your/code:/app
-e RACK_ENV=test
-it semtech/mu-ruby-template:2.6.0-ruby2.3 /bin/bash
-it semtech/mu-ruby-template:2.7.0 /bin/bash

You can now run your tests inside the container with:

Expand Down

0 comments on commit ac43780

Please sign in to comment.