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
> Note: by default, envbuilder will accept and log all host keys. If you need
201
+
> strict host key checking, set `SSH_KNOWN_HOSTS` and mount in a `known_hosts`
202
+
> file.
203
+
204
+
164
205
## Layer Caching
165
206
166
207
Cache layers in a container registry to speed up builds. To enable caching, [authenticate with your registry](#container-registry-authentication) and set the `CACHE_REPO` environment variable.
@@ -288,6 +329,7 @@ On MacOS or Windows systems, we recommend either using a VM or the provided `.de
288
329
|`--git-clone-single-branch`|`GIT_CLONE_SINGLE_BRANCH`|| Clone only a single branch of the Git repository. |
289
330
|`--git-username`|`GIT_USERNAME`|| The username to use for Git authentication. This is optional. |
290
331
|`--git-password`|`GIT_PASSWORD`|| The password to use for Git authentication. This is optional. |
332
+
|`--git-ssh-private-key-path`|`GIT_SSH_PRIVATE_KEY_PATH`|| Path to an SSH private key to be used for Git authentication. |
291
333
|`--git-http-proxy-url`|`GIT_HTTP_PROXY_URL`|| The URL for the HTTP proxy. This is optional. |
292
334
|`--workspace-folder`|`WORKSPACE_FOLDER`|| The path to the workspace folder that will be built. This is optional. |
293
335
|`--ssl-cert-base64`|`SSL_CERT_BASE64`|| The content of an SSL cert file. This is useful for self-signed certificates. |
0 commit comments