Namespace
library
Image / Tag
mongo:4.1.5
Content Digest
sha256:5f6f959d7604823436f834d1f50890fe96e51fc3e7d9aa9d4129563f1f7a6af2
Details
Created

2018-11-19 22:29:54 UTC

Size

131 MB

Content Digest
Environment
GOSU_VERSION

1.10

GPG_KEYS

E162F504A20CDF15827F718D4B7C549A058F8B6B

JSYAML_VERSION

3.10.0

MONGO_MAJOR

4.1

MONGO_PACKAGE

mongodb-org-unstable

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.1.5

PATH

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


Layers

[#000] sha256:7b8b6451c85f072fd0d7961c97be3fe6e2f772657d471254f6d52ad9f158a580 - 31.54% (41.4 MB)

[#001] sha256:ab4d1096d9ba178819a3f71f17add95285b393e96d08c8a6bfc3446355bcdc49 - 0.0% (848 Bytes)

[#002] sha256:e6797d1788acd741d33f4530106586ffee568be513d47e6e20a4c9bc3858822e - 0.0% (619 Bytes)

[#003] sha256:e25c5c290bded5267364aa9f59a18dd22a8b776d7658a41ffabbf691d8104e36 - 0.0% (168 Bytes)

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

[#005] sha256:b7e29f1842428489428770e4594eb16dd36fa9eba02fdc3d9b7d8cdcd1253ea3 - 2.14% (2.81 MB)

[#006] sha256:ad78e42605afb4699e63b77461816a838f1ac237b9b3d44b248e011839dd006a - 0.55% (734 KB)

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

[#008] sha256:2026ccc99ac0987f1403f88ccee0e09f8448171514ad98aff4ef255008dfcfd5 - 0.0% (1.4 KB)

[#009] sha256:6a996ce8435cbd256146c0567e1950f26de64e2180177a72d865eb82258a4a9b - 0.0% (236 Bytes)

[#010] sha256:b649b4d31d46f7f806e5d28c4ea7e62d330d311a412c8639796ee1aca8bcefc7 - 65.77% (86.3 MB)

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

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


History
2018-11-19 21:23:51 UTC

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

2018-11-19 21:23:51 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-11-19 21:23:52 UTC

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

2018-11-19 21:23:53 UTC

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

2018-11-19 21:23:53 UTC

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

2018-11-19 22:28:19 UTC

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

2018-11-19 22:28:28 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-19 22:28:29 UTC

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

2018-11-19 22:28:29 UTC

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

2018-11-19 22:28:34 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-19 22:28:35 UTC

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

2018-11-19 22:29:27 UTC

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

2018-11-19 22:29:30 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-19 22:29:31 UTC

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

2018-11-19 22:29:31 UTC

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

2018-11-19 22:29:31 UTC

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

2018-11-19 22:29:31 UTC

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

2018-11-19 22:29:32 UTC

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

2018-11-19 22:29: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-11-19 22:29:52 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-19 22:29:53 UTC

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

2018-11-19 22:29:53 UTC

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

2018-11-19 22:29:53 UTC

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

2018-11-19 22:29:54 UTC

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

2018-11-19 22:29:54 UTC

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

2018-11-19 22:29:54 UTC

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

Details
Created

2018-11-16 10:57:17 UTC

Size

5.32 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

3ea02318751817b109932fc85ed666991799de4cf9515063068e93a6264364cb

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.5-signed.msi

MONGO_VERSION

4.1.5


Layers

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

[#001] sha256:900b07d4317229a6e17265974aa1dac7af538380b34f978cbe221403c279c09a - 27.4% (1.46 GB)

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

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

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

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

[#006] sha256:d64c98a3411409988eb1a2e3b67ef73644ea18426ff2ebe65eb357a6817c3f49 - 1.3% (70.7 MB)

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

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

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


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

Apply image 10.0.14393.0

2018-11-12 20:18:49 UTC

Install update 10.0.14393.2608

2018-11-16 10:18:19 UTC

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

2018-11-16 10:46:27 UTC

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

2018-11-16 10:46:28 UTC

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

2018-11-16 10:46:29 UTC

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

2018-11-16 10:57:13 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-11-16 10:57:15 UTC

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

2018-11-16 10:57:16 UTC

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

2018-11-16 10:57:17 UTC

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

Details
Created

2018-11-16 11:39:27 UTC

Size

2.6 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

3ea02318751817b109932fc85ed666991799de4cf9515063068e93a6264364cb

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.5-signed.msi

MONGO_VERSION

4.1.5


Layers

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

[#001] sha256:e4486f0b239271cca51d8299e172f9335cefd19e924843676add9d58470b19c7 - 20.8% (554 MB)

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

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

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

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

[#006] sha256:239ed4edb2f44e7b9bb6e44427831f4c3bb129d43656edfb5ee9caf0c490e9e6 - 19.71% (524 MB)

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

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

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


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

Apply image 10.0.17134.1

2018-11-02 19:42:23 UTC

Install update 10.0.17134.407

2018-11-16 10:42:59 UTC

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

2018-11-16 11:18:30 UTC

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

2018-11-16 11:18:31 UTC

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

2018-11-16 11:18:32 UTC

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

2018-11-16 11:39:22 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-11-16 11:39:24 UTC

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

2018-11-16 11:39:26 UTC

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

2018-11-16 11:39:27 UTC

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

Details
Created

2018-11-16 11:18:19 UTC

Size

3.46 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

3ea02318751817b109932fc85ed666991799de4cf9515063068e93a6264364cb

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.5-signed.msi

MONGO_VERSION

4.1.5


Layers

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

[#001] sha256:78ada4d5eaa052e2d6ab049ee3371e7d2298a9e3e6dc6e10cf2aa4c0f8704abd - 23.48% (831 MB)

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

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

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

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

[#006] sha256:23bce04bedb5db8ae6705b18d8b75123b860d1a4337f4d1671fa38dee39e6d1c - 15.24% (539 MB)

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

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

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


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

Apply image 10.0.16299.15

2018-10-31 19:38:09 UTC

Install update 10.0.16299.785

2018-11-16 10:21:31 UTC

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

2018-11-16 10:57:27 UTC

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

2018-11-16 10:57:27 UTC

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

2018-11-16 10:57:28 UTC

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

2018-11-16 11:18:14 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-11-16 11:18:15 UTC

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

2018-11-16 11:18:18 UTC

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

2018-11-16 11:18:19 UTC

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

Details
Created

2018-11-20 11:24:13 UTC

Size

111 MB

Content Digest
Environment
GOSU_VERSION

1.10

GPG_KEYS

E162F504A20CDF15827F718D4B7C549A058F8B6B

JSYAML_VERSION

3.10.0

MONGO_MAJOR

4.1

MONGO_PACKAGE

mongodb-org-unstable

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.1.5

PATH

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


Layers

[#000] sha256:a2b02821f60f1c540a3cf947ed7586253cf8d96198589f28d126f554803f8554 - 33.8% (37.7 MB)

[#001] sha256:119d586c333792712e2d4332c4da1b4848b67e733169b775d9f315ba025a8cf1 - 0.0% (855 Bytes)

[#002] sha256:6746d149cca8f00fc7fb440cd992129199cf908c27cb712924356eac7569234f - 0.0% (541 Bytes)

[#003] sha256:e6440c1f82f61bb74cb7fad70c354c65e9ca351e4c4d8a00e8f2e4eec0ba415f - 0.0% (168 Bytes)

[#004] sha256:4a2f002506d008811f6113d895efefbc0bb699a57b9b2426aaf877d2d310f64f - 0.0% (1.95 KB)

[#005] sha256:458cd7ff270b98d488be34a27ba02f95d8a2e953f22655cad91e7add1343ec6c - 2.12% (2.36 MB)

[#006] sha256:45a9f97f23f89a6a39dbf169ed1cb129abd6e2fbe21dd1a1aca2d3384cdb4b3e - 0.61% (701 KB)

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

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

[#009] sha256:5a76a574c0a6206cc6a87c909427b9f6af0e79fabc90c8f53b3611304904f286 - 0.0% (239 Bytes)

[#010] sha256:617b54b1382ec79ffab8004c8d4f96785c11fd9862bb48c9651fb7cdf51ca720 - 63.46% (70.7 MB)

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

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


History
2018-11-20 09:53:54 UTC

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

2018-11-20 09:53:57 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-11-20 09:54:00 UTC

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

2018-11-20 09:54:03 UTC

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

2018-11-20 09:54:04 UTC

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

2018-11-20 11:18:07 UTC

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

2018-11-20 11:19:10 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-20 11:19:14 UTC

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

2018-11-20 11:19:17 UTC

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

2018-11-20 11:19:48 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-20 11:19:52 UTC

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

2018-11-20 11:22:02 UTC

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

2018-11-20 11:22:06 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-20 11:22:08 UTC

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

2018-11-20 11:22:09 UTC

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

2018-11-20 11:22:10 UTC

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

2018-11-20 11:22:11 UTC

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

2018-11-20 11:22:12 UTC

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

2018-11-20 11:22:16 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-11-20 11:24:01 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-20 11:24:05 UTC

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

2018-11-20 11:24:06 UTC

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

2018-11-20 11:24:08 UTC

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

2018-11-20 11:24:10 UTC

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

2018-11-20 11:24:11 UTC

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

2018-11-20 11:24:13 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