docs(blog): fix Horizon UI container image coordinates in post 17 (Docker Hub)#885
Merged
Conversation
…ub, not GHCR) The user-facing release image is published to Docker Hub as apache/skywalking-ui (shared with the previous UI), with Horizon releases tagged horizon-<version> and latest — per the repo's publish-image.yaml mirror step. GHCR (ghcr.io/apache/skywalking-horizon-ui) holds the per-commit CI/SHA builds, not the release image, so it's the wrong coordinate for a getting-started guide. Updated the prose, the docker run example, and the pin advice in both EN and CN.
✅ Deploy Preview for skywalking-website-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Post 17 (Getting Started & Migration) pointed at GHCR (
ghcr.io/apache/skywalking-horizon-ui) for the container image. That registry holds the per-commit CI/SHA builds; the user-facing release image is mirrored to Docker Hub asapache/skywalking-ui(the repo shared with the previous UI), taggedhorizon-<version>andlatest— per the repo'spublish-image.yaml.Corrected in both EN and CN:
apache/skywalking-ui, Horizon releases taggedhorizon-<version>(andlatest)docker runexample image →apache/skywalking-ui:horizon-<version>horizon-<version>tag rather thanlatestContent-only; Hugo builds clean (EN + zh).