This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 017eb23d1 DynamoDB: use official amazon/dynamodb-local test image
(#1897)
017eb23d1 is described below
commit 017eb23d1f0d49e88abcfb33a8338022db0d8071
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Sep 2 20:35:00 2026 +0100
DynamoDB: use official amazon/dynamodb-local test image (#1897)
---
docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index f411b4be6..41d6a0d51 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -29,7 +29,7 @@ services:
ports:
- "9324:9324"
dynamodb:
- image: deangiberson/aws-dynamodb-local
+ image: amazon/dynamodb-local:3.3.1
ports:
- "8001:8000"
elasticsearch6:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]