#Is there a way to add exposed port ranges in Dagger?

1 messages · Page 1 of 1 (latest)

broken dagger
#

Hi, I am building a Dagger module for LocalStack. LocalStack exposes an edge port 4566 against which AWS API requests are made to create mock/emulated AWS resources locally. We also expose additional ports between ranges between 4510 and 4559. Is there any way to specify these port ranges in Dagger? I am using the Python SDK and AFAIK, with_exposed_port_range is not supported.