Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update px-finagle demo to use ghcr.io mirrored images (#1926)
Summary: Update px-finagle 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-finagle tar.gz locally ``` $ bazel build //demos:px-finagle $ cp bazel-bin/demos/px-finagle.tar.gz demos/ && cd demos && python -m http.server $ px demo deploy --artifacts http://localhost:8000 px-finagle ``` ![screen02](https://github.com/pixie-io/pixie/assets/5855593/cb36f2fd-e33b-4920-9b9d-e5cc3459cdfb) Changelog Message: Moved hosting of px-finagle demo container images from gcr.io to ghcr.io Signed-off-by: Dom Del Nano <[email protected]>
- Loading branch information