trim dockerfiles, script to rebuild test images (#1403)

This commit is contained in:
Kristoffer Dalby 2023-05-02 11:51:30 +02:00 committed by GitHub
parent 80772033ee
commit b23a9153df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 68 additions and 26 deletions

View file

@ -212,7 +212,11 @@ func New(
dockertestutil.DockerAllowNetworkAdministration,
)
if err != nil {
return nil, fmt.Errorf("could not start tailscale container: %w", err)
return nil, fmt.Errorf(
"could not start tailscale container (version: %s): %w",
version,
err,
)
}
log.Printf("Created %s container\n", hostname)