Skip to content

Commit 95218ae

Browse files
authored
Merge pull request #639 from kmala/doc
feat(azure): Add docs to specify support for the azure container registry
2 parents 596a0bc + 4a5b895 commit 95218ae

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/installing-workflow/configuring-registry.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When using a private registry the docker images are no longer pulled by Deis Wor
1717
Deis Workflow currently supports
1818
1. Google Container Registry([gcr][gcr]).
1919
2. EC2 Container Registry([ecr][ecr]).
20-
3. off-cluster storage providers like dockerhub, quay.io, etc., or self hosted docker registry.
20+
3. off-cluster: Any provider which supports long-lived username/password authentication, such as [Azure Container Registry][acr], [Docker Hub][dockerhub], [quay.io][quay], or a self-hosted Docker registry.
2121

2222
* **Step 1:** If you haven't already fetched the values file, do so with `helm inspect values deis/workflow | sed -n '1!p' > values.yaml`
2323
* **Step 2:** Update registry location details by modifying the values file.
@@ -31,6 +31,9 @@ You are now ready to `helm install deis/workflow --namespace deis -f values.yaml
3131
[storage]: configuring-object-storage
3232
[ecr]: http://docs.aws.amazon.com/AmazonECR/latest/userguide/ECR_GetStarted.html
3333
[gcr]: https://cloud.google.com/container-registry/
34+
[acr]: https://docs.microsoft.com/en-us/azure/container-registry/
35+
[dockerhub]: https://hub.docker.com/
36+
[quay]: https://quay.io/
3437
[srvAccount]: https://support.google.com/cloud/answer/6158849#serviceaccounts
3538
[aws-iam]: https://aws.amazon.com/iam/
3639
[namespace]: https://docs.docker.com/registry/spec/api/#/overview

0 commit comments

Comments
 (0)