Updated build procedure for Windows containers

This commit is contained in:
Alexey Pustovalov
2025-01-10 17:42:07 +09:00
parent b0add345eb
commit a33d9ae106
12 changed files with 24 additions and 30 deletions

View File

@ -4,7 +4,7 @@ ARG MAJOR_VERSION=7.4
ARG ZBX_VERSION=${MAJOR_VERSION}
ARG BUILD_BASE_IMAGE=zabbix-build-base:ltsc2022-agent2-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} as builder
FROM ${BUILD_BASE_IMAGE} AS builder
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]