You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/env-variables.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
|`--force-safe`|`ENVBUILDER_FORCE_SAFE`|| Ignores any filesystem safety checks. This could cause serious harm to your system! This is used in cases where bypass is needed to unblock customers. |
22
22
|`--insecure`|`ENVBUILDER_INSECURE`|| Bypass TLS verification when cloning and pulling from container registries. |
23
23
|`--ignore-paths`|`ENVBUILDER_IGNORE_PATHS`|| The comma separated list of paths to ignore when building the workspace. |
24
+
|`--build-secrets`|`ENVBUILDER_BUILD_SECRETS`|| The list of secret environment variables to use when building the image. |
24
25
|`--skip-rebuild`|`ENVBUILDER_SKIP_REBUILD`|| Skip building if the MagicFile exists. This is used to skip building when a container is restarting. e.g. docker stop -> docker start This value can always be set to true - even if the container is being started for the first time. |
25
26
|`--git-url`|`ENVBUILDER_GIT_URL`|| The URL of a Git repository containing a Devcontainer or Docker image to clone. This is optional. |
26
27
|`--git-clone-depth`|`ENVBUILDER_GIT_CLONE_DEPTH`|| The depth to use when cloning the Git repository. |
0 commit comments