Commit fc4fd8e
committed
fix: add --load to buildx to ensure images are available locally
When building v4 services with buildx, the resulting image may not
be found by Docker Compose because buildx only stores images in its
cache by default. Adding --load exports the build result into the
local Docker daemon.
Backport of lando/core#4241 parent 04ffe61 commit fc4fd8e
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
| |||
0 commit comments