Skip to content

Commit 5145f12

Browse files
authored
docs(configuring-registry.md): add setup instructions for acr (#818)
1 parent 4cfa9d5 commit 5145f12

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

src/installing-workflow/configuring-registry.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,27 @@ registry-token-refresher:
7777

7878
**Note:** `hostname` should be left empty.
7979

80+
### [Azure Container Registry](https://azure.microsoft.com/en-us/services/container-registry/) (ACR)
81+
82+
After following the [docs](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-azure-cli) and creating a registry, e.g. `myregistry`, with its corresponding login server of `myregistry.azurecr.io`, the following values should be supplied:
83+
84+
```
85+
global:
86+
...
87+
registry_location: "off-cluster"
88+
...
89+
registry-token-refresher:
90+
...
91+
off_cluster_registry:
92+
hostname: "myregistry.azurecr.io"
93+
organization: "myorg"
94+
username: "myusername"
95+
password: "mypassword"
96+
...
97+
```
98+
99+
**Note:** The mandatory organization field (here `myorg`) will be created as an ACR repository if it does not already exist.
100+
80101
### Quay.io
81102

82103
```

0 commit comments

Comments
 (0)