Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* Fixed `buildx` built images not being available locally by adding `--load` flag

## v3.26.2 - [December 17, 2025](https://github.com/lando/core/releases/tag/v3.26.2)

* Updated to use new Lando Alliance Apple Developer certificates
Expand Down
1 change: 1 addition & 0 deletions components/docker-engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ class DockerEngine extends Dockerode {
'buildx',
'build',
`--file=${dockerfile}`,
'--load',
'--progress=plain',
`--tag=${tag}`,
context,
Expand Down
Loading