Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radu-matei/aci-hooks

Simple tool that updates Azure Container Instances based on Docker Hub Webhooks
https://github.com/radu-matei/aci-hooks

Last synced: 23 days ago
JSON representation

Simple tool that updates Azure Container Instances based on Docker Hub Webhooks

Awesome Lists containing this project

README

        

# aci-hooks - https://radu-matei.com/blog/aci-update/

Environment
-----------

This program requires that the following environment variables are set:

Azure credentials to update container groups

```
AZURE_TENANT_ID: contains your Azure Active Directory tenant ID or domain
AZURE_SUBSCRIPTION_ID: contains your Azure Subscription ID
AZURE_CLIENT_ID: contains your Azure Active Directory Application Client ID
AZURE_CLIENT_SECRET: contains your Azure Active Directory Application Secret
```
Information about which container group to update

```
RESOURCE_GROUP_NAME: the name of the resource group where the container group is deployed
CONTAINER_GROUP_NAME: name of the container group
```