* Update docker-compose.yml

* Update docker-compose.yml and Dockerfile: simplify kind load command and upgrade kind version to v0.27.0

* Comment out Docker installation steps in Dockerfile

* Revert "Comment out Docker installation steps in Dockerfile"

This reverts commit 242e5c638958cb4227d99c85d2cae13214b74513.
This commit is contained in:
Boshi Lian 2025-03-12 00:54:49 -07:00 committed by GitHub
parent c12ddd9c0f
commit b8db060584
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -127,4 +127,4 @@ volumes:
kubeconfig:
networks:
netdistract:
netdistract:

View file

@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
gnupg \
lsb-release
RUN curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64 && \
RUN curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.27.0/kind-linux-amd64 && \
chmod +x ./kind && \
mv ./kind /bin/kind