pixie-io / pixie

Instant Kubernetes-Native Application Observability
https://px.dev
Apache License 2.0
5.38k stars 416 forks source link

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

Closed ddelnano closed 2 weeks ago

ddelnano commented 1 month ago

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