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
+1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
|`--docker-config-base64`|`ENVBUILDER_DOCKER_CONFIG_BASE64`|| The base64 encoded Docker config file that will be used to pull images from private container registries. When this is set, Docker configuration set via the DOCKER_CONFIG environment variable is ignored. |
19
19
|`--fallback-image`|`ENVBUILDER_FALLBACK_IMAGE`|| Specifies an alternative image to use when neither an image is declared in the devcontainer.json file nor a Dockerfile is present. If there's a build failure (from a faulty Dockerfile) or a misconfiguration, this image will be the substitute. Set ExitOnBuildFailure to true to halt the container if the build faces an issue. |
20
20
|`--exit-on-build-failure`|`ENVBUILDER_EXIT_ON_BUILD_FAILURE`|| Terminates the container upon a build failure. This is handy when preferring the FALLBACK_IMAGE in cases where no devcontainer.json or image is provided. However, it ensures that the container stops if the build process encounters an error. |
21
+
|`--exit-on-push-failure`|`ENVBUILDER_EXIT_ON_PUSH_FAILURE`|| ExitOnPushFailure terminates the container upon a push failure. This is useful if failure to push the built image should abort execution and result in an error. |
21
22
|`--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
23
|`--insecure`|`ENVBUILDER_INSECURE`|| Bypass TLS verification when cloning and pulling from container registries. |
23
24
|`--ignore-paths`|`ENVBUILDER_IGNORE_PATHS`|| The comma separated list of paths to ignore when building the workspace. |
0 commit comments