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: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -388,5 +388,6 @@ On MacOS or Windows systems, we recommend either using a VM or the provided `.de
388
388
|`--coder-agent-subsystem`|`CODER_AGENT_SUBSYSTEM`|| Coder agent subsystems to report when forwarding logs. The envbuilder subsystem is always included. |
389
389
|`--push-image`|`ENVBUILDER_PUSH_IMAGE`|| Push the built image to a remote registry. This option forces a reproducible build. |
390
390
|`--get-cached-image`|`ENVBUILDER_GET_CACHED_IMAGE`|| Print the digest of the cached image, if available. Exits with an error if not found. |
391
+
|`--remote-repo-build-mode`|`ENVBUILDER_REMOTE_REPO_BUILD_MODE`|`false`| Use the remote repository as the source of truth when building the image. This means that the users changes to the local files that have been cloned will not be reflected in the image. This is useful as a way to improve cache utilization (get cached image). |
0 commit comments