smokescreen icon indicating copy to clipboard operation
smokescreen copied to clipboard

Publish native binaries and container images

Open felixhuttmann opened this issue 5 months ago • 1 comments

This PR addresses https://github.com/stripe/smokescreen/issues/139#issuecomment-1601263426.

Releasing native binaries and container images in the way done in this PR should not require any configuration or additional infrastructure, container images would be available at ghcr.io/stripe/smokescreen:latest.

The image is currently already available in the fork and can be tested with:

docker run -p 4750:4750 --pull=always ghcr.io/felixhuttmann/smokescreen:latest --listen-ip 0.0.0.0 --listen-port 4750

felixhuttmann avatar Jul 11 '25 17:07 felixhuttmann

CLA assistant check
All committers have signed the CLA.

cla-assistant[bot] avatar Jul 11 '25 17:07 cla-assistant[bot]