A Docker image running the GCP PubSub Emulator.
docker pull ghcr.io/ridedott/pubsub-emulator:latest
docker run ridedott/pubsub-emulator:latest
These instructions will get you an instance of the GCP pubsub-emulator running on your local machine for testing purposes.
Minimal requirements to set up the project:
- Docker
- Make sure to authenticate to Github Package registry.
docker build .
See CONTRIBUTING.md.
This project reflects Google's pubsub-emulator gcloud component versioning.
Using the gcloud
CLI utility, the current pubsub-emulator version can be
obtained by running the followin command:
gcloud components list --filter pubsub-emulator --format="value(latest_version_string)"