| ... | ... | @@ -103,7 +103,12 @@ shutdown_timeout = 0 |
|
|
|
Troubleshooting
|
|
|
|
===============
|
|
|
|
|
|
|
|
You get the following error:
|
|
|
|
`ERROR: Job failed (system failure): Error response from daemon: container abf1963b3a2145d0d735be39385991e66ee8d14bc80e010c4336515ed4948cae encountered an error during hcs::System::CreateProcess: failure in a Windows system call: The system cannot find the file specified. (0x2) (exec.go:78:5s)`
|
|
|
|
- You get the following error:
|
|
|
|
`ERROR: Job failed (system failure): Error response from daemon: container ... encountered an error during hcs::System::CreateProcess: failure in a Windows system call: The system cannot find the file specified. (0x2) (exec.go:78:5s)`
|
|
|
|
|
|
|
|
The shell command is probably not right. Did you change `pwsh` to `powershell` in `C:\GitLab-Runner\config.toml`? Do you use another docker image? Did you check that the shell is available on the image? (Powershell is not available in `nanoserver` images). |
|
|
\ No newline at end of file |
|
|
|
The shell command is probably not right. Did you change `pwsh` to `powershell` in `C:\GitLab-Runner\config.toml`? Do you use another docker image? Did you check that the shell is available on the image? (Powershell is not available in `nanoserver` images).
|
|
|
|
|
|
|
|
- You get the following error:
|
|
|
|
`ERROR: Job failed: failed to pull image "buildtools" with specified policies [always]: Error response from daemon: pull access denied for buildtools, repository does not exist or may require 'docker login': denied: requested access to the resource is denied (manager.go:237:1s)`
|
|
|
|
|
|
|
|
Did you add `pull_policy = ["if-not-present", "always"]` in the `[runners.docker]` section of the `C:\GitLab-Runner\config.toml` file? |