Namespace
library
Image / Tag
redis:3.2.6-nanoserver
Content Digest
sha256:0504a89bfa3ed423a4537e20579434e08058043537822c8578c98ac71ef971bf
Details
Created

2017-01-18 22:56:37 UTC

Size

325 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 - 74.08% (241 MB)

[#001] sha256:3ac17e2e6106d09a44642a437c318092eddd284afea0b4e707e89f6cec7a18ef - 23.64% (76.9 MB)

[#002] sha256:e75762e22d922ed4bb69ae4e673c912389d9d70fd91eaa33cd0732f0a8e28a4e - 0.0% (951 Bytes)

[#003] sha256:de31e43b05dd874f8ca7edfb3aac6545866c500853b7e509ba14e9ae38ad2097 - 0.26% (852 KB)

[#004] sha256:72304c71b91dd5750a5ee9c76380796d7587a7d5608045ab531f7e9d02a44af9 - 0.0% (951 Bytes)

[#005] sha256:67e40118728bb9a486a422adbd3c08f4a6c99e42edff5811101172555dcfa0da - 0.0% (958 Bytes)

[#006] sha256:c60cf65c021c8b3c522be96e91e91074e57d7777b1d624e88ae265759a2abe39 - 1.79% (5.82 MB)

[#007] sha256:246384c0dbd7566af07c7d33998ec09438cd9029e8332605e06b37e8fdaa876f - 0.24% (783 KB)

[#008] sha256:7ae3741b92c1d47abe9a132f443036ca118cf13362af4131a1fb37792df5b016 - 0.0% (957 Bytes)

[#009] sha256:8794db4ffca9168374e650806acb6ee47018b2d553df142cc3ad6540a6c9a51a - 0.0% (962 Bytes)

[#010] sha256:4641bd817ce69e3fde2b4f0f6b6a8e97a7da04be80cd4867daff6365d4a15d40 - 0.0% (961 Bytes)

[#011] sha256:c893421dc79a258d86db45ec19879d16ec43ffc2b462ffcfa5069878dc644ee0 - 0.0% (960 Bytes)


History
2017-01-13 17:53:28 UTC

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

2017-01-18 22:52:13 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-01-18 22:55:44 UTC

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

2017-01-18 22:55:46 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-01-18 22:56:10 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-01-18 22:56:25 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-01-18 22:56:27 UTC

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

2017-01-18 22:56:30 UTC

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

2017-01-18 22:56:32 UTC

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

2017-01-18 22:56:37 UTC

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