Remove the env GODEBUG=netdns=cgo

This env is the workaroud of dns resolver on golang 1.7.3.
Remove it is bacause of harbor is using golang 1.9.2, the bug
has already been fixed.

Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
wang yan 2018-10-17 16:11:21 +08:00
parent bad68c5429
commit f44ff2e4c3
5 changed files with 0 additions and 9 deletions

View File

@ -40,7 +40,6 @@ CORE_SECRET=$core_secret
JOBSERVICE_SECRET=$jobservice_secret
TOKEN_EXPIRATION=$token_expiration
CFG_EXPIRATION=5
GODEBUG=netdns=cgo
ADMIRAL_URL=$admiral_url
WITH_NOTARY=$with_notary
WITH_CLAIR=$with_clair

View File

@ -2,7 +2,6 @@ LOG_LEVEL=info
CONFIG_PATH=/etc/core/app.conf
CORE_SECRET=$core_secret
JOBSERVICE_SECRET=$jobservice_secret
GODEBUG=netdns=cgo
ADMINSERVER_URL=$adminserver_url
UAA_CA_ROOT=/etc/core/certificates/uaa_ca.pem
_REDIS_URL=$redis_host:$redis_port,100,$redis_password

View File

@ -1,4 +1,3 @@
CORE_SECRET=$core_secret
JOBSERVICE_SECRET=$jobservice_secret
CORE_URL=$core_url
GODEBUG=netdns=cgo

View File

@ -22,8 +22,6 @@ services:
networks:
- harbor
dns_search: .
environment:
- GODEBUG=netdns=cgo
depends_on:
- log
logging:
@ -44,8 +42,6 @@ services:
networks:
- harbor
dns_search: .
environment:
- GODEBUG=netdns=cgo
depends_on:
- log
logging:

View File

@ -6,8 +6,6 @@ services:
volumes:
- /data/registry:/storage
- ./common/config/registry/:/etc/registry/
environment:
- GODEBUG=netdns=cgo
ports:
- 5000:5000
command: