testcontainers-node icon indicating copy to clipboard operation
testcontainers-node copied to clipboard

Add support to GCP Big Query and RabbitMQ

Open shmida1991 opened this issue 1 year ago • 3 comments

Hi,

For my use case, I need test containers for bot GCP BigQuery and RabbitMQ Since both modules are already supported in Java and Go, I would like to add it to the node package

Any objections?

shmida1991 avatar Feb 26 '24 21:02 shmida1991

Sounds good to me

cristianrgreco avatar Feb 26 '24 22:02 cristianrgreco

FYI, PR #733 was merged adding a gcloud module, which can host the BigQuery implementation as well.

eddumelendez avatar Mar 22 '24 16:03 eddumelendez

I have tried to add it as part of my pull request #805 only the problem I have that on Apple Silicon Macs you need to pass --platform-parameter to docker run as the docker image doesn't have arm64 version of available.

There is already an opening issue to add such a command withPlatform in ticket #773

weyert avatar Jul 28 '24 11:07 weyert

Both GCP Big Query and RabbitMQ testcontainers are already implemented. Issue can be considered completed? @cristianrgreco What do you think?

digital88 avatar Mar 21 '25 09:03 digital88