-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update px-kafka demo to use ghcr.io mirrored images (#1927)
Summary: Update px-kafka 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-kafka tar.gz locally ``` $ bazel build //demos:px-kafka $ cp bazel-bin/demos/px-kafka.tar.gz demos/ && cd demos && python -m http.server $ px demo deploy --artifacts http://localhost:8000 px-kafka ``` ![screen03](https://github.com/pixie-io/pixie/assets/5855593/be21f568-fc16-4a6c-9fdc-a5138d6e0723) Changelog Message: Moved hosting of px-kafka demo container images from gcr.io to ghcr.io Signed-off-by: Dom Del Nano <[email protected]>
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters