Skip to content

Restore configurable chaincode base image pull behavior (backport #5497) - #5498

Merged
pfi79 merged 1 commit into
release-2.5from
mergify/bp/release-2.5/pr-5497
Jun 16, 2026
Merged

Restore configurable chaincode base image pull behavior (backport #5497)#5498
pfi79 merged 1 commit into
release-2.5from
mergify/bp/release-2.5/pr-5497

Conversation

@mergify

@mergify mergify Bot commented Jun 16, 2026

Copy link
Copy Markdown

Restore configurable chaincode base image pull behavior

  • Bug fix

Description

Prior to commit 138b6fa, pulling the chaincode base image was controlled by the chaincode.pull configuration option. After the Docker client update introduced in that commit, the base image pull behavior was effectively hardcoded to true, causing the base image to be pulled on every chaincode build regardless of the chaincode.pull setting.

This PR restores the previous behavior by honoring the chaincode.pull configuration option when deciding whether to pull the base image.

Additional details

This change is backward-compatible and restores the configurability that existed before commit 138b6fa.


This is an automatic backport of pull request #5497 done by Mergify.

Signed-off-by: Drupadh Dinesh <drupadhdinesh@gmail.com>
(cherry picked from commit f15473c)
@mergify
mergify Bot requested a review from a team as a code owner June 16, 2026 14:22
@pfi79
pfi79 merged commit 692e43a into release-2.5 Jun 16, 2026
45 of 48 checks passed
@pfi79
pfi79 deleted the mergify/bp/release-2.5/pr-5497 branch June 16, 2026 17:23
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