To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorBuild docker image
As a aruba developer
I want to build the docker image for the aruba
gem
In order to check my changed code
- Scenarios
-
- Build the image
-
The build can be parameterized by using:
* Disable cache
rake 'docker:build[false]'
* Build image with version tag
rake 'docker:build[false, 0.1.0]'
- When
-
I successfully run
rake -T docker:build
- Then
-
the output should contain:
rake docker:build
Last published almost 6 years ago by philoserf.