Skip to content

Conversation

@AaronFeledy
Copy link
Member

@AaronFeledy AaronFeledy commented Jan 23, 2026

Summary

  • Adds docker-buildx plugin installation during lando setup if not present
  • Supports configurable version via --buildx flag (default: 0.30.1)
  • Adds example test for buildx installation verification

Duplicates

Duplicates lando/core#423 for the core-next repository.

Changes

  • hooks/lando-setup-buildx.js - New hook to download/install buildx
  • index.js - Register buildx hook on pre-setup event
  • tasks/setup.js - Add --buildx CLI option
  • utils/get-config-defaults.js - Add buildx default version
  • CHANGELOG.md - Document the change
  • examples/setup-linux-buildx/README.md - Test verification commands

Note

Adds automatic installation of Docker Buildx during lando setup with a configurable version and platform-aware download.

  • New hooks/lando-setup-buildx.js adds a setup task that detects docker buildx, pings release URL, downloads to ~/.docker/cli-plugins (platform/arch aware), and skips if already installed
  • Registers the buildx setup hook on pre-setup in index.js
  • Adds --buildx <version> option and usage text in tasks/setup.js
  • Sets default Buildx version (0.30.1) in utils/get-config-defaults.js
  • Adds verification example examples/setup-linux-buildx/README.md and updates CHANGELOG.md

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

Installs docker-buildx plugin during lando setup if not present.
Supports configurable version via --buildx flag.

Duplicates lando/core#423 for core-next.
@netlify
Copy link

netlify bot commented Jan 23, 2026

Deploy Preview for lando-core-next ready!

Name Link
🔨 Latest commit 4c9dc63
🔍 Latest deploy log https://app.netlify.com/projects/lando-core-next/deploys/6974000a20c4420008bb2902
😎 Deploy Preview https://deploy-preview-120--lando-core-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 89 (🔴 down 4 from production)
Accessibility: 98 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

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