Skip to content

Conversation

@AaronFeledy
Copy link
Member

@AaronFeledy AaronFeledy commented Jan 24, 2026

Summary

  • Adds --load flag to buildx command to load built images into the local Docker daemon

Problem

When building v4 services with buildx, the resulting image was sometimes not found:

(HTTP code 404) no such image - No such image: lando/<image>:latest

By default, docker buildx build only stores images in the buildx cache—not the local Docker daemon's image store. When Docker Compose later tries to start containers, it can't find the image.

Solution

Add --load (--output=type=docker) to export the build result into the local Docker daemon, making images immediately available for use.


Note

Ensures images built with Buildx are available to the local Docker daemon.

  • Adds --load to buildx build in components/docker-engine.js so --tagged images are loaded locally
  • Updates CHANGELOG.md under UNRELEASED to document the fix

Written by Cursor Bugbot for commit 6ac2ad9. This will update automatically on new commits. Configure here.

@netlify
Copy link

netlify bot commented Jan 24, 2026

Deploy Preview for lando-core failed. Why did it fail? →

Name Link
🔨 Latest commit 6ac2ad9
🔍 Latest deploy log https://app.netlify.com/projects/lando-core/deploys/697412a1471d0200072bb947

@AaronFeledy AaronFeledy force-pushed the fix/buildx-load-image branch 2 times, most recently from 64aa01e to 6ac2ad9 Compare January 24, 2026 00:30
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