bundles/woodpecker-server: add GODEBUG=netns=go

This commit is contained in:
Franzi 2022-12-24 08:44:40 +01:00
parent c2e93c0abb
commit eee786fabf
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 5 additions and 1 deletions

View file

@ -24,6 +24,10 @@ defaults = {
'WOODPECKER_LOG_LEVEL': 'warn',
'WOODPECKER_OPEN': 'true',
'WOODPECKER_SERVER_ADDR': ':22100',
# https://github.com/woodpecker-ci/woodpecker/issues/1497
# https://github.com/woodpecker-ci/woodpecker/issues/748
'GODEBUG': 'netdns=go'
},
},
}