mirror of
https://github.com/goharbor/harbor
synced 2025-04-20 19:52:53 +00:00
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:
parent
bad68c5429
commit
f44ff2e4c3
|
@ -40,7 +40,6 @@ CORE_SECRET=$core_secret
|
||||||
JOBSERVICE_SECRET=$jobservice_secret
|
JOBSERVICE_SECRET=$jobservice_secret
|
||||||
TOKEN_EXPIRATION=$token_expiration
|
TOKEN_EXPIRATION=$token_expiration
|
||||||
CFG_EXPIRATION=5
|
CFG_EXPIRATION=5
|
||||||
GODEBUG=netdns=cgo
|
|
||||||
ADMIRAL_URL=$admiral_url
|
ADMIRAL_URL=$admiral_url
|
||||||
WITH_NOTARY=$with_notary
|
WITH_NOTARY=$with_notary
|
||||||
WITH_CLAIR=$with_clair
|
WITH_CLAIR=$with_clair
|
||||||
|
|
|
@ -2,7 +2,6 @@ LOG_LEVEL=info
|
||||||
CONFIG_PATH=/etc/core/app.conf
|
CONFIG_PATH=/etc/core/app.conf
|
||||||
CORE_SECRET=$core_secret
|
CORE_SECRET=$core_secret
|
||||||
JOBSERVICE_SECRET=$jobservice_secret
|
JOBSERVICE_SECRET=$jobservice_secret
|
||||||
GODEBUG=netdns=cgo
|
|
||||||
ADMINSERVER_URL=$adminserver_url
|
ADMINSERVER_URL=$adminserver_url
|
||||||
UAA_CA_ROOT=/etc/core/certificates/uaa_ca.pem
|
UAA_CA_ROOT=/etc/core/certificates/uaa_ca.pem
|
||||||
_REDIS_URL=$redis_host:$redis_port,100,$redis_password
|
_REDIS_URL=$redis_host:$redis_port,100,$redis_password
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
CORE_SECRET=$core_secret
|
CORE_SECRET=$core_secret
|
||||||
JOBSERVICE_SECRET=$jobservice_secret
|
JOBSERVICE_SECRET=$jobservice_secret
|
||||||
CORE_URL=$core_url
|
CORE_URL=$core_url
|
||||||
GODEBUG=netdns=cgo
|
|
||||||
|
|
|
@ -22,8 +22,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- harbor
|
- harbor
|
||||||
dns_search: .
|
dns_search: .
|
||||||
environment:
|
|
||||||
- GODEBUG=netdns=cgo
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- log
|
- log
|
||||||
logging:
|
logging:
|
||||||
|
@ -44,8 +42,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- harbor
|
- harbor
|
||||||
dns_search: .
|
dns_search: .
|
||||||
environment:
|
|
||||||
- GODEBUG=netdns=cgo
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- log
|
- log
|
||||||
logging:
|
logging:
|
||||||
|
|
|
@ -6,8 +6,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /data/registry:/storage
|
- /data/registry:/storage
|
||||||
- ./common/config/registry/:/etc/registry/
|
- ./common/config/registry/:/etc/registry/
|
||||||
environment:
|
|
||||||
- GODEBUG=netdns=cgo
|
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
command:
|
command:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user