Namespace
library
Image / Tag
mongo:3.2.21
Content Digest
sha256:0463a91d8eff189747348c154507afc7aba045baa40e8d58d8a4c798e71001f3
Details
Created

2018-11-16 00:55:06 UTC

Size

99.3 MB

Content Digest
Environment
GOSU_VERSION

1.10

GPG_KEYS

DFFA3DCF326E302C4787673A01C4E7FAAAB2461C 42F3E95A2C4F08279C4960ADD68FA50FEA312927

JSYAML_VERSION

3.10.0

MONGO_MAJOR

3.2

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

3.2.21

PATH

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


Layers

[#000] sha256:a92a4af0fb9c102a6d410fbd9c77c3119cd91a2230064f6c5b398fd97e3bff71 - 28.92% (28.7 MB)

[#001] sha256:74a2c7f3849e984c12a8f2513b7112e03f50cf99c76e60c88ab03b6e6a6d33e3 - 0.0% (2.04 KB)

[#002] sha256:927b52ab29bb00bfcf35741a16450388cf0daf058fb1783680fe5c2db5d3f548 - 2.26% (2.24 MB)

[#003] sha256:e941def1402553af581368a54a6ceb4a46dc4bb3b98a28d84067953585dd5e57 - 0.78% (797 KB)

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

[#005] sha256:f6d82baac9465a9f3c0ee392702dee9dfcb6b8f98e03c10596350f695f029f7b - 0.0% (3.51 KB)

[#006] sha256:7c1a640b9ded9ea98825224b234e986a14d6074a3987a458ef86c71a3c1014af - 0.0% (228 Bytes)

[#007] sha256:e8b2fc34c941ebe59f63b77b4519f175a91e1bf00f7cbca4d01b815bca0afc64 - 68.02% (67.6 MB)

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

[#009] sha256:61ba5f01559c1fb907bf9b9b4f1b2a80ab11905ee5a6e4096f93100686b382b3 - 0.0% (3.5 KB)

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


History
2018-11-15 22:34:24 UTC

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

2018-11-15 22:34:24 UTC

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

2018-11-16 00:52:54 UTC

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

2018-11-16 00:53:32 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-11-16 00:53:32 UTC

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

2018-11-16 00:53:33 UTC

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

2018-11-16 00:54:11 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 --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

2018-11-16 00:54:12 UTC

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

2018-11-16 00:54:12 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=DFFA3DCF326E302C4787673A01C4E7FAAAB2461C 42F3E95A2C4F08279C4960ADD68FA50FEA312927

2018-11-16 00:54: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

2018-11-16 00:54:20 UTC

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

2018-11-16 00:54:20 UTC

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

2018-11-16 00:54:21 UTC

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

2018-11-16 00:54:21 UTC

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

2018-11-16 00:54:21 UTC

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

2018-11-16 00:54:23 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-11-16 00:55:02 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-11-16 00:55:03 UTC

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

2018-11-16 00:55:03 UTC

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

2018-11-16 00:55:04 UTC

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

2018-11-16 00:55:05 UTC

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

2018-11-16 00:55:05 UTC

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

2018-11-16 00:55:06 UTC

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

2018-11-16 00:55:06 UTC

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

Details
Created

2018-12-25 19:04:06 UTC

Size

5.3 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

2ac5d265c0002405591ee3a74016a4a8a2125f6a96f3f3a619e52d2902b98b6c

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.2.21


Layers

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

[#001] sha256:bf261bf8d7bc7faa62a55474c337e0c2bf6e7d24df25e7737fa97ace46a2cd9a - 27.49% (1.46 GB)

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

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

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

[#005] sha256:93d1bcb369ce669007cda272e42c24fe535845d588fe2c2c2d7c9183e063b619 - 0.0% (1.18 KB)

[#006] sha256:02d43a63eeffd8dc9098448904fd106cac4c7f49e80bd62d96fed0e8def7cd5b - 1.02% (55.5 MB)

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

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

[#009] sha256:1b1dfea9bfd77736c8bded5c134a17b33902d52004acf80942913314c88bf7cd - 0.0% (1.18 KB)


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

Apply image 10.0.14393.0

2018-12-10 22:22:29 UTC

Install update 10.0.14393.2665

2018-12-25 19:01:19 UTC

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

2018-12-25 19:01:20 UTC

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

2018-12-25 19:01:22 UTC

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

2018-12-25 19:01:23 UTC

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

2018-12-25 19:04:00 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.';

2018-12-25 19:04:02 UTC

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

2018-12-25 19:04:04 UTC

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

2018-12-25 19:04:06 UTC

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

Details
Created

2018-12-25 19:06:42 UTC

Size

2.99 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

2ac5d265c0002405591ee3a74016a4a8a2125f6a96f3f3a619e52d2902b98b6c

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.2.21


Layers

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

[#001] sha256:10167262a01401a5b7cd880ca2abdb5a43d0cdb288b23e2bbda0cd16760064e7 - 27.39% (837 MB)

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

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

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

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

[#006] sha256:2082ee9423e21c71d1bd28a904653bbacd7809e4fa65f50a5fc094b1d0d461f3 - 1.66% (50.8 MB)

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

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

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


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

Apply image 10.0.16299.15

2018-12-05 22:40:26 UTC

Install update 10.0.16299.846

2018-12-25 19:04:16 UTC

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

2018-12-25 19:04:17 UTC

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

2018-12-25 19:04:18 UTC

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

2018-12-25 19:04:19 UTC

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

2018-12-25 19:06:36 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.';

2018-12-25 19:06:38 UTC

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

2018-12-25 19:06:40 UTC

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

2018-12-25 19:06:42 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