Tag

library/redis:3.0.504-windowsservercore
Content Digest: sha256:eba96251db687c29332fe8fbb16808dd76e0163cf5edbe857a24575fb08f3e10
Manifests
Details
Content Digest

sha256:3a72597c5686bbcad723a8163cdb3a3ffc0edb578fbd84b9b6ff37b2f8cd5ab0

Created

2017-07-12 18:30:14 UTC

Size

4.89 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 - 77.56% (3.79 GB)

[#001] sha256:6d4d50238ed13902c153bc3efc3a22f8a96bca4168ea03624d01da1063728dc2 - 22.14% (1.08 GB)

[#002] sha256:1363e862fdfb51b375f642fff311ab5f16a4e990d8d8c0ef1a0c9b563692b9ff - 0.0% (1.19 KB)

[#003] sha256:73ea6c032e11a428044834103b9fc29821b4358f7a6b710d8c743dee6236ba25 - 0.09% (4.74 MB)

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

[#005] sha256:713540b1283d6aeb991bc3693c29e8098be3fd60cd58fa86c95f8f1b34157898 - 0.0% (1.19 KB)

[#006] sha256:7528f1817d12c0eb801d8890a21ecdc3633d4fc37720b7778c7d22c5e9addc5c - 0.2% (10.2 MB)

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

[#008] sha256:b7909cc39ce210c731e4c7337d5c10e0a5db7bba519a72956c5522f6a0c6ac34 - 0.0% (1.19 KB)

[#009] sha256:eba2fada57b220a60a6a632d14c1697bdc3b3c85390d0e46406642f745f22353 - 0.0% (1.2 KB)

[#010] sha256:9b8ec3c83f66fd25f2208a007e24e756ddf20f6d1e6dc2dd74cb50f8a80a4b62 - 0.0% (1.19 KB)


History
2016-11-22 23:24:24 UTC

Apply image 10.0.14393.0

2017-04-10 22:00:56 UTC

Install update 10.0.14393.1066

2017-04-26 19:30:51 UTC

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

2017-07-12 18:29:32 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:29:35 UTC

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

2017-07-12 18:29:38 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-07-12 18:30:03 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:30:06 UTC

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

2017-07-12 18:30:09 UTC

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

2017-07-12 18:30:11 UTC

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

2017-07-12 18:30:14 UTC

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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.