Namespace
library
Image / Tag
redis:3.2.100-nanoserver
Content Digest
sha256:810b22ec3e6009d23067e8e83c8a2ac4a2ca20200d0512caf40b171d03457cec
Details
Created

2017-07-12 18:32:42 UTC

Size

359 MB

Content Digest
Environment
REDIS_DOWNLOAD_URL

https://github.com/MSOpenTech/redis/releases/download/win-3.2.100/Redis-x64-3.2.100.zip

REDIS_VERSION

3.2.100


Layers

[#000] sha256:bce2fbc256ea437a87dadac2f69aabd25bed4f56255549090056c1131fad0277 - 67.11% (241 MB)

[#001] sha256:6a43ac69611f40511708beba10dfe6fbe3e266ca933b6fd49c87a9f31f46f46c - 30.82% (111 MB)

[#002] sha256:acc75acac61e9635ae7c57f4d74b6ac6a2efef41d7b17052ff6f5bc0fb92e960 - 0.0% (968 Bytes)

[#003] sha256:60f17e54c8f52dbb6a5246a2a56f6c9de1762cd61e67319d2484ea2b6367c8f0 - 0.23% (853 KB)

[#004] sha256:8dd171254c5cb42e88cbb61f9664c44a4b9bbf8f1b9308732769d6e0e08746cd - 0.0% (948 Bytes)

[#005] sha256:3106c2ed15a3eb44406beba69af250d6868010c2f307b68accafd53579b0e9ea - 0.0% (955 Bytes)

[#006] sha256:5c482e10d0fc8c892581315d2654090f35b8cd901cdcdadfa1e0540d41e5aa2b - 1.62% (5.82 MB)

[#007] sha256:74a1bb8a51617fd4b2a0707082ff1885078ac1e1546294243dee089fd83431fb - 0.22% (791 KB)

[#008] sha256:5b72f867f044aec7145ef955bcd06cead82eb27ece411f8f4b62cb1fb99d1681 - 0.0% (953 Bytes)

[#009] sha256:a303d4c0f022069d787c436527b881034b3c30bdc4c48b3908b0257ed0be01c7 - 0.0% (953 Bytes)

[#010] sha256:820e678b188173827acc6298d5c33c2af03a4e701805f5f66d3364debc9d2f32 - 0.0% (957 Bytes)

[#011] sha256:8a2bd99185dff9bbb357f63136c046ee8b4c104dda8c0ced6ab8b23a6af1fd42 - 0.0% (961 Bytes)


History
2016-11-20 03:39:18 -0800

Apply image 10.0.14393.0

2017-04-07 02:40:17 -0700

Install update 10.0.14393.1066

2017-04-26 19:37:26 UTC

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

2017-07-12 18:30:27 UTC

powershell -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:32:04 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV REDIS_VERSION=3.2.100

2017-07-12 18:32:06 UTC

powershell -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:32:22 UTC

powershell -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:32:34 UTC

powershell -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:32:35 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [C:\data]

2017-07-12 18:32:38 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) WORKDIR C:\data

2017-07-12 18:32:40 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 6379/tcp

2017-07-12 18:32:42 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["redis-server.exe" "C:\\Redis\\redis.docker.conf"]