ridedott / pubsub-emulator-docker

PubSub emulator in a form of a Docker image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pubsub-emulator

A Docker image running the GCP PubSub Emulator.

Usage

From GitHub Packages Registry

docker pull ghcr.io/ridedott/pubsub-emulator:latest
docker run ridedott/pubsub-emulator:latest

Getting Started

These instructions will get you an instance of the GCP pubsub-emulator running on your local machine for testing purposes.

Prerequisites

Minimal requirements to set up the project:

Building

docker build .

Contributing

See CONTRIBUTING.md.

Built with

Automation

Versioning

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)"

About

PubSub emulator in a form of a Docker image.

License:MIT License


Languages

Language:Dockerfile 100.0%