Tag

library/redis:3.0.7-windowsservercore
Content Digest: sha256:665e2b80dbbf7e54ea5c26c2839d3c0a9cdbdfc4b84c6fa18dfec56ed147d2b3
Details
Pull Command

docker pull io.docker.registry-1.mirror.anurin.name/library/redis:3.0.7-windowsservercore


Manifests
Details
Content Digest

sha256:31003113b44ac73dd6049498ccd9fdd95d74de9040ff6e6932aa579908ef248b

Created

2017-01-18 22:51:19 UTC

Size

4.66 GB


Environment
REDIS_DOWNLOAD_URL

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

REDIS_VERSION

3.0.504


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 81.36% (3.79 GB)

[#001] sha256:3430754e4d171ead00cf6766797a28abf3caf236f6c92c5c346ea2ad3955a129 - 18.25% (871 MB)

[#002] sha256:2090e83c9aacacb2da7d0836cf297e9927a3137c208e2f631e39e181e31ceb90 - 0.0% (1.19 KB)

[#003] sha256:8da44b0086252f4702e3a56302c8f8b41465bed5f455838bf271fced6fc93a0c - 0.18% (8.7 MB)

[#004] sha256:05debd25f02d505fcd5a68db4988714dc0cd9754892cf3aedb4ebdcf2ff71638 - 0.0% (1.19 KB)

[#005] sha256:d705e50e17a22b40631136aee6fab031337263e3cf3264c2ce4f6a188ce4d250 - 0.0% (1.2 KB)

[#006] sha256:074305b37ed17d8d277c347854d8b02a82b0fcc18399fe609c53409ae5d14f97 - 0.21% (10 MB)

[#007] sha256:40de2940e744d0afa24d6af318d3acea7c2089c69065dee2e1c79c32f44699f9 - 0.0% (1.19 KB)

[#008] sha256:6aa3c7fbb50da26797dc9abe65cda02e4296e9a105f1b79c35e4f319e2f97ea6 - 0.0% (1.21 KB)

[#009] sha256:8d9810fd3c4e4e81239d58573f71fb3dfffab17b20a0ca86a84e5e026a82da74 - 0.0% (1.19 KB)

[#010] sha256:6f01b2ae1e81bf8e47caabe58ac881e7addaa9c8fd0e7d482854ade96b95977d - 0.0% (1.2 KB)


History
2017-01-18 00:22:36 UTC

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

2017-01-18 22:49:45 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:49:52 UTC

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

2017-01-18 22:49:55 UTC

powershell -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-01-18 22:50:55 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:50:59 UTC

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

2017-01-18 22:51:04 UTC

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

2017-01-18 22:51:10 UTC

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

2017-01-18 22:51:19 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["redis-server.exe"]