Repository is archived
No commit activity in last 3 years
No release in over 3 years
Tag the Git repo for Docker Hub to build the image for Elastic Beanstalk
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.4

Runtime

= 0.1.0
 Project Readme

docker-eb-deploy

docker-eb-deploy is a gem for facilitating Elastic Beanstalk deployment of Docker images built automatically by Docker Hub or another third party service.

Currently it allows you to create a release and trigger the build automation in Docker Hub.

  1. Update the version in public/version.txt

  2. Update the version tag of the image name in Dockerrun.aws.json

  3. Push to the updated branch and the tag as the version to origin

Installation

For multiple application usage, install the gem directly (in the global gem space if you're using rbenv or rvm):

gem install docker-eb-deploy

Usage

Execute docker-release tag-name in your project directory that contains the Dockerrun.aws.json file.

Development

Bundler is recommended for managing the development dependencies.

Rspec tests are located in the spec directory. Just run rspec in the root directory of the project to run all the bundled specs.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/sealink/docker-deploy. 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.

License

The gem is available as open source under the terms of the MIT License.