Skip to content

docs(price-pusher): clarify Docker image versioning#3487

Merged
aditya520 merged 1 commit intopyth-network:mainfrom
pythia-assistant:docs/price-pusher-docker-tag
Feb 19, 2026
Merged

docs(price-pusher): clarify Docker image versioning#3487
aditya520 merged 1 commit intopyth-network:mainfrom
pythia-assistant:docs/price-pusher-docker-tag

Conversation

@pythia-assistant
Copy link
Contributor

Summary

Adds a note to the price-pusher README clarifying that there is no :latest Docker tag, and provides a link to the ECR gallery where users can find available version tags.

Problem

Users attempting to run the price-pusher via Docker often try public.ecr.aws/pyth-network/xc-price-pusher:latest, which doesn't exist. The current docs show v<version> as a placeholder but don't explain where to find actual versions.

Solution

Changes

-# Or, run the price pusher docker image instead of building from the source
-docker run public.ecr.aws/pyth-network/xc-price-pusher:v<version> -- npm run start -- <above-arguments>
+# Or, run the price pusher docker image instead of building from the source.
+# Note: There is no :latest tag. Find available version tags at:
+# https://gallery.ecr.aws/pyth-network/xc-price-pusher
+docker run public.ecr.aws/pyth-network/xc-price-pusher:v<version> -- npm run start -- <above-arguments>

Add note explaining that there is no :latest tag and provide a link
to the ECR gallery where users can find available version tags.
@vercel
Copy link

vercel bot commented Feb 19, 2026

@pythia-assistant is attempting to deploy a commit to the Pyth Network Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Feb 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
developer-hub Error Error Feb 19, 2026 2:58pm

Request Review

@aditya520 aditya520 merged commit 2fed78f into pyth-network:main Feb 19, 2026
1 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants