You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/installing-workflow/configuring-registry.md
+2-51Lines changed: 2 additions & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@ When using a private registry the docker images are no longer pulled by Drycc Wo
17
17
18
18
Drycc Workflow currently supports:
19
19
20
-
1. Google Container Registry([gcr][gcr]).
21
-
1. EC2 Container Registry([ecr][ecr]).
22
20
1. 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.
23
21
24
22
## Configuration
@@ -33,50 +31,6 @@ You are now ready to `helm install drycc/workflow --namespace drycc -f values.ya
33
31
## Examples
34
32
Here we show how the relevant parts of the fetched `values.yaml` file might look like after configuring for a particular off-cluster registry:
35
33
36
-
### ECR
37
-
38
-
```
39
-
global:
40
-
...
41
-
registry_location: "ecr"
42
-
...
43
-
registry-token-refresher:
44
-
# Time in minutes after which the token should be refreshed.
45
-
# Leave it empty to use the default provider time.
46
-
token_refresh_time: ""
47
-
...
48
-
ecr:
49
-
# Your AWS access key. Leave it empty if you want to use IAM credentials.
50
-
accesskey: "ACCESS_KEY"
51
-
# Your AWS secret key. Leave it empty if you want to use IAM credentials.
52
-
secretkey: "SECRET_KEY"
53
-
# Any S3 region
54
-
region: "us-west-2"
55
-
registryid: ""
56
-
hostname: ""
57
-
...
58
-
```
59
-
**Note:**`registryid` and `hostname` should _not_ be set. See [this issue](https://github.com/drycc/registry-token-refresher/issues/2) for more info.
60
-
61
-
### GCR
62
-
63
-
```
64
-
global:
65
-
...
66
-
registry_location: "gcr"
67
-
...
68
-
registry-token-refresher:
69
-
# Time in minutes after which the token should be refreshed.
70
-
# Leave it empty to use the default provider time.
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:
0 commit comments