2017-07-12 18:30:57 UTC
359 MB
https://github.com/MSOpenTech/redis/releases/download/win-3.0.504/Redis-x64-3.0.504.zip
REDIS_VERSION3.0.504
[#000] sha256:bce2fbc256ea437a87dadac2f69aabd25bed4f56255549090056c1131fad0277 - 67.14% (241 MB)
[#001] sha256:6a43ac69611f40511708beba10dfe6fbe3e266ca933b6fd49c87a9f31f46f46c - 30.83% (111 MB)
[#002] sha256:acc75acac61e9635ae7c57f4d74b6ac6a2efef41d7b17052ff6f5bc0fb92e960 - 0.0% (968 Bytes)
[#003] sha256:60f17e54c8f52dbb6a5246a2a56f6c9de1762cd61e67319d2484ea2b6367c8f0 - 0.23% (853 KB)
[#004] sha256:275cffa3f5585958ee7728b4591b9883ab3b49f1a10db88e71758bc21b3ff034 - 0.0% (958 Bytes)
[#005] sha256:636d9712b454cbbb855a59b3886778f02214b2ae8cbb9a4d858111e91c000e5b - 0.0% (958 Bytes)
[#006] sha256:ca115997c2aee9eefd027894357c94779bdf57dc64afaa06db14607addd1dfc5 - 1.8% (6.45 MB)
[#007] sha256:9116bd44766ff93b20dac72ff35125552d3c5bcefcf1f3118db0682b51c6df7b - 0.0% (961 Bytes)
[#008] sha256:f88ee9b2b154750a7bc4e358f4ccd4349f5db0b627e058af7d5b91a6fe59e94a - 0.0% (960 Bytes)
[#009] sha256:41cc2d42d714e5f0236e0c2f542075204055f16d73f433f911702c1346c22b30 - 0.0% (955 Bytes)
[#010] sha256:b4bea4a8469cc916690cd8c080b92879a6e88b87df39a7f7e7fd0b362edcda92 - 0.0% (946 Bytes)
Apply image 10.0.14393.0
2017-04-07 02:40:17 -0700Install update 10.0.14393.1066
2017-04-26 19:37:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2017-07-12 18:30:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $newPath = ('C:\Redis;{0}' -f $env:PATH); Write-Host ('Updating PATH: {0}' -f $newPath); setx /M PATH $newPath;
2017-07-12 18:30:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV REDIS_VERSION=3.0.504
2017-07-12 18:30:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV REDIS_DOWNLOAD_URL=https://github.com/MSOpenTech/redis/releases/download/win-3.0.504/Redis-x64-3.0.504.zip
2017-07-12 18:30:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Downloading {0} ...' -f $env:REDIS_DOWNLOAD_URL); Invoke-WebRequest -Uri $env:REDIS_DOWNLOAD_URL -OutFile 'redis.zip'; Write-Host 'Expanding ...'; Expand-Archive redis.zip -DestinationPath C:\Redis; Write-Host 'Verifying install ("redis-server --version") ...'; redis-server --version; Write-Host 'Removing ...'; Remove-Item redis.zip -Force
2017-07-12 18:30:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [C:\data]
2017-07-12 18:30:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) WORKDIR C:\data
2017-07-12 18:30:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 6379/tcp
2017-07-12 18:30:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["redis-server.exe"]