Skip to content

Commit 97a291f

Browse files
committed
docs: links to public ECR gallery page.
1 parent 1f0869b commit 97a291f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/run_imposter_docker.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Most users should choose the 'core' image available at: [outofcoffee/imposter](h
4141

4242
The following images are available:
4343

44-
| Image | Docker Hub link | Alternative Docker Registry | Plugins | Notes |
45-
|----------------|---------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------|
46-
| **core** | [outofcoffee/imposter](https://hub.docker.com/r/outofcoffee/imposter) | [public.ecr.aws/imposter/imposter](https://public.ecr.aws/imposter/imposter) | openapi, rest, soap | This is the primary Imposter Docker image supporting OpenAPI, plain REST APIs and SOAP/WSDL mocks. Most users should choose this. |
47-
| **all** | [outofcoffee/imposter-all](https://hub.docker.com/r/outofcoffee/imposter-all) | [public.ecr.aws/imposter/imposter-all](https://public.ecr.aws/imposter/imposter-all) | All plugins | Contains all mock plugins. Largest image, with the most dependencies. |
48-
| **distroless** | [outofcoffee/imposter-distroless](https://hub.docker.com/r/outofcoffee/imposter-distroless) | [public.ecr.aws/imposter/imposter-distroless](https://public.ecr.aws/imposter/imposter-distroless) | Same as `core` image. | Built on the `distroless` base image. Smallest image, with the fewest dependencies. |
44+
| Image | Docker Hub link | Alternative Docker Registry | Plugins | Notes |
45+
|----------------|---------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------|
46+
| **core** | [outofcoffee/imposter](https://hub.docker.com/r/outofcoffee/imposter) | [public.ecr.aws/imposter/imposter](https://gallery.ecr.aws/imposter/imposter) | openapi, rest, soap | This is the primary Imposter Docker image supporting OpenAPI, plain REST APIs and SOAP/WSDL mocks. Most users should choose this. |
47+
| **all** | [outofcoffee/imposter-all](https://hub.docker.com/r/outofcoffee/imposter-all) | [public.ecr.aws/imposter/imposter-all](https://gallery.ecr.aws/imposter/imposter-all) | All plugins | Contains all mock plugins. Largest image, with the most dependencies. |
48+
| **distroless** | [outofcoffee/imposter-distroless](https://hub.docker.com/r/outofcoffee/imposter-distroless) | [public.ecr.aws/imposter/imposter-distroless](https://gallery.ecr.aws/imposter/imposter-distroless) | Same as `core` image. | Built on the `distroless` base image. Smallest image, with the fewest dependencies. |
4949

5050
> You can also use the these images to create your own custom images with embedded configuration.
5151

0 commit comments

Comments
 (0)