@travetto/exec
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -17,3 +17,3 @@ { | ||
}, | ||
"version": "0.0.22" | ||
"version": "0.0.23" | ||
} |
@@ -43,3 +43,3 @@ import * as child_process from 'child_process'; | ||
constructor(private image: string, container?: string) { | ||
this.container = container || `${image}-${Date.now()}-${Math.random()}`.replace(/[^A-Z0-9a-z\-]/g, ''); | ||
this.container = container || `${process.env.DOCKER_NS || image}-${Date.now()}-${Math.random()}`.replace(/[^A-Z0-9a-z\-]/g, ''); | ||
} | ||
@@ -46,0 +46,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17996