Skip to content

Commit

Permalink
chore(docker): Small Doc Touchup (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Jan 26, 2025
1 parent 06345b4 commit e09c0bf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,22 @@ docker buildx bake \
$TARGET
```

#### Troubleshooting

If you receive an error like the following:

```
ERROR: Multi-platform build is not supported for the docker driver.
Switch to a different driver, or turn on the containerd image store, and try again.
Learn more at https://docs.docker.com/go/build-multi-platform/
```

Create and activate a new builder and retry the bake command.

```sh
docker buildx create --name kona-builder --use
```

## Cutting a Release (for maintainers / forks)

To cut a release of the docker image for any of the targets, cut a new annotated tag for the target like so:
Expand Down

0 comments on commit e09c0bf

Please sign in to comment.