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

https://github.com/colthreepv/dr-checker

AWS Lambda function that checks specific Docker Images for updates
https://github.com/colthreepv/dr-checker

aws-lambda docker docker-image docker-registry

Last synced: about 2 months ago
JSON representation

AWS Lambda function that checks specific Docker Images for updates

Awesome Lists containing this project

README

          

registry-notify
===============
Lambda function that checks specific Docker Image tags for updates

# How to Install
TO BE DONE when project reaches 1.0

# Getting Started
A minimal configuration would be:

file: **.config.json**
```json
[{
"repository": "library/node",
"tags": ["8", "10"],
"notification": "http://requestbin.fullcontact.com/"
}]
```

This example config _will_ emit a notification when the image for
`library/node:8` or `library/node:10` changes.