Skip to content

Commit

Permalink
chore: upgrade the docker compose etcd version (#13652)
Browse files Browse the repository at this point in the history
  • Loading branch information
neverchanje authored Nov 27, 2023
1 parent f92b501 commit c247597
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions ci/plugins/docker-compose-logs/hooks/post-command
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@ if [ $BUILDKITE_COMMAND_EXIT_STATUS -ne 0 ]; then

echo "--- docker compose meta node logs"
docker compose -f integration_tests/${INTEGRATION_TEST_CASE}/docker-compose.yml logs meta-node-0

echo "--- docker compose connector node logs"
docker compose -f integration_tests/${INTEGRATION_TEST_CASE}/docker-compose.yml logs connector-node
fi
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
reservations:
memory: 26G
etcd-0:
image: "quay.io/coreos/etcd:v3.5.7"
image: "quay.io/coreos/etcd:v3.5.10"
command:
- /usr/local/bin/etcd
- "--listen-client-urls"
Expand Down

0 comments on commit c247597

Please sign in to comment.