Skip to content

sydgren/webhook-dev-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

webhook-dev-docker

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.

Use

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

Releases

  • Tag this repo vX.Y.Z to package the matching npm release of @sydgren/webhook-dev.
  • Or trigger the release workflow manually with a version input.

The image is multi-arch (linux/amd64, linux/arm64) and tagged with the resolved version plus latest.

License

MIT.

About

Docker image for the @sydgren/webhook-dev CLI — published to ghcr.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors