Namespace
library
Image / Tag
nats-streaming:0.24.5-windowsservercore
Content Digest
sha256:1494fcfcf9e45883e52e94a5a589198fe8a805c98ac054a65637babe8d433281
Details
Created

2022-04-22 16:18:47 UTC

Size

2.54 GB

Content Digest
Environment
NATS_DOCKERIZED

1

NATS_STREAMING_SERVER

0.24.5

NATS_STREAMING_SERVER_DOWNLOAD

https://github.com/nats-io/nats-streaming-server/releases/download/v0.24.5/nats-streaming-server-v0.24.5-windows-amd64.zip

NATS_STREAMING_SERVER_SHASUM

8a4f4ff3a1262fc5fb348a0b58acc588d724daabc29c650d87183e3660faa074


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 63.08% (1.6 GB)

[#001] sha256:ba8181afd4264392fbbf8df14fb4cddc55fbe085ab000e986b789678bc2bb171 - 36.62% (951 MB)

[#002] sha256:7ebb23aa64bff633cfa3c62b190d84f0e870b04fecb1910f65d0870b5c7f8981 - 0.0% (1.35 KB)

[#003] sha256:d838c7a98a95bee63894bac798124e8c8572bcacc23e22d85332d453a03a7d7c - 0.0% (1.39 KB)

[#004] sha256:e45166e7a394e3545f3f33cb3ddb87152f4fd62b71cd9fc15919d332960cd837 - 0.0% (1.3 KB)

[#005] sha256:15189228445a234e42f52b9d812173e26edba4d824b0aed5aeab7e820c227829 - 0.0% (1.24 KB)

[#006] sha256:957632d445179c10f7a677adbf9083301e0babafc9c02e4c960a0fcee0bc875a - 0.0% (1.24 KB)

[#007] sha256:2bc01bf16f3fe2409e6d20d14a4331c53d33c60426c077e6fc1ccda46115184e - 0.01% (351 KB)

[#008] sha256:1bb1c69178bc5509d69253833c75bde1a0be47c2047c76d6a72c6d389da8ccbe - 0.28% (7.26 MB)

[#009] sha256:0ab4e62675e125fcc1e4d16af54f1f5d62fbff63745b0c24b6f03dfae2487bbc - 0.0% (1.25 KB)

[#010] sha256:5fa2c4d46e180f44fa57fac356e03fb9b8a999c2b9ac826aeffff4bf91348852 - 0.0% (1.3 KB)

[#011] sha256:40aa7abe2b65926c6ddfd84dc6cc45248873effced7ad95a9c3a9aeeb3230f79 - 0.0% (1.29 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2022-04-04 11:20:25 UTC

Install update 1809-amd64

2022-04-13 12:43:33 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]

2022-04-13 14:42:30 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV NATS_DOCKERIZED=1

2022-04-22 16:15:54 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV NATS_STREAMING_SERVER=0.24.5

2022-04-22 16:15:55 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV NATS_STREAMING_SERVER_DOWNLOAD=https://github.com/nats-io/nats-streaming-server/releases/download/v0.24.5/nats-streaming-server-v0.24.5-windows-amd64.zip

2022-04-22 16:15:56 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV NATS_STREAMING_SERVER_SHASUM=8a4f4ff3a1262fc5fb348a0b58acc588d724daabc29c650d87183e3660faa074

2022-04-22 16:17:05 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Set-PSDebug -Trace 2

2022-04-22 16:18:44 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('downloading from {0} ...' -f $env:NATS_STREAMING_SERVER_DOWNLOAD); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $env:NATS_STREAMING_SERVER_DOWNLOAD -OutFile nats-streaming.zip; Write-Host ('verifying sha256 ({0}) ...' -f $env:NATS_STREAMING_SERVER_SHASUM); if ((Get-FileHash nats-streaming.zip -Algorithm sha256).Hash -ne $env:NATS_STREAMING_SERVER_SHASUM) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'extracting nats-streaming.zip'; Expand-Archive -Path 'nats-streaming.zip' -DestinationPath .; Write-Host 'copying binary'; Copy-Item nats-streaming-server-v*/nats-streaming-server.exe -Destination C:\\nats-streaming-server.exe; Write-Host 'cleaning up'; Remove-Item -Force nats-streaming.zip; Remove-Item -Recurse -Force nats-streaming-server-v*; Write-Host 'complete.';

2022-04-22 16:18:45 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 4222 8222

2022-04-22 16:18:46 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENTRYPOINT ["C:\\nats-streaming-server.exe"]

2022-04-22 16:18:47 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["-m" "8222"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete