-
QuestionHas anyone ever tried to run powershell script with Semaphore locally? I can't find anything about powershell in the documentation, when I try I just get the error: “Running app failed: exec: ‘powershell’: executable file not found in $PATH”. Just so you know, I'm running Semaphore in a container, so the powershell must be missing from the image. Related toNo response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi @MWR007 do you use Semaphore in Docker? |
Beta Was this translation helpful? Give feedback.
-
Hi @fiftin , yes |
Beta Was this translation helpful? Give feedback.
-
I've also deployed Semaphore UI as docker container and no PowerShell on it. This prevents to run for example VMware powercli scripts to provision virtual infrastructure directly from Semaphore UI. Any plans to add PowerShell into official Semaphore UI docker container? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
@danielhanaj we have separate image for PowerShell: You can find it in the online configurator: https://semaphoreui.com/install/docker/2_15/ ![]() |
Beta Was this translation helpful? Give feedback.
@danielhanaj we have separate image for PowerShell:
semaphoreui/semaphore:v2.15.0-powershell7.5.0
.You can find it in the online configurator: https://semaphoreui.com/install/docker/2_15/