sohammondal / docker_node_awscli

This repo holds the src code to build a custom Docker image with Node.js, AWS Cli, Python 3.5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js & AWS Cli Docker Image 🐳

Version Documentation Maintenance License: ISC Twitter: soham_sm_mondal

  • A custom docker image with Node.js & AWS CLI for easy build, test & deployment on AWS
  • The image also includes Python3 (pre-requisite for AWS CLI) and Boto3 (Python AWS SDK module) package
  • Can be used with Heroku, GitLab, Travis, Jenkins and any other popular CI tool

Scripts

./buildImage.sh

$ ./buildImage.sh -v [VERSION]

# Example
$ ./buildImage.sh -v 1.1.2

./releaseImage.sh

# Usage
$ ./releaseImage.sh [OPTIONS]

# Options
# [OPTIONAL] Your DOCKER HUB username"
# [OPTIONAL] Your DOCKER HUB password"
# *** Both options -u & -p are reqd. during first run ***

#Example 
$ ./releaseImage.sh -u AB10299 -p MyPassword@123

Author

👤 Soham Mondal

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Soham Mondal.

This project is ISC licensed.

About

This repo holds the src code to build a custom Docker image with Node.js, AWS Cli, Python 3.5


Languages

Language:Shell 85.3%Language:Dockerfile 14.7%