Skip to content

Commit 6ac2ad9

Browse files
committed
fix: add --load to buildx to ensure images are available locally
1 parent ba2c252 commit 6ac2ad9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
22

3+
* Fixed `buildx` built images not being available locally by adding `--load` flag
4+
35
## v3.26.2 - [December 17, 2025](https://github.com/lando/core/releases/tag/v3.26.2)
46

57
* Updated to use new Lando Alliance Apple Developer certificates

components/docker-engine.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ class DockerEngine extends Dockerode {
251251
'buildx',
252252
'build',
253253
`--file=${dockerfile}`,
254+
'--load',
254255
'--progress=plain',
255256
`--tag=${tag}`,
256257
context,

0 commit comments

Comments
 (0)