pixie icon indicating copy to clipboard operation
pixie copied to clipboard

Update px-mongo demo to use ghcr.io mirrored images

Open ddelnano opened this issue 1 year ago • 0 comments

Summary: Update px-mongo demo to use ghcr.io mirrored images

Relevant Issues: N/A

Type of change: /kind infra

Test Plan: Deployed the demo by building and serving the px-mongo tar.gz locally

$ bazel build //demos:px-mongo
$ cp bazel-bin/demos/px-mongo.tar.gz demos/ && cd demos && python -m http.server
$ px demo deploy  --artifacts http://localhost:8000 px-mongo

Changelog Message: Moved hosting of px-mongo demo container images from gcr.io to ghcr.io

ddelnano avatar May 29 '24 14:05 ddelnano