Tag

library/mongo:4.1.7
Content Digest: sha256:b75deb7dfacadd5cbb1799623fb3d62e363466c63e361d134595076f84538315
Manifests
Details
Content Digest

sha256:cbdca127b9d7a0b62deb70d2655289b430e9a3ef8dcada9f7316e6414cc4ef52

Created

2019-01-23 02:04:03 UTC

Size

147 MB


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

PATH

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


Layers

[#000] sha256:7b722c1070cdf5188f1f9e43b8413157f8dfb2b4fe84db3c03cb492379a42fcc - 28.29% (41.5 MB)

[#001] sha256:5fbf74db61f1459176d8647ba8f53f8e6cf933a2e56f73f0e8da81213117b7e9 - 0.0% (847 Bytes)

[#002] sha256:ed41cb72e5c918bdbd78e68f02930a3f1cf1d6079402b0a5b19de8508e67b766 - 0.0% (526 Bytes)

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

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

[#005] sha256:3b4b1e0b80edad28725ec6d7c7d0e9c45d3b85c67af5d6018991dc89c284c357 - 1.91% (2.81 MB)

[#006] sha256:844ccc42fe7603fde4673ef3be6e3d113c9c3f06a943a6c7fecfc45f826a6719 - 0.49% (733 KB)

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

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

[#009] sha256:332271c1ce4243cb3949d4a490e1e3c1645ef7403389bb401d20d60a40131ac3 - 0.0% (238 Bytes)

[#010] sha256:09d258279022e232d87b7a0478a94260cf609856ac6b048c4252e7978681d1c4 - 69.3% (102 MB)

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

[#012] sha256:f42ee95e844c42a0d8481666d373e0f4a65702f02aafc8483dd59cfce7712824 - 0.0% (3.7 KB)


History
2019-01-22 22:48:13 UTC

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

2019-01-22 22:48:15 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-01-22 22:48:17 UTC

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

2019-01-22 22:48:19 UTC

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

2019-01-22 22:48:19 UTC

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

2019-01-23 02:02:27 UTC

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

2019-01-23 02:02:44 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-01-23 02:02:44 UTC

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

2019-01-23 02:02:44 UTC

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

2019-01-23 02:02:54 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-01-23 02:02:55 UTC

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

2019-01-23 02:03:41 UTC

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

2019-01-23 02:03:42 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-01-23 02:03:42 UTC

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

2019-01-23 02:03:42 UTC

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

2019-01-23 02:03:42 UTC

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

2019-01-23 02:03:42 UTC

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

2019-01-23 02:03:42 UTC

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

2019-01-23 02:03:43 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-01-23 02:04: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

2019-01-23 02:04:02 UTC

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

2019-01-23 02:04:02 UTC

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

2019-01-23 02:04:03 UTC

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

2019-01-23 02:04:03 UTC

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

2019-01-23 02:04:03 UTC

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

2019-01-23 02:04:03 UTC

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

Details
Content Digest

sha256:902260daa6c83fe12970ee12349d708e95a88ccedc8a6511babb4506ca7ee4ae

Created

2019-01-22 12:44:01 UTC

Size

5.33 GB


Environment
MONGO_DOWNLOAD_SHA256

07225721b4b914c65c4a2a9306cf8d19b3875a96e349c3e4b9853e86c8d4cfb1

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.1.7


Layers

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

[#001] sha256:d0c71fc8924e632b81de72fba055610c4a5259b2f6723e15f70662f7bc328184 - 27.35% (1.46 GB)

[#002] sha256:17b027d2e81dbd6d79eaa15e958f3abf591a89252f9711b74b706f4f7a4520d5 - 0.0% (1.19 KB)

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

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

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

[#006] sha256:6e04ca6aa4e5c183ee0e94a5f8ed7689dcd89d1145f683ed3c3980cb0a78171a - 1.56% (85.3 MB)

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

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

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


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

Apply image 10.0.14393.0

2019-01-08 17:44:44 UTC

Install update 10.0.14393.2724

2019-01-22 11:49:06 UTC

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

2019-01-22 12:34:24 UTC

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

2019-01-22 12:34:26 UTC

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

2019-01-22 12:34:27 UTC

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

2019-01-22 12:43:55 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-01-22 12:43:57 UTC

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

2019-01-22 12:43:59 UTC

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

2019-01-22 12:44:01 UTC

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

Details
Content Digest

sha256:2b9da44974125304cde36008cd435386081036bb73ce9be1a67f4b42ddb31509

Created

2019-01-22 13:07:59 UTC

Size

3.46 GB


Environment
MONGO_DOWNLOAD_SHA256

07225721b4b914c65c4a2a9306cf8d19b3875a96e349c3e4b9853e86c8d4cfb1

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.1.7


Layers

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

[#001] sha256:ee945370a9b4bb58ea63e33767041df2ecc306b6e73a231fe90d31980e26b05d - 23.51% (832 MB)

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

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

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

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

[#006] sha256:d7ce4ded6135648991a6b805ab1c3caea944ddb03860fa8880201634cab90177 - 15.23% (539 MB)

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

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

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


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

Apply image 10.0.16299.15

2019-01-03 04:08:43 UTC

Install update 10.0.16299.904

2019-01-22 11:52:03 UTC

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

2019-01-22 12:44:09 UTC

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

2019-01-22 12:44:10 UTC

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

2019-01-22 12:44:11 UTC

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

2019-01-22 13:07:53 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-01-22 13:07:55 UTC

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

2019-01-22 13:07:57 UTC

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

2019-01-22 13:07:59 UTC

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

Details
Content Digest

sha256:3bf1a456ecc8fb636793d35d8d98351ce5f94eebf5ea47008ce7e3a04b146b61

Created

2019-01-22 13:30:36 UTC

Size

2.62 GB


Environment
MONGO_DOWNLOAD_SHA256

07225721b4b914c65c4a2a9306cf8d19b3875a96e349c3e4b9853e86c8d4cfb1

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.1.7


Layers

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

[#001] sha256:80c309c8f9e2a929c92fe88fafde882006a56d421e9cb306b5a55baefe52c4b6 - 20.85% (559 MB)

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

[#003] sha256:4dfe54abb8b90da7166ec0b6defb166e60b5e8ef24410c9241c8630bc3204734 - 0.0% (1.19 KB)

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

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

[#006] sha256:a307a8aecf27450dc55ec7dc187d551ca39ed123a08aa606a6e870c80b7e7419 - 20.11% (539 MB)

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

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

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


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

Apply image 10.0.17134.1

2019-01-04 22:40:00 UTC

Install update 10.0.17134.523

2019-01-22 12:30:57 UTC

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

2019-01-22 13:08:14 UTC

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

2019-01-22 13:08:16 UTC

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

2019-01-22 13:08:17 UTC

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

2019-01-22 13:30:31 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-01-22 13:30:33 UTC

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

2019-01-22 13:30:35 UTC

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

2019-01-22 13:30:36 UTC

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

Details
Content Digest

sha256:aa7bab23b00ce72bdffb7c07944031f0b6b04bf5bad48047ea5aabef38209ca6

Created

2019-01-23 10:31:55 UTC

Size

137 MB


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

PATH

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


Layers

[#000] sha256:3589363d0c5c7e357442b19cf74bcf437c4be71aa09601715b36178d5cee4062 - 27.63% (37.7 MB)

[#001] sha256:5cc63d25106ea8d2808ce328a6c43870e467250ecb93fc5d2d7bb0303035ed20 - 0.0% (851 Bytes)

[#002] sha256:647f3c718ef03d58fea6fa02938ab84f8d90c261e75e2709623d4e9c41b8653c - 0.0% (468 Bytes)

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

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

[#005] sha256:d44ca643d1be3ac3b1dd1746d61d395988a6efa5b686307da63cc9ff7bbdec00 - 1.73% (2.36 MB)

[#006] sha256:bbe7a83fe338868cfbf2ef099a82569cf0fda400ecd78f7fb15876f8891ea0df - 0.5% (701 KB)

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

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

[#009] sha256:8a76c8dfc96a5560fec18c90b0e626776cfe20e9fad180c08174d4be74280891 - 0.0% (238 Bytes)

[#010] sha256:28a5c29f88feacfdbd051cf0c56db5e80328d36fd581a3c6add7e259219d3f8c - 70.13% (95.8 MB)

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

[#012] sha256:00287624de78ef8998367c5155d7af16181626ed875423a8d5f64da475742d5c - 0.0% (3.71 KB)


History
2019-01-23 10:08:56 UTC

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

2019-01-23 10:09:00 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-01-23 10:09:02 UTC

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

2019-01-23 10:09:04 UTC

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

2019-01-23 10:09:05 UTC

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

2019-01-23 10:27:19 UTC

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

2019-01-23 10:27:45 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-01-23 10:27:46 UTC

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

2019-01-23 10:27:46 UTC

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

2019-01-23 10:28:08 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-01-23 10:28:11 UTC

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

2019-01-23 10:30:00 UTC

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

2019-01-23 10:30:03 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-01-23 10:30:03 UTC

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

2019-01-23 10:30:09 UTC

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

2019-01-23 10:30:10 UTC

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

2019-01-23 10:30:10 UTC

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

2019-01-23 10:30:11 UTC

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

2019-01-23 10:30:14 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-01-23 10:31:46 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-01-23 10:31:48 UTC

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

2019-01-23 10:31:49 UTC

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

2019-01-23 10:31:49 UTC

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

2019-01-23 10:31:51 UTC

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

2019-01-23 10:31:53 UTC

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

2019-01-23 10:31:55 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.