This is an automated email from the ASF dual-hosted git repository.

tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 05f18a5048a NO-ISSUE: Add `--load` to `image-builder` when building 
images without buildx (#3203)
05f18a5048a is described below

commit 05f18a5048a54ea82781fb7b0196e302d8e8fa12
Author: Tiago Bento <[email protected]>
AuthorDate: Wed Jul 16 21:54:46 2025 -0400

    NO-ISSUE: Add `--load` to `image-builder` when building images without 
buildx (#3203)
---
 packages/image-builder/src/bin.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/image-builder/src/bin.ts 
b/packages/image-builder/src/bin.ts
index d2dd5c99a0e..b0065afeb6f 100644
--- a/packages/image-builder/src/bin.ts
+++ b/packages/image-builder/src/bin.ts
@@ -126,6 +126,7 @@ function buildNativeImage(args: ArgsType, imageFullNames: 
string[]) {
   console.log(`[image-builder] Building native image`);
   const buildNativeCommand = `${args.engine} build
     --progress=plain
+    --load
     ${args.allowHostNetworkAccess ? "--allow network.host --network host" : ""}
     ${args.push ? "--push" : ""}
     ${imageFullNames.map((fullName) => `-t ${fullName}`).join(" ")}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to