Skip to content

Commit d780675

Browse files
author
Lev Orlov
committed
update Docker registry URL and add auth-token-url in OSA Proxy documentation
1 parent 5639d27 commit d780675

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/osa-proxy/config-docker.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ docker:
3030
repository:
3131
- name: codescoring-docker
3232
scan-package: true
33+
registry: https://registry-1.docker.io
34+
auth-token-url: https://auth.docker.io
3335
registry: https://jfrog.host.ru/docker-remote
3436
```
3537

docs/osa-proxy/config-docker.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ docker:
2929
repository:
3030
- name: codescoring-docker
3131
scan-package: true
32-
registry: https://jfrog.host.ru/docker-remote
32+
registry: https://registry-1.docker.io
33+
auth-token-url: https://auth.docker.io
3334
```
3435
3536
После настройки прокси-сервера и добавления его в application.yml, команда для загрузки образа будет выглядеть так:

0 commit comments

Comments
 (0)