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'
},
},
}

View file

@ -539,7 +539,7 @@ nodes['rx300'] = {
},
'woodpecker-server': {
'domain': 'woodpecker.franzi.business',
'version': '0.15.5',
'version': '0.15.6',
'environment': {
'WOODPECKER_GITEA': 'true',
'WOODPECKER_GITEA_URL': 'https://git.franzi.business',