Commit 2e412b1
authored
Fix ltex Docker image loading with buildx docker-container driver (#9)
Add --load flag to docker build command to ensure the built image is
exported to the local Docker image store, not just kept in the build
cache.
This fixes compatibility with Podman Desktop and Docker setups using
the docker-container buildx driver, where docker build is aliased to
docker buildx build and requires explicit --load to make images
available for docker run.
Without this flag, the build succeeds but the image remains only in
the BuildKit cache, causing "Unable to find image" errors when the
hook tries to run the container.1 parent d8b38e2 commit 2e412b1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments