Socket
Socket
Sign inDemoInstall

ecs-conex

Package Overview
Dependencies
119
Maintainers
14
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ecs-conex

ECS Container Express


Version published
Weekly downloads
2
decreased by-50%
Maintainers
14
Install size
102 MB
Created
Weekly downloads
 

Changelog

Source

v0.5.0

  • Pushes tarballs of images to S3 optionally
  • Detects the appropriate Docker versions to include, and alarms if missing
  • Documentation updates
  • Runs on @mapbox/ecs-watchbot version 4+

Readme

Source

ecs-conex

What is ecs-conex?

ECS Container Express is a continuous integration service for building Docker images and uploading them to ECR repositories in response to push events to Github repositories.

Dockerfile

The Dockerfile contains the commands required to build an image, or snapshot of your repository, when you push to GitHub. This file is located in the root directory of your application code. If you are using private npm modules, your Dockerfile might require some additional commands as listed over here

ECR Repository

ecs-conex will create one ECR repository for each Github repository, and each time a push is made to the Github repository, a Docker image will be created for the most recent commit in the push. The image will be tagged with the SHA of that most recent commit. Also, if the most recent commit represents a git tag, the tag's name will also become an image in the ECR repository.

Usage

You only need to run ecs-conex's watch.sh script once to subscribe your repository to the ecs-conex webhook. For more information about associating these resources, see the Getting started documentation.

Documentation

FAQs

Last updated on 21 Aug 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc