We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2c252 commit 64aa01eCopy full SHA for 64aa01e
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
2
3
+* Fixed `buildx` built images not being available locally by adding `--load` flag
4
+
5
## v3.26.2 - [December 17, 2025](https://github.com/lando/core/releases/tag/v3.26.2)
6
7
* Updated to use new Lando Alliance Apple Developer certificates
components/docker-engine.js
@@ -251,6 +251,7 @@ class DockerEngine extends Dockerode {
251
'buildx',
252
'build',
253
`--file=${dockerfile}`,
254
+ '--load',
255
'--progress=plain',
256
`--tag=${tag}`,
257
context,
0 commit comments