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
- Host: GitHub
- URL: https://github.com/colthreepv/dr-checker
- Owner: colthreepv
- Created: 2019-02-11T14:49:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T13:55:05.000Z (about 7 years ago)
- Last Synced: 2025-03-16T05:15:59.987Z (over 1 year ago)
- Topics: aws-lambda, docker, docker-image, docker-registry
- Language: TypeScript
- Size: 348 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.