Socket
Socket
Sign inDemoInstall

ecs-conex

Package Overview
Dependencies
202
Maintainers
1
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
3
increased by200%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

v0.4.0

  • ecs-conex's container can now run on a host using Docker 1.12.6 or 17.03.1-ce
  • Fail helpfully when the GithubAccessToken used with conex watch does not have adequate permissions.

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.

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 06 Jul 2017

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