Skip to content

chore: switch indexer/api defaults to Docker Hub tag 6#18

Merged
daithihearn merged 2 commits into
mainfrom
chore/indexer-dockerhub-default
Jun 9, 2026
Merged

chore: switch indexer/api defaults to Docker Hub tag 6#18
daithihearn merged 2 commits into
mainfrom
chore/indexer-dockerhub-default

Conversation

@daithihearn

Copy link
Copy Markdown
Member

Summary

  • Switch default indexer image from ghcr.io/vechain/vechain-indexer/indexer:6.31.5 to vechain/indexer:6 (Docker Hub).
  • Switch default indexer-api image from ghcr.io/vechain/vechain-indexer/api:6.31.5 to vechain/indexer-api:6 (Docker Hub).
  • Bump version to 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 up pulls vechain/indexer:6 and vechain/indexer-api:6 from Docker Hub
  • Indexer and indexer-api start successfully against thor-solo
  • Override via VECHAIN_DEV_INDEXER_IMAGE=... still takes effect

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings June 9, 2026 14:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_IMAGE from GHCR-pinned patch tags to Docker Hub vechain/indexer:6 and vechain/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.

Comment thread AGENTS.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 9, 2026 14:32
@daithihearn daithihearn merged commit 59323fd into main Jun 9, 2026
2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

Comment thread README.md
| `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 |
Comment thread README.md
| `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`.
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