mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-12 04:47:26 +02:00
Optimized Windows build environment
This commit is contained in:
parent
ca3c3b4f26
commit
b80d206205
@ -30,7 +30,7 @@ LABEL org.opencontainers.image.title="Zabbix agent" `
|
||||
org.opencontainers.image.source="${ZBX_SOURCES}"
|
||||
|
||||
COPY --from=builder ["C:\\zabbix-${ZBX_VERSION}-output", "C:\\zabbix"]
|
||||
COPY --from=builder ["C:\\pwsh", "C:\\Program Files\\PowerShell"]
|
||||
COPY --from=builder ["C:\\build_deps\\pwsh", "C:\\Program Files\\PowerShell"]
|
||||
COPY [".\\docker-entrypoint.ps1", "C:\\zabbix"]
|
||||
|
||||
WORKDIR C:\zabbix\
|
||||
|
@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="Zabbix agent 2" `
|
||||
org.opencontainers.image.source="${ZBX_SOURCES}"
|
||||
|
||||
COPY --from=builder ["C:\\zabbix-${ZBX_VERSION}-output", "C:\\zabbix"]
|
||||
COPY --from=builder ["C:\\pwsh", "C:\\Program Files\\PowerShell"]
|
||||
COPY --from=builder ["C:\\build_deps\\pwsh", "C:\\Program Files\\PowerShell"]
|
||||
COPY [".\\docker-entrypoint.ps1", "C:\\zabbix"]
|
||||
|
||||
WORKDIR C:\zabbix\
|
||||
|
Loading…
x
Reference in New Issue
Block a user