Namespace
library
Image / Tag
mongo:3.4.16
Content Digest
sha256:b2751fd6608199c6b2a94069d39608432c6ee99c785c6007bbcf4ed148de8891
Details
Created

2018-09-05 01:49:20 UTC

Size

127 MB

Content Digest
Environment
GOSU_VERSION

1.10

GPG_KEYS

0C49F3730359A14518585931BC711F9BA15703C6

JSYAML_VERSION

3.10.0

MONGO_MAJOR

3.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

3.4.16

PATH

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


Layers

[#000] sha256:57936531d1eea907ae6c73ebe8f8b5dc71232f5a642db22e877a4f0fc6ff1516 - 22.6% (28.7 MB)

[#001] sha256:2ed5d5ed43af9444708259d1ad7c18260dde2e6b3a261fba3433f673dbd04a87 - 0.0% (2.04 KB)

[#002] sha256:593c35b024dd2acb84e7f76b626c756e6346003b71057d98a18594f2de842779 - 1.76% (2.24 MB)

[#003] sha256:84e56f711c3d76dc3012aa117d6f71759e16a70828b945676cbf3d9afb033e9a - 0.61% (797 KB)

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

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

[#006] sha256:a1faeb0227f418fad4cddd597ad61c7fd19b9fae7de89c5d5ac9daf3d97f0172 - 0.0% (225 Bytes)

[#007] sha256:a85d3a39a5f5999843f96cdda0a34a6f65d545ad3c58d003bc40abadc2706aa7 - 75.01% (95.3 MB)

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

[#009] sha256:0240767f1fb169ae033f8e6783c4b390ae0052508df7095d4f0038b9ac640322 - 0.0% (3.49 KB)

[#010] sha256:317f5c1378a53917732fd9b944208a0644b81ee432f4799ca12aa9ae3991fb53 - 0.0% (121 Bytes)


History
2018-09-04 21:20:04 UTC

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

2018-09-04 21:20:05 UTC

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

2018-09-05 01:46:38 UTC

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

2018-09-05 01:47:04 UTC

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

2018-09-05 01:47:04 UTC

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

2018-09-05 01:47:05 UTC

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

2018-09-05 01:47:39 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; 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

2018-09-05 01:47:40 UTC

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

2018-09-05 01:48:38 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=0C49F3730359A14518585931BC711F9BA15703C6

2018-09-05 01:48:43 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; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list

2018-09-05 01:48:43 UTC

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

2018-09-05 01:48:44 UTC

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

2018-09-05 01:48:44 UTC

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

2018-09-05 01:48:45 UTC

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

2018-09-05 01:48:45 UTC

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

2018-09-05 01:48:45 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"

2018-09-05 01:49:18 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

2018-09-05 01:49:19 UTC

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

2018-09-05 01:49:19 UTC

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

2018-09-05 01:49:19 UTC

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

2018-09-05 01:49:20 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat

2018-09-05 01:49:20 UTC

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

2018-09-05 01:49:20 UTC

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

2018-09-05 01:49:20 UTC

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

Details
Created

2018-08-17 09:29:25 UTC

Size

5.2 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d8be8b5b65d265f7dbdc38ffc2d07f26cb5613d9d50c21dd9dbb7000ff0ba967

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.4.16


Layers

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

[#001] sha256:6631c2d2a60cd7ee5b334c2725b03e4d4976abb9a19c8e8dc9b806b3752745a6 - 25.83% (1.34 GB)

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

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

[#004] sha256:d689f417fdaae375241a4e0d3a1a3589749f7478c7e3fc642e769d5124172c94 - 0.0% (1.17 KB)

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

[#006] sha256:e0d27b93741db43f7b50faf6e53ade9611261845c447ea8b061b3732f1964222 - 1.25% (66.5 MB)

[#007] sha256:76bac7cf60499b0182787f3887bc1e781d57f64385cf5e8246668c5dbcff2cbf - 0.0% (1.16 KB)

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

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


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

Apply image 10.0.14393.0

2018-08-13 17:52:23 UTC

Install update 10.0.14393.2430

2018-08-17 09:21:39 UTC

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

2018-08-17 09:26:48 UTC

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

2018-08-17 09:26:50 UTC

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

2018-08-17 09:26:51 UTC

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

2018-08-17 09:29:20 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.';

2018-08-17 09:29:22 UTC

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

2018-08-17 09:29:24 UTC

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

2018-08-17 09:29:25 UTC

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

Details
Created

2018-08-17 09:31:43 UTC

Size

2.96 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d8be8b5b65d265f7dbdc38ffc2d07f26cb5613d9d50c21dd9dbb7000ff0ba967

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.4.16


Layers

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

[#001] sha256:c4047f78756c2319eb99557ec7139906cf11af6c91aefcc0e44ac49a5481d8e4 - 26.37% (799 MB)

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

[#003] sha256:45e65594c239211b861a65d61ce0eb963593a102a78111e8a6129945f2ac59c5 - 0.0% (1.17 KB)

[#004] sha256:4369ecc14b31cbcc26bc671723df8addd322f7a0c750420f41bda75ba6f86fa2 - 0.0% (1.17 KB)

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

[#006] sha256:025537dfc99a322de34eae6afc17f2885673be9c1534e6e2b9529d82bfdbf009 - 2.05% (62 MB)

[#007] sha256:305bff4534d6b43b5c744bbe7ee3a9c51d8a9f1fd75d60566e583af1c45fa8e8 - 0.0% (1.16 KB)

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

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


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

Apply image 10.0.16299.15

2018-08-08 23:20:54 UTC

Install update 10.0.16299.611

2018-08-17 09:24:21 UTC

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

2018-08-17 09:29:30 UTC

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

2018-08-17 09:29:31 UTC

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

2018-08-17 09:29:32 UTC

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

2018-08-17 09:31:37 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.';

2018-08-17 09:31:39 UTC

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

2018-08-17 09:31:41 UTC

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

2018-08-17 09:31:43 UTC

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

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