Namespace
library
Image / Tag
mongo:3.6.0
Content Digest
sha256:d16539343d6b47ac150a9fae8e1278253e5f00a4c1d9d3f4a3858bd90d5f3097
Details
Created

2017-12-21 01:21:38 UTC

Size

124 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.0

PATH

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


Layers

[#000] sha256:c4bb02b17bb4b034c95a948c99c762cf0486a45f45441a052208d7750f1b413b - 23.1% (28.7 MB)

[#001] sha256:3f58e3bb3be4bfc57e890138990e250f521d69af3a0c39c7d0394727c66dc676 - 0.0% (2.04 KB)

[#002] sha256:a229fb575a6e558f699a74bc9037d818b6d74c607e68ef6cf1c548daf10ebc52 - 1.84% (2.29 MB)

[#003] sha256:8f5ddc533743964c2e280d7a7e70667e892c29b518c04ee34aa56aa9449b59da - 0.63% (798 KB)

[#004] sha256:5e9d2af6e2069f3050614a5f983f7147427a7f4e907c67bbb070e346ab333ed5 - 0.0% (115 Bytes)

[#005] sha256:3b6c28c0235b619029c8b8c9d512f97756a986bfa458e64b5aa45784af894ac3 - 0.0% (1.41 KB)

[#006] sha256:56df4a1a7acad150f90f4fd67eedc95f24bd257c86ae00c131c22e37f37d8fef - 0.0% (230 Bytes)

[#007] sha256:2693a8f3c1552e153be1d0dfe3549cd8f76a49d6641185cb40864c4f664472dc - 74.43% (92.5 MB)

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

[#009] sha256:158f54c96e9af6468b14a29c091f2167d17b04b7cdb71fa061ab01ba3cccdf0f - 0.0% (3.63 KB)


History
2017-12-12 01:41:34 UTC

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

2017-12-12 01:41:35 UTC

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

2017-12-12 02:36:34 UTC

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

2017-12-12 02:38:45 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates jq numactl && rm -rf /var/lib/apt/lists/*

2017-12-21 01:16:42 UTC

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

2017-12-21 01:16:42 UTC

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

2017-12-21 01:17:01 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget ; 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 --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; 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

2017-12-21 01:17:02 UTC

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

2017-12-21 01:21:07 UTC

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

2017-12-21 01:21:10 UTC

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

2017-12-21 01:21:17 UTC

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

2017-12-21 01:21:18 UTC

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

2017-12-21 01:21:18 UTC

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

2017-12-21 01:21:18 UTC

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

2017-12-21 01:21:18 UTC

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

2017-12-21 01:21:19 UTC

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

2017-12-21 01:21:36 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

2017-12-21 01:21:37 UTC

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

2017-12-21 01:21:37 UTC

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

2017-12-21 01:21:38 UTC

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

2017-12-21 01:21:38 UTC

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

2017-12-21 01:21:38 UTC

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

2017-12-21 01:21:38 UTC

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

Details
Created

2017-12-07 02:49:52 UTC

Size

5.43 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

51ba9160f887c7f5cf0786fec9a40b8e74c38b7f9fe12923b0efae3bdfd34064

MONGO_DOWNLOAD_URL

http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.0-signed.msi

MONGO_VERSION

3.6.0


Layers

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

[#001] sha256:ead9f4ead3c5a712cb213a5318f4a8bf3604bc16e16ce4f7cf0b66f7d2073282 - 22.07% (1.2 GB)

[#002] sha256:548545e3bfa5574188201e946d80c077338e1cf3292a3cc901720d63138c4c22 - 0.0% (1.17 KB)

[#003] sha256:4c6bf692cefb5f4e89ae9ea4611cec377adf641cd88f37db1abb391bd8b81d6f - 0.0% (1.17 KB)

[#004] sha256:7abf7b539c9a2bc4994eb22a4e035e2e9668b5f0fc3f433bf988fd308b4652e8 - 0.0% (1.16 KB)

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

[#006] sha256:a08e2fa84c1bda742e42dbb887911b5eb1b386ebaea2d868e2fad9d5dea8efcb - 8.15% (453 MB)

[#007] sha256:8373e88c74fc9f3de0587d374bf9d4ab64c13d621d4117928b5604d01c0e7b79 - 0.0% (1.17 KB)

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

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


History
2016-12-13 10:53:31 UTC

Apply image 10.0.14393.0

2017-11-13 21:42:13 UTC

Install update 10.0.14393.1884

2017-11-15 02:39:48 UTC

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

2017-12-07 02:38:03 UTC

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

2017-12-07 02:38:04 UTC

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

2017-12-07 02:38:05 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=51ba9160f887c7f5cf0786fec9a40b8e74c38b7f9fe12923b0efae3bdfd34064

2017-12-07 02:49:48 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); (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.';

2017-12-07 02:49:49 UTC

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

2017-12-07 02:49:50 UTC

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

2017-12-07 02:49:52 UTC

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

Details
Created

2017-12-15 18:13:07 UTC

Size

3.11 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

51ba9160f887c7f5cf0786fec9a40b8e74c38b7f9fe12923b0efae3bdfd34064

MONGO_DOWNLOAD_URL

http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.0-signed.msi

MONGO_VERSION

3.6.0


Layers

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

[#001] sha256:e50cc21fbc56936f06a5d9dfe4559b7108a89064fcb39dfbe14150d5cfeb912b - 17.66% (562 MB)

[#002] sha256:a768329167a641833bde82301c06d629170e446fe0d207a2fe4a55c0a7aeb6ac - 0.0% (1.16 KB)

[#003] sha256:f44b080cb6059a711be6e803ecf0dd6f072c16559e94dbb3ec03839fdacc8a7e - 0.0% (1.14 KB)

[#004] sha256:26839697b9dbf2d96cae0f632cc43d3be0fdceca9fdeca301276a9149b6bc56f - 0.0% (1.16 KB)

[#005] sha256:38ee6981ce10656bfe00437c2be4d35e311f035c1b9a03627da0527b2195ebdd - 0.0% (1.16 KB)

[#006] sha256:c88455c564e25ac2aace839d17b0ea2ddd4ee0b0cd6fd768da198aecb236b156 - 14.22% (453 MB)

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

[#008] sha256:16a2e20a66fc7d85c12fdf64e07ec3d96e9fe05ebdae456f3b2281e38f895396 - 0.0% (1.16 KB)

[#009] sha256:b1a0ec57ee4f3313ebda1a8759462fe3d1b43f3429b439c17c2b556421735081 - 0.0% (1.16 KB)


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

Apply image 10.0.16299.15

2017-12-09 18:00:03 UTC

Install update 10.0.16299.125

2017-12-13 02:53:46 UTC

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

2017-12-15 17:58:52 UTC

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

2017-12-15 17:58:53 UTC

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

2017-12-15 17:58:54 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=51ba9160f887c7f5cf0786fec9a40b8e74c38b7f9fe12923b0efae3bdfd34064

2017-12-15 18:13:03 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); (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.';

2017-12-15 18:13:05 UTC

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

2017-12-15 18:13:06 UTC

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

2017-12-15 18:13:07 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