docker pull io.docker.registry-1.mirror.anurin.name/library/redis:3.2.100-windowsservercore
sha256:0a2ce94c3cdb33b022c12c24fb256cd3059585ef4e914e82000fd05850eec176
2017-07-12 18:32:01 UTC
4.89 GB
https://github.com/MSOpenTech/redis/releases/download/win-3.2.100/Redis-x64-3.2.100.zip
REDIS_VERSION3.2.100
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 77.5% (3.79 GB)
[#001] sha256:6d4d50238ed13902c153bc3efc3a22f8a96bca4168ea03624d01da1063728dc2 - 22.12% (1.08 GB)
[#002] sha256:1363e862fdfb51b375f642fff311ab5f16a4e990d8d8c0ef1a0c9b563692b9ff - 0.0% (1.19 KB)
[#003] sha256:73ea6c032e11a428044834103b9fc29821b4358f7a6b710d8c743dee6236ba25 - 0.09% (4.74 MB)
[#004] sha256:b3607121f81f68b4aa608a0acc53b076093c929c22f045e7a0d1eb7d3a0864e0 - 0.0% (1.2 KB)
[#005] sha256:e81c9cf88ce8d952d48c102f1996ec8f3f0223e88a7eb596e1db13fad9ebf771 - 0.0% (1.18 KB)
[#006] sha256:cc2f2226cfefa37b23b7e0f5b40a4b726ac700e80ea541ee4a6581ebe6b82d48 - 0.19% (9.54 MB)
[#007] sha256:b438e38874fe01c8a1b657cd16bcc95533d2083c801420559648dececcb1fde0 - 0.09% (4.46 MB)
[#008] sha256:6ac4643d4cd2e55985946ddf8c92d5cd53a43de7c9a330b96cbde76df53194de - 0.0% (1.18 KB)
[#009] sha256:a805c9cc0761d18915c329d645a495332a1cced4fbe07542b632cf1e4dfdfcb2 - 0.0% (1.19 KB)
[#010] sha256:26999c73903ac435d968c63c9b09b90b8145b4a44ac944aef894592f6c70e723 - 0.0% (1.19 KB)
[#011] sha256:78b79d7413cd4602af40fbaa54d73042a9f86b07c5e219bb098d2c6d4055f15d - 0.0% (1.2 KB)
Apply image 10.0.14393.0
2017-04-10 22:00:56 UTCInstall update 10.0.14393.1066
2017-04-26 19:30:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2017-07-12 18:29:32 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:31:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV REDIS_VERSION=3.2.100
2017-07-12 18:31:03 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV REDIS_DOWNLOAD_URL=https://github.com/MSOpenTech/redis/releases/download/win-3.2.100/Redis-x64-3.2.100.zip
2017-07-12 18:31:30 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:31:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; (Get-Content C:\Redis\redis.windows.conf) -Replace '^(bind)\s+.*$', '$1 0.0.0.0' -Replace '^(protected-mode)\s+.*$', '$1 no' | Set-Content C:\Redis\redis.docker.conf
2017-07-12 18:31:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [C:\data]
2017-07-12 18:31:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) WORKDIR C:\data
2017-07-12 18:31:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 6379/tcp
2017-07-12 18:32:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["redis-server.exe" "C:\\Redis\\redis.docker.conf"]