correct etcd base image reference in the doc

Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
This commit is contained in:
Humble Chirammal 2023-04-27 17:59:52 +05:30
parent 78b56ce16d
commit 91df71be54

View File

@ -48,7 +48,7 @@ directory permissions and 0644 file permissions.
For `amd64`, official `etcd` and `etcdctl` binaries are downloaded from Github
to maintain official support. For other architectures, `etcd` is cross-compiled
from source. Arch-specific `busybox` images serve as base images.
from source. Arch-specific `debian` images serve as base images.
Windows images can be built on Linux nodes due to `docker buildx`, but they will
only be created and pushed when using the `all-push` make target.