Docker image for building applications with Minke
10K+
| Stories Ready: | ![]() |
| Test Coverage: | |
| Build Status: | |
| Chat: | |
| Ruby Doc: | http://www.rubydoc.info/gems/minke/1.13.19/index |
https://minke.rocks/index.html
Minke is an opinionated build system for μServices and Docker, it uses generator templates to create working source code, Dockerfiles, and anything else you may need to build and deploy a working microservice.
The intention is to produce a 0 dependency standardised build and test framework that works equally well on CI as it does on your local machine.
$ mkdir ~/myservice
$ cd ~/myservice
$ curl -Ls https://get.minke.rocks | bash -s 'generate -g minke-generator-go -o $(pwd) -n github.com/nicholasjackson -a myservice'
$ cd _minke
$ ./minke -v build_image
$ ./minke -v cucumber
You now have a working microservice ready to be pushed to a Docker registry and deployed to a server. For more detailed information please see the tutorial.
After checking out the repo, run bin/setup to install dependencies. Then, run rake rspec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/go_builder. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.
Content type
Image
Digest
Size
419.5 MB
Last updated
over 8 years ago
docker pull nicholasjackson/minke