Skip to content

feat(fabric-x): make Fabric-X image versions configurable (#820) - #831

Draft
HarK-github wants to merge 1 commit into
hyperledger-labs:mainfrom
HarK-github:feat/fabric-x-configurable-images-820
Draft

HarK-github wants to merge 1 commit into
hyperledger-labs:mainfrom
HarK-github:feat/fabric-x-configurable-images-820

Conversation

@HarK-github

@HarK-github HarK-github commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Fixes #820

Makes Fabric-X container image versions configurable via global.fabricImages in fablo-config.json while maintaining working pinned defaults.

Changes

  • Configuration & Types: Added committer and postgres to FabricImagesJson and resolved ordererImage, committerImage, toolsImage, and postgresImage in extendGlobal.ts.
  • Templates: Replaced hardcoded Fabric-X image tags in docker-compose.yaml and scripts/base-functions.sh with template variables from global.
  • Validation & Schema: Updated docs/schema.json and added warnings for mismatched provider/image overrides.
  • Tests: Unit tests in extendGlobal.test.ts and generator test in e2e/fabloCommands.test.ts.

…r-labs#820)

Signed-off-by: Harshit Kandpal <kandpalhar@gmail.com>
@HarK-github
HarK-github force-pushed the feat/fabric-x-configurable-images-820 branch from 9cf92e0 to d320128 Compare September 16, 2026 21:36
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.

feat (fabric-x): Make Fabric-X image versions configurable

1 participant