Commit d2a7007
committed
Change Build Driver To 'docker'
The default build driver for the used buildx action is `docker-container`.
This means the image is build within a buildkit container with no access
to images loaded into docker.
This is a problem because we need to import the base images for
parser-sdk and hook-sdk to build the images for parsers and hooks
without using a container registry caching these base images.
To fix this I changed the build driver to `docker` to build the image
with the docker daemon.
See:
https://github.com/docker/setup-buildx-action
github.com/docker/buildx/blob/master/docs/reference/buildx_create.md#driver
Signed-off-by: Yannik Fuhrmeister <yannik.fuhrmeister@iteratec.com>1 parent a7577a5 commit d2a7007
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| 335 | + | |
| 336 | + | |
335 | 337 | | |
336 | 338 | | |
337 | 339 | | |
| |||
430 | 432 | | |
431 | 433 | | |
432 | 434 | | |
| 435 | + | |
| 436 | + | |
433 | 437 | | |
434 | 438 | | |
435 | 439 | | |
| |||
516 | 520 | | |
517 | 521 | | |
518 | 522 | | |
| 523 | + | |
| 524 | + | |
519 | 525 | | |
520 | 526 | | |
521 | 527 | | |
| |||
0 commit comments