Azure Repos - Docker를 사용하여 설치 및 구성
Azure Repos와 함께 사용할 Broker 구성
Azure Repos용 Broker 클라이언트 설정을 위한 Docker 실행 명령
docker run --restart=always \
-p 8000:8000 \
-e BROKER_TOKEN=<secret-broker-token> \
-e BROKER_SERVER_URL=<broker-region-url> \
-e AZURE_REPOS_TOKEN=<secret-azure-token> \
-e AZURE_REPOS_ORG=<org-name> \
-e AZURE_REPOS_HOST=<your.azure-server.domain.com (no http/s)> \
-e PORT=8000 \
-e BROKER_CLIENT_URL=<http://broker.url.example:8000 (dns/IP:port)> \
-e ACCEPT_IAC=tf,yaml,yml,json,tpl \
-e ACCEPT_CODE=true \
-e ACCEPT_ESSENTIALS=true \
snyk/broker:azure-reposBroker 클라이언트 컨테이너 시작 및 Azure Repos 연결 확인
Azure Repos용 Broker 기본 문제 해결
Last updated