chore: switch indexer/api defaults to Docker Hub tag 6#18
Merged
Conversation
Use vechain/indexer:6 and vechain/indexer-api:6 from Docker Hub as the default images, replacing the ghcr.io references. Bumps version to 0.3.1. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the dev-stack defaults to pull the indexer and indexer-api images from Docker Hub using the :6 tag, and bumps the package version accordingly.
Changes:
- Switch default
VECHAIN_DEV_INDEXER_IMAGE/VECHAIN_DEV_INDEXER_API_IMAGEfrom GHCR-pinned patch tags to Docker Hubvechain/indexer:6andvechain/indexer-api:6. - Update documentation to reflect the new default images.
- Bump npm package version to
0.3.1.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates env var defaults for indexer/indexer-api images to Docker Hub :6 tags. |
| package.json | Bumps package version from 0.3.0 to 0.3.1. |
| compose/indexer.yaml | Changes default compose images for indexer and indexer-api to Docker Hub :6 tags (still overrideable via env vars). |
| AGENTS.md | Updates the example default image tag in agent-facing conventions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
| | `VECHAIN_DEV_INDEXER_API_IMAGE` | `ghcr.io/vechain/vechain-indexer/api:6.31.5` | indexer-api image | | ||
| | `VECHAIN_DEV_INDEXER_IMAGE` | `vechain/indexer:6` | indexer image | | ||
| | `VECHAIN_DEV_INDEXER_API_IMAGE` | `vechain/indexer-api:6` | indexer-api image | | ||
| | `VECHAIN_DEV_EXPLORER_IMAGE` | `ghcr.io/vechain/block-explorer:2.41.0` | block-explorer image | |
| | `VECHAIN_DEV_INDEXER_API_IMAGE` | `vechain/indexer-api:6` | indexer-api image | | ||
| | `VECHAIN_DEV_EXPLORER_IMAGE` | `ghcr.io/vechain/block-explorer:2.41.0` | block-explorer image | | ||
|
|
||
| These work for both `vechain-dev solo up` and `vechain-dev up`. |
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.
Summary
ghcr.io/vechain/vechain-indexer/indexer:6.31.5tovechain/indexer:6(Docker Hub).ghcr.io/vechain/vechain-indexer/api:6.31.5tovechain/indexer-api:6(Docker Hub).0.3.1.Env var overrides (
VECHAIN_DEV_INDEXER_IMAGE,VECHAIN_DEV_INDEXER_API_IMAGE) still work for users who want to pin a more specific tag.Test plan
vechain-dev uppullsvechain/indexer:6andvechain/indexer-api:6from Docker HubVECHAIN_DEV_INDEXER_IMAGE=...still takes effect🤖 Generated with Claude Code