From 7c2929775c124b8b2b7d7b13f2c421ac70ace15c Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 22 May 2024 11:52:48 +0900 Subject: [PATCH] Updated build process for Zabbix agent (windows) --- Dockerfiles/build-base/windows/Dockerfile.agent | 2 +- Dockerfiles/build-base/windows/Dockerfile.agent2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfiles/build-base/windows/Dockerfile.agent b/Dockerfiles/build-base/windows/Dockerfile.agent index 2e19e0b0e..c3f820bb9 100644 --- a/Dockerfiles/build-base/windows/Dockerfile.agent +++ b/Dockerfiles/build-base/windows/Dockerfile.agent @@ -152,7 +152,7 @@ RUN Set-Location -Path $env:SystemDrive\.; ` Write-Host ('Downloading {0} ...' -f $env:PCRE_URL); ` Invoke-WebRequest -OutFile $env:TEMP\pcre.zip -Uri $env:PCRE_URL; ` ` - $sha256 = '5b709aa45ea3b8bb73052947200ad187f651a2049158fb5bbfed329e4322a977'; ` + $sha256 = '1C2A4F75D934F60AC7DF937BA76FA4F26A93BB0A2FBF8AE22525D68E18EBEAE1'; ` $d_sha256 = (Get-FileHash $env:TEMP\pcre.zip -Algorithm sha256).Hash; ` Write-Host ('Verifying SHA256 ({0}) ...' -f $sha256); ` if ($d_sha256 -ne $sha256) { ` diff --git a/Dockerfiles/build-base/windows/Dockerfile.agent2 b/Dockerfiles/build-base/windows/Dockerfile.agent2 index 1d40d8563..4e151493f 100644 --- a/Dockerfiles/build-base/windows/Dockerfile.agent2 +++ b/Dockerfiles/build-base/windows/Dockerfile.agent2 @@ -203,7 +203,7 @@ RUN Set-Location -Path $env:SystemDrive\.; ` Write-Host ('Downloading {0} ...' -f $env:PCRE_URL); ` Invoke-WebRequest -OutFile $env:TEMP\pcre.zip -Uri $env:PCRE_URL; ` ` - $sha256 = '5b709aa45ea3b8bb73052947200ad187f651a2049158fb5bbfed329e4322a977'; ` + $sha256 = '1C2A4F75D934F60AC7DF937BA76FA4F26A93BB0A2FBF8AE22525D68E18EBEAE1'; ` $d_sha256 = (Get-FileHash $env:TEMP\pcre.zip -Algorithm sha256).Hash; ` Write-Host ('Verifying SHA256 ({0}) ...' -f $sha256); ` if ($d_sha256 -ne $sha256) { `