Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jch254/docker-node-terraform-aws
Docker-powered build/deployment environment for Node.js projects
https://github.com/jch254/docker-node-terraform-aws
aws aws-codebuild bitbucket-pipelines build-environment ci codebuild docker docker-node-terraform-aws nodejs terraform
Last synced: 22 days ago
JSON representation
Docker-powered build/deployment environment for Node.js projects
- Host: GitHub
- URL: https://github.com/jch254/docker-node-terraform-aws
- Owner: jch254
- Created: 2016-10-04T09:15:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T20:39:48.000Z (7 months ago)
- Last Synced: 2024-10-05T04:51:38.698Z (about 1 month ago)
- Topics: aws, aws-codebuild, bitbucket-pipelines, build-environment, ci, codebuild, docker, docker-node-terraform-aws, nodejs, terraform
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/jch254/docker-node-terraform-aws/
- Size: 45.9 KB
- Stars: 11
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-node-terraform-aws
[![Dockerhub badge](http://dockeri.co/image/jch254/docker-node-terraform-aws)](https://hub.docker.com/r/jch254/docker-node-terraform-aws)
Docker-powered build/deployment environment for Node.js projects on AWS. This Docker image is intended for use with [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines) and [AWS CodeBuild](https://aws.amazon.com/codebuild).
This image is based on node:20-alpine and has Terraform 1.7.5, the AWS CLI and Yarn installed (see Dockerfile for all other installed utilities).
See [serverless-node-dynamodb-ui](https://github.com/jch254/serverless-node-dynamodb-ui) for an example of this image in action.
Use the [12.x](https://github.com/jch254/docker-node-terraform-aws/tree/12.x) branch/tag for an image running Node v12, the [14.x](https://github.com/jch254/docker-node-terraform-aws/tree/14.x) branch/tag for an image running Node v14, the [16.x](https://github.com/jch254/docker-node-terraform-aws/tree/16.x) branch/tag for an image running Node v16, the [18.x](https://github.com/jch254/docker-node-terraform-aws/tree/18.x) branch/tag for an image running Node v18 and the [20.x](https://github.com/jch254/docker-node-terraform-aws/tree/20.x) branch/tag for an image running Node v20.