diff --git a/README.md b/README.md index 1cf91fa392..f6841da16b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,37 @@ application.

Learn all about Porter at porter.sh

+# Porter Mixins + +Mixins provide out-of-the-box support for interacting with different tools and services from inside a bundle. You can always create a mixin, or use the exec mixin and a Custom Dockerfile if a custom mixin doesn't exist yet. + +[Porter Mixins](https://porter.sh/mixins/) are available for below platform's: + +| Platform | Supported? | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------: | +| [Docker](https://porter.sh/mixins/docker/) | ✔️ | +|     [Docker-Compose](https://porter.sh/mixins/docker-compose/) | ✔️ | +|     [Kubernetes](https://porter.sh/mixins/kubernetes/) | ✔️ | +|     [Helm](https://porter.sh/mixins/helm/) | ✔️ | +|     [GCloud](https://porter.sh/mixins/gcloud/) | ✔️ | +|     [Terraform](https://porter.sh/mixins/terraform/) | ✔️ | +|     [aws](https://porter.sh/mixins/aws/) | ✔️ | +|     [Azure](https://porter.sh/mixins/azure/) | ✔️ | +|     [exec](https://porter.sh/mixins/exec/) | ✔️ | + +# Porter Plugins + +Plugins let you store Porter's data and retrieve secrets from an external service. + +[Porter Plugins](https://porter.sh/plugins/) are available for below platform's: + +| Platform | Supported? | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------: | +| [Hashicorp](https://porter.sh/plugins/hashicorp/) | ✔️ | +|     [Azure](https://porter.sh/plugins/azure/) | ✔️ | +|     [Kubernetes](https://porter.sh/plugins/kubernetes/) | ✔️ | + + # Contact * [Mailing List] - Great for following the project at a high level because it is diff --git a/docs/static/images/mixins/docker_icon.png b/docs/static/images/mixins/docker_icon.png new file mode 100644 index 0000000000..fd2d02e7a2 Binary files /dev/null and b/docs/static/images/mixins/docker_icon.png differ diff --git a/docs/static/images/mixins/exec.png b/docs/static/images/mixins/exec.png new file mode 100644 index 0000000000..af6e5def0c Binary files /dev/null and b/docs/static/images/mixins/exec.png differ diff --git a/docs/static/images/mixins/gcp.png b/docs/static/images/mixins/gcp.png new file mode 100644 index 0000000000..d0f09d7144 Binary files /dev/null and b/docs/static/images/mixins/gcp.png differ diff --git a/docs/static/images/mixins/terraform_icon.png b/docs/static/images/mixins/terraform_icon.png new file mode 100644 index 0000000000..ff97b097ad Binary files /dev/null and b/docs/static/images/mixins/terraform_icon.png differ