Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/radu-matei/aci-hooks
- Owner: radu-matei
- License: mit
- Created: 2017-09-12T09:27:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T15:28:30.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T12:41:56.844Z (5 months ago)
- Language: Go
- Homepage: https://radu-matei.com/blog/aci-update/
- Size: 80.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```