@getmonoceros/workbench 1.6.10 → 1.6.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin.js +6 -7
- package/dist/bin.js.map +1 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -2703,12 +2703,11 @@ function formatRootlessNotSupportedError() {
|
|
|
2703
2703
|
``,
|
|
2704
2704
|
`You're running Docker in "rootless" mode right now. That setup`,
|
|
2705
2705
|
`runs the daemon without root privileges \u2014 sounds safer, but it`,
|
|
2706
|
-
`
|
|
2707
|
-
`
|
|
2708
|
-
`
|
|
2709
|
-
|
|
2710
|
-
`
|
|
2711
|
-
`entire workflow is built around.`,
|
|
2706
|
+
`remaps user IDs between your host and the container in a way`,
|
|
2707
|
+
`that prevents the container from writing into the directories`,
|
|
2708
|
+
`Monoceros mounts into it. Cloning your repos, running`,
|
|
2709
|
+
`\`npm install\`, building \u2014 all fail with permission errors at`,
|
|
2710
|
+
`the first attempt.`,
|
|
2712
2711
|
``,
|
|
2713
2712
|
`To fix, switch back to standard rootful Docker:`,
|
|
2714
2713
|
``,
|
|
@@ -3005,7 +3004,7 @@ function warnOnDeprecatedFeatureRefs(containerFeatures, globalConfig, logger) {
|
|
|
3005
3004
|
}
|
|
3006
3005
|
|
|
3007
3006
|
// src/version.ts
|
|
3008
|
-
var CLI_VERSION = true ? "1.6.
|
|
3007
|
+
var CLI_VERSION = true ? "1.6.11" : "dev";
|
|
3009
3008
|
|
|
3010
3009
|
// src/commands/_dispatch.ts
|
|
3011
3010
|
import { consola as consola11 } from "consola";
|