hashicorp / terraform-cdk

Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
https://www.terraform.io/cdktf
Mozilla Public License 2.0
4.79k stars 441 forks source link

fix: explicitly listen on ipv4 address for verdaccio due to Github runner image regression #3654

Closed ansgarm closed 2 weeks ago

ansgarm commented 2 weeks ago

Configure Verdaccio to explicitly listen on IPv4 as there's some problem in the latest Github Runner Image with localhost and IPv4 / IPv6.

ansgarm commented 2 weeks ago

Alright, so it seems like a recent Github runner image update is the reason for this failure: https://github.com/actions/runner-images/issues/10061