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 9642b54a0 SNS: switch goaws test image to maintained admiralpiett fork 
(#1896)
9642b54a0 is described below

commit 9642b54a02c52e4c5784652de6880d6bd319a044
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Sep 4 09:48:30 2026 +0100

    SNS: switch goaws test image to maintained admiralpiett fork (#1896)
    
    * SNS: switch goaws test image to maintained admiralpiett fork
    
    * use admiralpiett goaws in aws-spi tests too
---
 .../org/apache/pekko/stream/connectors/awsspi/BaseAwsClientTest.scala  | 2 +-
 docker-compose.yml                                                     | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/aws-spi-pekko-http/src/test/scala/org/apache/pekko/stream/connectors/awsspi/BaseAwsClientTest.scala
 
b/aws-spi-pekko-http/src/test/scala/org/apache/pekko/stream/connectors/awsspi/BaseAwsClientTest.scala
index 00763e8cc..2712ade19 100644
--- 
a/aws-spi-pekko-http/src/test/scala/org/apache/pekko/stream/connectors/awsspi/BaseAwsClientTest.scala
+++ 
b/aws-spi-pekko-http/src/test/scala/org/apache/pekko/stream/connectors/awsspi/BaseAwsClientTest.scala
@@ -67,7 +67,7 @@ trait GoAwsSNSBaseAwsClientTest[C <: SdkClient] extends 
BaseAwsClientTest[C] {
 
   override lazy val container: GenericContainer =
     new GenericContainer(
-      dockerImage = "pafortin/goaws:v0.3.1",
+      dockerImage = "admiralpiett/goaws:v0.5.4",
       exposedPorts = Seq(exposedServicePort),
       waitStrategy = Some(TimeoutWaitStrategy(10.seconds)))
 }
diff --git a/docker-compose.yml b/docker-compose.yml
index bd3a2e3df..d698cf9f0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -8,11 +8,12 @@ services:
     ports:
       - "4587:5000"
   amazonsns:
-    image: pafortin/goaws
+    image: admiralpiett/goaws:v0.5.4
     ports:
       - "4100:4100"
     volumes:
     - ./sns/src/test/travis/:/conf/
+    command: ["-config", "/conf/goaws.yaml"]
   amqp:
     image: rabbitmq:4
     ports:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to