File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ localstack start
108108
109109- ` WIREMOCK_API_TOKEN ` : Your WireMock Cloud API token (required for runner mode)
110110- ` WIREMOCK_CONFIG_DIR ` : Path to the directory containing your ` .wiremock ` folder (required for runner mode)
111+ - ` WIREMOCK_IMAGE ` : Custom Docker image name for the Wiremock OSS image (default: ` wiremock/wiremock ` )
112+ - ` WIREMOCK_IMAGE_RUNNER ` : Custom Docker image name for the Wiremock Cloud runner image (default: ` wiremock/wiremock-runner ` )
111113
112114Note: When using the LocalStack CLI, prefix environment variables with ` LOCALSTACK_ ` to forward them to the container.
113115
@@ -118,3 +120,12 @@ See the `sample-app-runner/` directory for a complete example using Terraform th
118120- Creating an API Gateway
119121- Lambda function that calls WireMock stubs
120122- Integration testing with mocked external APIs
123+
124+ ## Change Log
125+
126+ - ` 0.1.1 ` : Add environment variables to customize the WireMock image names
127+ - ` 0.1.0 ` : Initial release of the extension
128+
129+ ## License
130+
131+ This project is licensed under the Apache License, Version 2.0.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " localstack-wiremock"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88description = " WireMock Extension for LocalStack"
99readme = {file = " README.md" , content-type = " text/markdown; charset=UTF-8" }
1010requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments