build/cmd/pubsubhelper
Brad Fitzpatrick 5e39b3d9fe cmd/xb: add new safety command to double-check state of deployment commands
Updates golang/go#25283

Change-Id: Ic8a3c03d803a561d836d24737eb0baaa965172e3
Reviewed-on: https://go-review.googlesource.com/112035
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2018-05-08 16:47:14 +00:00
..
pubsubtypes cmd/pubsubhelper: don’t ignore GitHub Pull Request webhook events 2018-02-06 15:53:19 +00:00
.gitignore cmd/pubsubhelper: change Dockerfile to FROM scratch 2017-04-17 18:41:56 +00:00
Dockerfile cmd/pubsubhelper: change Dockerfile to FROM scratch 2017-04-17 18:41:56 +00:00
Dockerfile.0 cmd/gitmirror, cmd/gopherbot, maintner/maintnerd: fix Docker build 2018-04-16 16:49:00 +00:00
Makefile cmd/xb: add new safety command to double-check state of deployment commands 2018-05-08 16:47:14 +00:00
README cmd/pubsubhelper: change Dockerfile to FROM scratch 2017-04-17 18:41:56 +00:00
cache-volume-prod.yaml cmd/pubsubhelper: do DKIM verify, parse Gerrit headers, create Gerrit events 2017-04-05 02:57:03 +00:00
deployment-prod.yaml cmd/pubsubhelper: log new smtp connections with addr 2017-09-12 19:57:49 +00:00
github.go cmd/pubsubhelper: don’t ignore GitHub Pull Request webhook events 2018-02-06 15:53:19 +00:00
pubsubhelper.go cmd/pubsubhelper, maintner/maintnerd: enable HTTP ACME challenges 2018-01-31 17:25:53 +00:00
service.yaml cmd/pubsubhelper: start of SMTP server pubsub bridge, reading Gerrit email 2017-04-03 22:47:31 +00:00

README

## Running with Docker locally

docker run --rm -it \
    -p 80:80 \
    -p 25:25 \
    -p 443:443 \
    gcr.io/go-dashboard-dev/pubsubhelper:latest [any additional pubsubhelper flags]