| Apply image 10.0.20348.4294 |
| WORKDIR C:\app |
| cmd /S /C mkdir C:\data |
| cmd /S /C mkdir C:\temp |
| COPY file:905f809c84ecc66faa62286aad6a73cdd71f6aa05012047e558c9dbd9fdcbe43 in C:\app\gitea-runner.ps1 |
| ADD 64a4b8b10bed51d7bcc79c325ef76ccb09fe355bc38d22131b49770c50be0f58 in C:\act_runner.exe |
| SHELL [powershell -NoProfile -Command] |
| powershell -NoProfile -Command Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')); choco install git -y; choco install nodejs --version=20.10.0 -y; |
| SHELL [cmd /S /C] |
| ENV RUNNER_STATE_FILE=.runner |
| ENV GITEA_MAX_REG_ATTEMPTS=10 |
| VOLUME [C:/data] |
| ENTRYPOINT ["powershell.exe" "-NoProfile" "-File" "C:/app/gitea-runner.ps1"] |