Docker image packaging for @sydgren/webhook-dev.
The CLI lives in webhook-dev-cli and is published to npm. This repo holds only the thin Dockerfile that wraps the npm package and the release workflow that publishes the image to GHCR.
docker run --rm -it ghcr.io/sydgren/webhook-dev
docker run --rm -it ghcr.io/sydgren/webhook-dev forward http://host.docker.internal:3000
docker run --rm -it -e WEBHOOK_DEV_HOST=https://hooks.example.com ghcr.io/sydgren/webhook-dev- Tag this repo
vX.Y.Zto package the matching npm release of@sydgren/webhook-dev. - Or trigger the
releaseworkflow manually with aversioninput.
The image is multi-arch (linux/amd64, linux/arm64) and tagged with the resolved version plus latest.
MIT.