Namespace
library
Image / Tag
mongo:3.6.10
Content Digest
sha256:701c2a16f31db77ff74aa080ffaae7bee4b889365c1128c65526e65706449287
Details
Created

2019-02-06 06:38:42 UTC

Size

125 MB

Content Digest
Environment
GOSU_VERSION

1.10

GPG_KEYS

2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5

JSYAML_VERSION

3.10.0

MONGO_MAJOR

3.6

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

3.6.10

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:6ae821421a7debccb4151f7a50dc8ec0317674429bec0f275402d697047a8e96 - 17.13% (21.5 MB)

[#001] sha256:62fd0c82764afd1b6ed445a94c187aeab0e0c96b91fa20f3c35642b49006a2a0 - 0.0% (1.7 KB)

[#002] sha256:0920d149ca05e8abfd000e45ee0f6abed5877a179bebe4dda5a914e15cae1ad8 - 2.46% (3.08 MB)

[#003] sha256:913650e93ed49a40f540138b01cc48ef2b2f61535507ff92eab9739aeef1d08c - 3.85% (4.82 MB)

[#004] sha256:7c7629131b6f6f27bd9297a3e12fca69dab96a88484c1d571844f2ff84983d4f - 0.0% (115 Bytes)

[#005] sha256:0349cb2eb5fdd0887bc750c687810a42a4f145201b90377c5210681458adb744 - 0.0% (1.95 KB)

[#006] sha256:b2bdfb30d929eb2a375066e235e3f40aff4347a5c36fdc011e9fd7e8a32e6022 - 0.0% (231 Bytes)

[#007] sha256:5871e888457f4364134a71a9e984e54134e3a04e0c0482e08dec4b02920bd407 - 76.56% (95.9 MB)

[#008] sha256:9067630c21b7fefcef466f12f7ad814920af4f0c4f0037ffd91a4da7854d1593 - 0.0% (139 Bytes)

[#009] sha256:d8f9ef83ea2cc5575be8e0c1387f57f682f905732b70fde0cbba4b0d69af74b2 - 0.0% (3.71 KB)


History
2019-02-06 03:30:19 UTC

/bin/sh -c #(nop) ADD file:5a6d066ba71fb0a4789971d41a896c905e3df4989b15e2079c09ddaad6ca3ccd in /

2019-02-06 03:30:19 UTC

/bin/sh -c #(nop) CMD ["bash"]

2019-02-06 06:37:53 UTC

/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb

2019-02-06 06:38:05 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates jq numactl ; if ! command -v ps > /dev/null; then apt-get install -y --no-install-recommends procps; fi; rm -rf /var/lib/apt/lists/*

2019-02-06 06:38:05 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.10

2019-02-06 06:38:05 UTC

/bin/sh -c #(nop) ENV JSYAML_VERSION=3.10.0

2019-02-06 06:38:15 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget ; if ! command -v gpg > /dev/null; then apt-get install -y --no-install-recommends gnupg dirmngr; fi; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc; chmod +x /usr/local/bin/gosu; gosu nobody true; wget -O /js-yaml.js "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js"; apt-get purge -y --auto-remove wget

2019-02-06 06:38:16 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2019-02-06 06:38:16 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5

2019-02-06 06:38:20 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --export $GPG_KEYS > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list

2019-02-06 06:38:20 UTC

/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org

2019-02-06 06:38:20 UTC

/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org

2019-02-06 06:38:20 UTC

/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org

2019-02-06 06:38:20 UTC

/bin/sh -c #(nop) ENV MONGO_MAJOR=3.6

2019-02-06 06:38:21 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=3.6.10

2019-02-06 06:38:21 UTC

/bin/sh -c echo "deb http://$MONGO_REPO/apt/debian stretch/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR main" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2019-02-06 06:38:40 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y ${MONGO_PACKAGE}=$MONGO_VERSION ${MONGO_PACKAGE}-server=$MONGO_VERSION ${MONGO_PACKAGE}-shell=$MONGO_VERSION ${MONGO_PACKAGE}-mongos=$MONGO_VERSION ${MONGO_PACKAGE}-tools=$MONGO_VERSION && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2019-02-06 06:38:41 UTC

/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb

2019-02-06 06:38:41 UTC

/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]

2019-02-06 06:38:41 UTC

/bin/sh -c #(nop) COPY file:aede91d254349505ddabe55af4cf4debc6cc3f959f945a489b8864e520f193e8 in /usr/local/bin/

2019-02-06 06:38:42 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2019-02-06 06:38:42 UTC

/bin/sh -c #(nop) EXPOSE 27017

2019-02-06 06:38:42 UTC

/bin/sh -c #(nop) CMD ["mongod"]

Details
Created

2019-02-14 10:40:37 UTC

Size

5.77 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

959acce14e4a565c1eb090a3430f20a7a04cadbe2d31b3367a7ff44b14e5b24d

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.10-signed.msi

MONGO_VERSION

3.6.10


Layers

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

[#001] sha256:b479a92ce115faf181c1196d762b00f05ec9aa83dc2fec2b7ca094c8d6e1bfff - 25.33% (1.46 GB)

[#002] sha256:33e3f629f8e74d92de73bbc723579547f0dd6f434077ae65e3418c97061f6c4f - 0.0% (1.18 KB)

[#003] sha256:cc56b3ffd089de956deb8d8501e043d3251afb3c45444a0db5c09224150f9588 - 0.0% (1.18 KB)

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

[#005] sha256:0b54755c00637e038603d7531b58ac4bd026655e085239a19a576043d5d99fc2 - 0.0% (1.17 KB)

[#006] sha256:b5e944c8400ae6dba63394949be9c6efcf651d003062bd9fcf99dbee5be4d30c - 9.02% (533 MB)

[#007] sha256:fbcf801eb80eb73709545d4d3a9e787cc048d6011b1d08a530a02dad60bf8375 - 0.0% (1.18 KB)

[#008] sha256:105908f5f553570d23edfcefdc27aa9eb650f28fcec22050a73001372e700049 - 0.0% (1.18 KB)

[#009] sha256:5093c424045083757aee9f569aa53371387f478c437b441f4bd6c8a7c31aad17 - 0.0% (1.19 KB)


History
2018-09-18 20:20:50 UTC

Apply image 10.0.14393.0

2019-02-11 20:08:57 UTC

Install update 10.0.14393.2791

2019-02-14 10:15:14 UTC

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

2019-02-14 10:21:24 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.6.10

2019-02-14 10:21:26 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.10-signed.msi

2019-02-14 10:21:27 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=959acce14e4a565c1eb090a3430f20a7a04cadbe2d31b3367a7ff44b14e5b24d

2019-02-14 10:40:31 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (New-Object System.Net.WebClient).DownloadFile($env:MONGO_DOWNLOAD_URL, 'mongo.msi'); Write-Host ('Verifying sha256 ({0}) ...' -f $env:MONGO_DOWNLOAD_SHA256); if ((Get-FileHash mongo.msi -Algorithm sha256).Hash -ne $env:MONGO_DOWNLOAD_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'Installing ...'; Start-Process msiexec -Wait -ArgumentList @( '/i', 'mongo.msi', '/quiet', '/qn', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $env:PATH = 'C:\mongodb\bin;' + $env:PATH; [Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ...'; Write-Host ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2019-02-14 10:40:33 UTC

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

2019-02-14 10:40:35 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017

2019-02-14 10:40:37 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

Details
Created

2019-02-14 11:01:28 UTC

Size

3.45 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

959acce14e4a565c1eb090a3430f20a7a04cadbe2d31b3367a7ff44b14e5b24d

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.10-signed.msi

MONGO_VERSION

3.6.10


Layers

[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 61.36% (2.12 GB)

[#001] sha256:effca3ebc3a86f19a139eb7047c6e97d2fe4c941737e8d9698820d0491ccf530 - 23.58% (833 MB)

[#002] sha256:c4273f2f648bb455b5339bc8719afa5ca050432c7fd18636bbea664f8f035578 - 0.0% (1.18 KB)

[#003] sha256:4ea52f313809a9b343afcf0f2d3713dbcc08806f8a054315c23a74208c5a1be6 - 0.0% (1.18 KB)

[#004] sha256:a0a3b3167d1b4805b7b43a7a6ac755e9d5e7a85d70c80f5d2dc25ac7269b52b0 - 0.0% (1.18 KB)

[#005] sha256:5e960a1f9a0f836ba18978b0b73ebfea629dbb0ff34c675b3804b90ab032b22f - 0.0% (1.17 KB)

[#006] sha256:543de31510c57057b81ff99d0939974ad8364253e8e0348aad1b27912761fc1b - 15.07% (533 MB)

[#007] sha256:18ea7d41aed020adadc63644cc21220fd3a2f213d1fbf1e59b15532977e30344 - 0.0% (1.17 KB)

[#008] sha256:e8165d79c0315192adabfb87bc5c39a74be30c89a363064f90ee06d37f49f71e - 0.0% (1.17 KB)

[#009] sha256:d4fea108b953fe754b8368d1163489bd8b4c6e4af3f68f874e749baaad0d2e8f - 0.0% (1.17 KB)


History
2017-09-29 14:43:28 UTC

Apply image 10.0.16299.15

2019-02-08 07:16:29 UTC

Install update 10.0.16299.967

2019-02-14 10:18:28 UTC

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

2019-02-14 10:40:44 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.6.10

2019-02-14 10:40:45 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.10-signed.msi

2019-02-14 10:40:46 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=959acce14e4a565c1eb090a3430f20a7a04cadbe2d31b3367a7ff44b14e5b24d

2019-02-14 11:01:22 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (New-Object System.Net.WebClient).DownloadFile($env:MONGO_DOWNLOAD_URL, 'mongo.msi'); Write-Host ('Verifying sha256 ({0}) ...' -f $env:MONGO_DOWNLOAD_SHA256); if ((Get-FileHash mongo.msi -Algorithm sha256).Hash -ne $env:MONGO_DOWNLOAD_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'Installing ...'; Start-Process msiexec -Wait -ArgumentList @( '/i', 'mongo.msi', '/quiet', '/qn', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $env:PATH = 'C:\mongodb\bin;' + $env:PATH; [Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ...'; Write-Host ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2019-02-14 11:01:25 UTC

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

2019-02-14 11:01:26 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017

2019-02-14 11:01:28 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

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.

Delete