Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
--health-retries 5
# https://github.com/mosn/layotto/blob/main/docker/layotto-etcd/docker-compose.yml
etcd:
image: bitnami/etcd
image: bitnamilegacy/etcd
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The Docker image was changed from 'bitnami/etcd' to 'bitnamilegacy/etcd'. The 'legacy' naming suggests this may be an outdated or deprecated image. Consider documenting why this change was necessary or verify if a more recent stable image is available.

Suggested change
image: bitnamilegacy/etcd
image: bitnami/etcd

Copilot uses AI. Check for mistakes.
env:
ALLOW_NONE_AUTHENTICATION: yes
ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379
Expand Down
Loading
Loading