Namespace
library
Image / Tag
mongo:4.0.7
Content Digest
sha256:07b8ccd32d40f47892ff5d074626cb9a866f49742658ce872dd1095cb51d9264
Details
Created

2019-03-27 23:19:56 UTC

Size

145 MB

Content Digest
Environment
GOSU_VERSION

1.10

GPG_KEYS

9DA31620334BD75D9DCB49F368818C72E52529D4

JSYAML_VERSION

3.10.0

MONGO_MAJOR

4.0

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.0.7

PATH

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


Layers

[#000] sha256:34667c7e4631207d64c99e798aafe8ecaedcbda89fb9166203525235cc4d72b9 - 28.72% (41.5 MB)

[#001] sha256:d18d76a881a47e51f4210b97ebeda458767aa6a493b244b4b40bfe0b1ddd2c42 - 0.0% (852 Bytes)

[#002] sha256:119c7358fbfc2897ed63529451df83614c694a8abbd9e960045c1b0b2dc8a4a1 - 0.0% (529 Bytes)

[#003] sha256:2aaf13f3eff07aa25f73813096bd588e6408b514288651402aa3d0357509be7a - 0.0% (169 Bytes)

[#004] sha256:f7833eaffdda8c479f372f8bed51dfa22ad2a41ec187c8905248a67fdfae69c7 - 0.0% (1.94 KB)

[#005] sha256:8287cb5b9dafe7dbf0714f034c3ce7027cc9d68ff4a95d4c2711402e873217b6 - 1.94% (2.81 MB)

[#006] sha256:ea00040a145a5a74da994779a79cf7f0458106c029355e878c6400ac7e765acc - 0.5% (733 KB)

[#007] sha256:eeb70119a2bab1d44069f5418c9179869ea681a6dfd32251d7e96c4f0cd64461 - 0.0% (115 Bytes)

[#008] sha256:066b6bd644f88980f805925ba1abfbfdbdf8ea93b3a6e1dcabb0147b4e42377c - 0.0% (1.39 KB)

[#009] sha256:17862d4a3122e6c7c53baabccd9a85e775e8bc2574bb2e39b7df30d6a104864a - 0.0% (237 Bytes)

[#010] sha256:1cdcc815e97558a1d37ede144e43066de8a4c8f99179aa8f4adb44ac1eef81f9 - 68.83% (99.6 MB)

[#011] sha256:73e0e2953af74f9bdb3ffc6bf579c10d05ba5e7425faa3120f14594d0cfecc64 - 0.0% (139 Bytes)

[#012] sha256:f719605a43699437a7bda0ee91c56b0e6302f5001dfc0f33f2f9cebac9da4d2f - 0.0% (3.82 KB)


History
2019-03-12 00:21:09 UTC

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

2019-03-12 00:21:10 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2019-03-12 00:21:11 UTC

/bin/sh -c rm -rf /var/lib/apt/lists/*

2019-03-12 00:21:11 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2019-03-12 00:21:12 UTC

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

2019-03-12 01:16:49 UTC

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

2019-03-12 01:16:58 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-03-12 01:16:58 UTC

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

2019-03-12 01:16:58 UTC

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

2019-03-12 01:17:04 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-03-12 01:17:04 UTC

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

2019-03-12 01:17:04 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=9DA31620334BD75D9DCB49F368818C72E52529D4

2019-03-12 01:17:05 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-03-12 01:17:06 UTC

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

2019-03-12 01:17:06 UTC

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

2019-03-12 01:17:06 UTC

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

2019-03-12 01:17:06 UTC

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

2019-03-22 23:10:34 UTC

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

2019-03-22 23:10:35 UTC

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

2019-03-22 23:11:08 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-03-22 23:11:09 UTC

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

2019-03-22 23:11:09 UTC

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

2019-03-27 23:19:55 UTC

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

2019-03-27 23:19:56 UTC

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

2019-03-27 23:19:56 UTC

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

2019-03-27 23:19:56 UTC

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

Details
Created

2019-03-23 09:27:33 UTC

Size

5.33 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b83e6fc04ea332b9cb60a31543805d87b7226f1da29db23cf108c4c208ff5d9f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.7


Layers

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

[#001] sha256:e0718b11f51220dd85c47a1d225be81c5ba343fbb45f9b43fe3d762c0a20300a - 27.41% (1.46 GB)

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

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

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

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

[#006] sha256:6981794f154058353de1ed13849ab858f8a42b909dcedab9dba0cb9742f47f1e - 1.51% (82.4 MB)

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

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

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


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

Apply image 10.0.14393.0

2019-03-11 20:57:18 UTC

Install update 10.0.14393.2848

2019-03-15 09:43:18 UTC

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

2019-03-23 09:17:10 UTC

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

2019-03-23 09:17:11 UTC

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

2019-03-23 09:17:12 UTC

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

2019-03-23 09:27:28 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-03-23 09:27:30 UTC

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

2019-03-23 09:27:32 UTC

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

2019-03-23 09:27:33 UTC

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

Details
Created

2019-03-23 10:05:08 UTC

Size

2.53 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b83e6fc04ea332b9cb60a31543805d87b7226f1da29db23cf108c4c208ff5d9f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.7


Layers

[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 61.12% (1.55 GB)

[#001] sha256:be86bca8de59067e592a8becc2e83ed2465a6d9bce324043e434aa4a15493b00 - 21.85% (566 MB)

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

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

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

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

[#006] sha256:8ad279627c032e04e09cececeb162e5bf056b4c676c5d5fdd49ecf755eefdbb8 - 17.03% (441 MB)

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

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

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


History
2018-04-12 09:20:54 UTC

Apply image 10.0.17134.1

2019-03-08 23:20:01 UTC

Install update 10.0.17134.648

2019-03-15 10:36:55 UTC

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

2019-03-23 09:46:30 UTC

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

2019-03-23 09:46:32 UTC

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

2019-03-23 09:46:33 UTC

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

2019-03-23 10:05:02 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-03-23 10:05:04 UTC

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

2019-03-23 10:05:06 UTC

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

2019-03-23 10:05:08 UTC

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

Details
Created

2019-03-23 09:46:18 UTC

Size

3.44 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b83e6fc04ea332b9cb60a31543805d87b7226f1da29db23cf108c4c208ff5d9f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.7


Layers

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

[#001] sha256:7f4a716683dc03db3521ed040924c24ea9bd17c7f134c09bf22e33f6af33ade8 - 25.35% (893 MB)

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

[#003] sha256:99f591a409aeeea0a0f07ada79d42a2fcabda3bd3bd224ef135f8700663d984e - 0.0% (1.19 KB)

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

[#005] sha256:107dd1dc306555a3d5094baf5827031c1fb1f6dec335b2cc3ba2833f24f07dd1 - 0.0% (1.18 KB)

[#006] sha256:e6ab1c4d85ae4f6564cee9ee2c98bdde722ee4c15eb5fe1e3fa31e5e13303284 - 13.1% (462 MB)

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

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

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


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

Apply image 10.0.16299.15

2019-03-09 05:26:00 UTC

Install update 10.0.16299.1029

2019-03-15 09:46:52 UTC

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

2019-03-23 09:27:41 UTC

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

2019-03-23 09:27:42 UTC

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

2019-03-23 09:27:43 UTC

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

2019-03-23 09:46:12 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-03-23 09:46:15 UTC

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

2019-03-23 09:46:16 UTC

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

2019-03-23 09:46:18 UTC

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

Details
Created

2019-03-28 08:39:45 UTC

Size

135 MB

Content Digest
Environment
GOSU_VERSION

1.10

GPG_KEYS

9DA31620334BD75D9DCB49F368818C72E52529D4

JSYAML_VERSION

3.10.0

MONGO_MAJOR

4.0

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.0.7

PATH

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


Layers

[#000] sha256:42a68504e090bdbf515c814e7ef1eec51c4e5e86f869c3196416372743583213 - 28.04% (37.7 MB)

[#001] sha256:aca2bac1d329215e2f3bc584352d5eb878cc611f42990f3c8b2a4f86caef05cf - 0.0% (854 Bytes)

[#002] sha256:d9450bbb566ac27c4e32a7c6a5fc0ad9c4eb7eba18a33c7abc2aabf470369ff6 - 0.0% (469 Bytes)

[#003] sha256:909659e6e151b05fe5662d99effc50f4e0e47c27763091c952c98d731bb399a8 - 0.0% (169 Bytes)

[#004] sha256:9f6a83a8acb0578ebfbbf74a04004906f0b3b48a9093fc2d55e2f4733702f072 - 0.0% (1.95 KB)

[#005] sha256:6773eb84c78cfadd6e06f80b284436019002b456c7ea2bb8b81fbe5219146c9a - 1.75% (2.36 MB)

[#006] sha256:b2a538e879e8a26897c1716d1c301b66c85530083b5137a6ccb0abbe32a5f51b - 0.51% (701 KB)

[#007] sha256:c6856a236296df8cef10779b7ab402b013110d8e673ac47c03306659e10b030e - 0.0% (115 Bytes)

[#008] sha256:929d12c7ccf03fc278516f5ec2485fd4ab9047e6814bc922d65860daf5849e2a - 0.0% (1.4 KB)

[#009] sha256:6077a48d75c977951fa932cc590fccace27293cec850ec141da9e2e4155774dd - 0.0% (237 Bytes)

[#010] sha256:f34336b6f3b2433221c7c7b8dcbd25830e832ca316fb83eb311ef5fc6e66cae4 - 69.69% (93.8 MB)

[#011] sha256:ffa2324bffdd950281e2af5e8997290da933dd9b4b38e9863435eda224a3c039 - 0.0% (137 Bytes)

[#012] sha256:906e36f1d7fdca27e8fd542abc95aed9a2d3475751c17ab3f86260f1972f45f4 - 0.0% (3.82 KB)


History
2019-03-14 09:37:10 UTC

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

2019-03-14 09:37:13 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2019-03-14 09:37:16 UTC

/bin/sh -c rm -rf /var/lib/apt/lists/*

2019-03-14 09:37:19 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2019-03-14 09:37:20 UTC

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

2019-03-14 13:12:37 UTC

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

2019-03-14 13:13:19 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-03-14 13:13:20 UTC

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

2019-03-14 13:13:21 UTC

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

2019-03-14 13:13:44 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-03-14 13:13:46 UTC

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

2019-03-14 13:13:47 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=9DA31620334BD75D9DCB49F368818C72E52529D4

2019-03-14 13:13:50 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-03-14 13:13:51 UTC

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

2019-03-14 13:13:51 UTC

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

2019-03-14 13:13:52 UTC

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

2019-03-14 13:13:53 UTC

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

2019-03-23 09:46:00 UTC

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

2019-03-23 09:46:03 UTC

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

2019-03-23 09:47:19 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-03-23 09:47:21 UTC

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

2019-03-23 09:47:22 UTC

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

2019-03-28 08:39:42 UTC

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

2019-03-28 08:39:43 UTC

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

2019-03-28 08:39:44 UTC

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

2019-03-28 08:39:45 UTC

/bin/sh -c #(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