Skip to content

Commit

Permalink
Merge pull request #5086 from werf/docs_cr_dockerhub_bundles
Browse files Browse the repository at this point in the history
docs(cr): update DockerHub usage restrictions
  • Loading branch information
alexey-igrychev committed Nov 2, 2022
2 parents a18305d + cac3153 commit 13db803
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
28 changes: 14 additions & 14 deletions docs/pages_en/advanced/supported_container_registries.md
Expand Up @@ -10,21 +10,21 @@ However, the container registry may have limited support for the _Docker Registr

werf tries to automatically detect the type of container registry using the repository address provided (via the `--repo` option). The user can explicitly specify the container registry using the `--repo-container-registry` option or via the `WERF_REPO_CONTAINER_REGISTRY` environment variable.

| | Build | Bundles | Cleanup |
| ------------------------------------- | :----: | :---------------: | :-------------------------------------------------: |
| _AWS ECR_ | **ok** | **ok** | [***ok**](#aws-ecr) |
| _Azure CR_ | **ok** | **ok** | [***ok**](#azure-cr) |
| _Default_ | **ok** | **ok** | **ok** |
| _Docker Hub_ | **ok** | **not supported** | [***ok**](#docker-hub) |
| _GCR_ | **ok** | **ok** | **ok** |
| _GitHub Packages_ | **ok** | **ok** | [***ok**](#github-packages) |
| _GitLab Registry_ | **ok** | **ok** | [***ok**](#gitlab-registry) |
| _Harbor_ | **ok** | **ok** | **ok** |
| _JFrog Artifactory_ | **ok** | **ok** | **ok** |
| _Nexus_ | **ok** | **not tested** | **ok** |
| | Build | Bundles | Cleanup |
| ------------------------------------- | :----: |:-----------------:| :-------------------------------------------------: |
| _AWS ECR_ | **ok** | **ok** | [***ok**](#aws-ecr) |
| _Azure CR_ | **ok** | **ok** | [***ok**](#azure-cr) |
| _Default_ | **ok** | **ok** | **ok** |
| _Docker Hub_ | **ok** | **ok** | [***ok**](#docker-hub) |
| _GCR_ | **ok** | **ok** | **ok** |
| _GitHub Packages_ | **ok** | **ok** | [***ok**](#github-packages) |
| _GitLab Registry_ | **ok** | **ok** | [***ok**](#gitlab-registry) |
| _Harbor_ | **ok** | **ok** | **ok** |
| _JFrog Artifactory_ | **ok** | **ok** | **ok** |
| _Nexus_ | **ok** | **not tested** | **ok** |
| _Quay_ | **ok** | **not supported** | **ok** |
| _Yandex Container Registry_ | **ok** | **ok** | **ok** |
| _Selectel CRaaS_ | **ok** | **not tested** | [***ok**](#selectel-craas) |
| _Yandex Container Registry_ | **ok** | **ok** | **ok** |
| _Selectel CRaaS_ | **ok** | **not tested** | [***ok**](#selectel-craas) |

## Authorization

Expand Down
24 changes: 12 additions & 12 deletions docs/pages_ru/advanced/supported_container_registries.md
Expand Up @@ -10,20 +10,20 @@ author: Alexey Igrychev <alexey.igrychev@flant.com>

Используя заданный адрес репозитория (опция `--repo`) werf пытается автоматически определить container registry. Пользователь может явно указать container registry, используя опцию `--repo-container-registry` или переменную окружения `WERF_REPO_CONTAINER_REGISTRY`.

| | Сборка | Бандлы | Очистка |
| ------------------------------------- | :----: | :-------------------: | :--------------------------------------------: |
| _AWS ECR_ | **ок** | **ок** | [***ок**](#aws-ecr) |
| _Azure CR_ | **ок** | **ок** | [***ок**](#azure-cr) |
| _Default_ | **ок** | **ок** | **ок** |
| _Docker Hub_ | **ок** | **не поддерживается** | [***ок**](#docker-hub) |
| _GCR_ | **ок** | **ок** | **ок** |
| _GitHub Packages_ | **ок** | **ок** | [***ок**](#github-packages) |
| _GitLab Registry_ | **ок** | **ок** | [***ок**](#gitlab-registry) |
| _Harbor_ | **ок** | **ок** | **ок** |
| _JFrog Artifactory_ | **ок** | **ок** | **ок** |
| | Сборка | Бандлы | Очистка |
| ------------------------------------- | :----: |:---------------------:| :--------------------------------------------: |
| _AWS ECR_ | **ок** | **ок** | [***ок**](#aws-ecr) |
| _Azure CR_ | **ок** | **ок** | [***ок**](#azure-cr) |
| _Default_ | **ок** | **ок** | **ок** |
| _Docker Hub_ | **ок** | **ок** | [***ок**](#docker-hub) |
| _GCR_ | **ок** | **ок** | **ок** |
| _GitHub Packages_ | **ок** | **ок** | [***ок**](#github-packages) |
| _GitLab Registry_ | **ок** | **ок** | [***ок**](#gitlab-registry) |
| _Harbor_ | **ок** | **ок** | **ок** |
| _JFrog Artifactory_ | **ок** | **ок** | **ок** |
| _Nexus_ | **ок** | **не проверялся** | **ок** |
| _Quay_ | **ок** | **не поддерживается** | **ок** |
| _Yandex Container Registry_ | **ок** | **ок** | **ок** |
| _Yandex Container Registry_ | **ок** | **ок** | **ок** |
| _Selectel CRaaS_ | **ok** | **не проверялся** | [***ok**](#selectel-craas) |

## Авторизация
Expand Down

0 comments on commit 13db803

Please sign in to comment.