Gateway to send fedora-messaging messages to the Zuul Pagure driver web-hook service. The Gateway only acts on specific topics.
PYTHONPATH=. fedora-messaging --conf ./conf/config.toml consume --callback=fmgateway.callback:Consumer
dhall text <<< '(./container.dhall).file' > Dockerfile podman build -f Dockerfile -t quay.io/software-factory/fm-gateway
podman login quay.io podman push quay.io/software-factory/fm-gateway
podman run -it -v ./conf:/data:Z -p 127.0.0.1:8080:80 quay.io/software-factory/fm-gateway
dhall-to-yaml --documents <<< ./oc-deploy.dhall > oc-deploy.yaml oc apply -f ./oc-deploy.yaml