Skip to content

Commit a5e5476

Browse files
authored
Add MSI download step to Dockerfile
1 parent ec3be17 commit a5e5476

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2019
33
# Download the latest self-hosted integration runtime installer into the SHIR folder
44
COPY SHIR C:/SHIR/
55

6+
ADD https://download.microsoft.com/download/E/4/7/E4771905-1079-445B-8BF9-8A1A075D8A10/IntegrationRuntime_5.17.8186.1.msi C:/SHIR/
7+
68
RUN ["powershell", "C:/SHIR/build.ps1"]
79

810
CMD ["powershell", "C:/SHIR/setup.ps1"]
911

1012
ENV SHIR_WINDOWS_CONTAINER_ENV True
1113

12-
HEALTHCHECK --start-period=120s CMD ["powershell", "C:/SHIR/health-check.ps1"]
14+
HEALTHCHECK --start-period=120s CMD ["powershell", "C:/SHIR/health-check.ps1"]

0 commit comments

Comments
 (0)