Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 275 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 275 Bytes

Webhook notification service

This small script listen to webhooks from the docker registry and append to a file the docker image that was pushed

Run with

FLASK_APP=app.py flask run --port=8080

or with

FLASK_APP=app.py python3 -m flask run --port=8080