2.10.25-windowsservercore
sha256:90f6a9c218e54fca8ddb8f5ef49c6f6ebebb7d89b03b8c5a782e1b66ef645041
OS/ARCH
windows/amd64
Compressed size
2 GB
Last pushed
about 20 hours by doijanky
Type
Image
Vulnerabilities
Not scanned
Manifest digest
sha256:39cb1968945038e1a49d2050366ab438dc18b480e87b5e44619232a9a091d74a
0
Apply image 10.0.17763.6293
1.72 GB
1
Install update 10.0.17763.6893
416.64 MB
2
powershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
1.3 KB
3
powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV NATS_DOCKERIZED=1
1.3 KB
4
powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV NATS_SERVER=2.10.25
1.3 KB
5
powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV NATS_SERVER_DOWNLOAD=https://github.com/nats-io/nats-server/releases/download/v2.10.25/nats-server-v2.10.25-windows-amd64.zip
1.3 KB
6
powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV NATS_SERVER_SHASUM=cfc706d1add1d61e7f00023f12ab8e4266f2dddce21ac1cb0934d261d793b185
1.3 KB
7
powershell -Command $ErrorActionPreference = 'Stop'; Set-PSDebug -Trace 2
329.98 KB
8
powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('downloading from {0} ...' -f $env:NATS_SERVER_DOWNLOAD); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $env:NATS_SERVER_DOWNLOAD -OutFile nats.zip; Write-Host ('verifying sha256 ({0}) ...' -f $env:NATS_SERVER_SHASUM); if ((Get-FileHash nats.zip -Algorithm sha256).Hash -ne $env:NATS_SERVER_SHASUM) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'extracting nats.zip'; Expand-Archive -Path 'nats.zip' -DestinationPath .; Write-Host 'copying binary'; Copy-Item nats-server-v*/nats-server.exe -Destination C:\\nats-server.exe; Write-Host 'cleaning up'; Remove-Item -Force nats.zip; Remove-Item -Recurse -Force nats-server-v*; Write-Host 'complete.';
6.37 MB
9
powershell -Command $ErrorActionPreference = 'Stop'; #(nop) COPY file:b1a2608448de8d5c0c689957fe95cded96220a69167c54a1ee78e8da625c6311 in C:\nats-server.conf
1.88 KB
10
powershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 4222 6222 8222
1.3 KB
11
powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENTRYPOINT ["C:\\nats-server.exe"]
1.33 KB
12
powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["--config" "nats-server.conf"]
1.29 KB