Skip to content

Commit

Permalink
add guide on how to build container images
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <wachao@vmware.com>
  • Loading branch information
ahrtr committed Apr 23, 2023
1 parent 9f70765 commit 8200bff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,11 @@ $ ./etcd-defrag --endpoints http://127.0.0.1:22379 --cluster --defrag-rule="dbSi
## Contributing
Any contribution is welcome!

## Container image
Currently only binaries are released. If you need container image(s), please build them yourself using command something like below,
```
$ DOCKER_BUILDKIT=1 docker build -t "etcd-defrag:${VERSION}" -f Dockerfile.${GOARCH} .
```

## Note
Please ensure running etcd on a version >= 3.5.6, and read [Two possible data inconsistency issues in etcd](https://groups.google.com/g/etcd-dev/c/8S7u6NqW6C4) to get more details.

0 comments on commit 8200bff

Please sign in to comment.