Namespace
library
Image / Tag
mongo:4.0.3
Content Digest
sha256:c4e8225e68348b18283cf5c523f99122426fe1e15d883104e24c61bedb4b2ca7
Details
Created

2018-10-19 01:53:14 UTC

Size

128 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.3

PATH

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


Layers

[#000] sha256:18d680d616571900d78ee1c8fff0310f2a2afe39c6ed0ba2651ff667af406c3e - 32.34% (41.3 MB)

[#001] sha256:0addb6fece630456e0ab187b0aa4304d0851ba60576e7f6f9042a97ee908a796 - 0.0% (851 Bytes)

[#002] sha256:78e58219b215b359fe002f0ca1f416617b75ca9b36cb274c98d7a5f808711179 - 0.0% (620 Bytes)

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

[#004] sha256:1bb66a4db707baed22c8a2aa13b77f624be9ce1359953c8833c22d8126efaf7d - 0.0% (1.95 KB)

[#005] sha256:b18fa018e44b557f69a930ac0cc25564ef163c66dc791988f7efa99bd4188e0a - 2.2% (2.81 MB)

[#006] sha256:5d0142bcb0dfeb96132e9ec80d507f6789adf524bcff6e62c8f2cd4dba98f891 - 0.56% (734 KB)

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

[#008] sha256:867fe12df2c5ae57d61f9900c5e8f6e8bdf0164845a63dbef8ef7bd5b78939c8 - 0.0% (1.39 KB)

[#009] sha256:658da3d983f536e97ae9287e573ce2f2a9a7ac1424e2ec02189c06a3703f9165 - 0.0% (237 Bytes)

[#010] sha256:fc5dc51570576ede955fe840f47036101586d2f3194844b5a4857515c33e1d8a - 64.9% (83 MB)

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

[#012] sha256:ed6877ef9a9b191c0db5fbfc846845cb00c992f2ce64245b2bfdffb042d1b1cc - 0.0% (3.64 KB)


History
2018-10-19 00:49:11 UTC

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

2018-10-19 00:49:12 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

2018-10-19 00:49:13 UTC

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

2018-10-19 00:49:14 UTC

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

2018-10-19 00:49:14 UTC

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

2018-10-19 01:52:20 UTC

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

2018-10-19 01:52:29 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-10-19 01:52:30 UTC

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

2018-10-19 01:52:30 UTC

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

2018-10-19 01:52:36 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-10-19 01:52:37 UTC

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

2018-10-19 01:52:38 UTC

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

2018-10-19 01:52:38 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-10-19 01:52:39 UTC

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

2018-10-19 01:52:39 UTC

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

2018-10-19 01:52:39 UTC

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

2018-10-19 01:52:39 UTC

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

2018-10-19 01:52:40 UTC

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

2018-10-19 01:52:40 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"

2018-10-19 01:53:12 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-10-19 01:53:13 UTC

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

2018-10-19 01:53:13 UTC

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

2018-10-19 01:53:14 UTC

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

2018-10-19 01:53:14 UTC

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

2018-10-19 01:53:14 UTC

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

2018-10-19 01:53:14 UTC

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

Details
Created

2018-10-16 10:20:03 UTC

Size

5.27 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

0e53cfd224d27862c286b765b85d769b39e3518b2dc2704ff87bd8a565ea9b7f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.3


Layers

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

[#001] sha256:c0f6863f3dd498ab56cdd308637630f888fe646de403284f2c5392ba885bdd8e - 26.98% (1.42 GB)

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

[#003] sha256:925e4ed10a667c6bdfd9f2bcd9b0cd880598a6b2c11b4ac45c4dae257ef0a4ed - 0.0% (1.16 KB)

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

[#005] sha256:31faea778c0733d90a1a3f805b338cc990f6a8c42e1f61e57b7dfd995bc21ce3 - 0.0% (1.16 KB)

[#006] sha256:8ceb490c8bec160a71fbc44752167859af6b26debef8120009859d1ace283347 - 1.12% (60.6 MB)

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

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

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


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

Apply image 10.0.14393.0

2018-10-09 18:03:17 UTC

Install update 10.0.14393.2551

2018-10-16 09:16:33 UTC

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

2018-10-16 10:16:18 UTC

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

2018-10-16 10:16:19 UTC

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

2018-10-16 10:16:20 UTC

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

2018-10-16 10:19:58 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-10-16 10:20:00 UTC

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

2018-10-16 10:20:01 UTC

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

2018-10-16 10:20:03 UTC

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

Details
Created

2018-10-16 10:26:28 UTC

Size

2.13 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

0e53cfd224d27862c286b765b85d769b39e3518b2dc2704ff87bd8a565ea9b7f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.3


Layers

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

[#001] sha256:eba07b94d5f77aa900bf02c4247fc580222254782681cc3c74a7cf9566e8890a - 24.91% (544 MB)

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

[#003] sha256:6b6169bb272175bf6cc45104c2698b12867c5ce0e1651c6ad86600cf851d9f7e - 0.0% (1.16 KB)

[#004] sha256:5e6a39aa9d201a61e2b8163670c5e2f7da925dfda8352ac8b2e144587ed0e414 - 0.0% (1.15 KB)

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

[#006] sha256:29184166a6ae14c5cd74dd6f5dcc563fed2e90b2b67be2df6239274bf8a830dc - 2.55% (55.7 MB)

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

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

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


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

Apply image 10.0.17134.1

2018-10-01 21:32:36 UTC

Install update 10.0.17134.345

2018-10-16 10:23:16 UTC

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

2018-10-16 10:23:17 UTC

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

2018-10-16 10:23:18 UTC

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

2018-10-16 10:23:19 UTC

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

2018-10-16 10:26:24 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-10-16 10:26:26 UTC

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

2018-10-16 10:26:27 UTC

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

2018-10-16 10:26:28 UTC

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

Details
Created

2018-10-16 10:23:11 UTC

Size

2.98 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

0e53cfd224d27862c286b765b85d769b39e3518b2dc2704ff87bd8a565ea9b7f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.3


Layers

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

[#001] sha256:ddd7a4737dfbb59b49c30480146e7f0a61842409755bd479b63004c5643d0ed3 - 27.08% (826 MB)

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

[#003] sha256:ff0590a880dc634ec69df915d3b2c8daddf3a49c3f0597e31ff97a73b94fe70f - 0.0% (1.16 KB)

[#004] sha256:29f985c4b8ec218b09300a7b87d15948d3c3a1f9c979355a16169ea8a0a5d919 - 0.0% (1.16 KB)

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

[#006] sha256:6610a048b822026f47fb84cec749c641ca09793e90b42ab09dbeea117e501c50 - 1.83% (55.8 MB)

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

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

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


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

Apply image 10.0.16299.15

2018-10-01 22:02:14 UTC

Install update 10.0.16299.726

2018-10-16 10:03:12 UTC

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

2018-10-16 10:20:08 UTC

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

2018-10-16 10:20:09 UTC

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

2018-10-16 10:20:10 UTC

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

2018-10-16 10:23:07 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-10-16 10:23:08 UTC

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

2018-10-16 10:23:10 UTC

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

2018-10-16 10:23:11 UTC

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

Details
Created

2018-10-19 12:50:41 UTC

Size

147 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.3

PATH

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


Layers

[#000] sha256:e4852cc2dcfa698a092467d4b0a8a4f34f9ac6d20b64dbd4a8be0a764f29564d - 25.6% (37.6 MB)

[#001] sha256:bf455d9dd16d488d1c230ceb231351c1abd0733011acf191b6a63339e7b5cfca - 0.0% (853 Bytes)

[#002] sha256:2abc38e50c7444b0314ce04d70d73a1bd3733e860f550ad9edd236fd650769c0 - 0.0% (538 Bytes)

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

[#004] sha256:3a0c098e72a1ee3761dd77beb78840f42ecf5ff8c34e22be9e0b8bb11e42f0eb - 0.0% (1.95 KB)

[#005] sha256:922f8e65d47dba2364e8cae561796dbafeacf719c2230a27656e7a3326abd36c - 1.61% (2.36 MB)

[#006] sha256:91c064e5a6884ab9049eaecbf76ee5df7a1af9adebc598df6fd4c3e117ed515d - 0.47% (701 KB)

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

[#008] sha256:427a934017b8f77375a68835b9c1b7faf2aeed66250995504b6c99d06d58c6f4 - 0.0% (1.4 KB)

[#009] sha256:2d78ffb1e0b4ee0e15f78ade70155d03c5eab6af25adb46a4fa16133287f940b - 0.0% (239 Bytes)

[#010] sha256:7be74e36403126b04b9d0f4b5b5062160605539f406943fdee115315602114d5 - 72.32% (106 MB)

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

[#012] sha256:3ee0352a8967198058c65f5813daaa024efc80535bc987e14665ecd7b04832be - 0.0% (3.64 KB)


History
2018-10-19 11:22:58 UTC

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

2018-10-19 11:23:02 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

2018-10-19 11:23:05 UTC

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

2018-10-19 11:23:07 UTC

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

2018-10-19 11:23:08 UTC

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

2018-10-19 12:48:05 UTC

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

2018-10-19 12:48:26 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-10-19 12:48:27 UTC

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

2018-10-19 12:48:27 UTC

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

2018-10-19 12:48:53 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-10-19 12:48:58 UTC

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

2018-10-19 12:48:59 UTC

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

2018-10-19 12:49:09 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-10-19 12:49:19 UTC

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

2018-10-19 12:49:19 UTC

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

2018-10-19 12:49:20 UTC

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

2018-10-19 12:49:29 UTC

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

2018-10-19 12:49:30 UTC

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

2018-10-19 12:49:32 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"

2018-10-19 12:50:35 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-10-19 12:50:37 UTC

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

2018-10-19 12:50:38 UTC

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

2018-10-19 12:50:39 UTC

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

2018-10-19 12:50:40 UTC

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

2018-10-19 12:50:40 UTC

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

2018-10-19 12:50:41 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