2019-01-23 02:01:29 UTC
127 MB
1.10
GPG_KEYS0C49F3730359A14518585931BC711F9BA15703C6
JSYAML_VERSION3.10.0
MONGO_MAJOR3.4
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION3.4.18
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a82c8be864555402cbecf293fa92a8b392e48065b42c509fc1bfbb79a2e0d951 - 22.58% (28.8 MB)
[#001] sha256:48a8349d0ae45ac78e7d8569cedeb522c71687eacf934962e4adb99a9b8e25dd - 0.0% (2.04 KB)
[#002] sha256:c25f759ccee9ffea03d536ce004b350d334dc5a2192aa15fafdb3354ac1ad4c1 - 1.76% (2.24 MB)
[#003] sha256:732883c12e22cd4d45e48004c03f437795fd5332f10fae86cf95bc0b8b805132 - 0.61% (797 KB)
[#004] sha256:5603a7e0861472cfa11bffdc957830d2a7e84371be30e5d1c6fe63824c278ef7 - 0.0% (115 Bytes)
[#005] sha256:3cfd347e5e9b7bee13eba3c19e7103249f656a531b2c58c921aeac8479f55e6e - 0.0% (1.96 KB)
[#006] sha256:afa934f47653ac2e10094612868dc8863c970ed4b76d605a15e6dfe7c06d9926 - 0.0% (228 Bytes)
[#007] sha256:d56fb88a0c1345311227f77cfb5a427d8dfde8a868f183a9a2adec44caba27f8 - 75.05% (95.6 MB)
[#008] sha256:086d293a046d3fffca38ab741f0908dd5274776fbd855da9004029369104e50e - 0.0% (139 Bytes)
[#009] sha256:7e7b2dc073d68a6d9de83c5448e9a96ff5c30333bb6d047fb761e9562a7f09b9 - 0.0% (3.71 KB)
[#010] sha256:c54bf413f58bb4f158fc895a89a5e842ea1ab7935717d0d5d2289204fc384d60 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:e1259aaf5127eb984e8800180bcdf23aae11a476ace06567c5e0571cba94552d in /
2019-01-22 19:24:52 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-01-23 01:54:48 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2019-01-23 01:56:40 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 01:56:41 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.10
2019-01-23 01:56:41 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.10.0
2019-01-23 01:59:01 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 01:59:02 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-01-23 01:59:02 UTC/bin/sh -c #(nop) ENV GPG_KEYS=0C49F3730359A14518585931BC711F9BA15703C6
2019-01-23 01:59:33 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 01:59:33 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2019-01-23 01:59:33 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2019-01-23 01:59:33 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2019-01-23 01:59:33 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=3.4
2019-01-23 01:59:33 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=3.4.18
2019-01-23 01:59:34 UTC/bin/sh -c echo "deb http://$MONGO_REPO/apt/debian jessie/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR main" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
2019-01-23 02:01:26 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:01:27 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2019-01-23 02:01:27 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2019-01-23 02:01:27 UTC/bin/sh -c #(nop) COPY file:aede91d254349505ddabe55af4cf4debc6cc3f959f945a489b8864e520f193e8 in /usr/local/bin/
2019-01-23 02:01:28 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat (3.4)
2019-01-23 02:01:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-01-23 02:01:28 UTC/bin/sh -c #(nop) EXPOSE 27017
2019-01-23 02:01:29 UTC/bin/sh -c #(nop) CMD ["mongod"]
2019-01-22 11:51:55 UTC
5.31 GB
956c14d295adf5c120ff3fd0f0219be2425ca0b41af0ac9ed2853e25a48c1e58
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.18-signed.msi
MONGO_VERSION3.4.18
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 71.33% (3.79 GB)
[#001] sha256:d0c71fc8924e632b81de72fba055610c4a5259b2f6723e15f70662f7bc328184 - 27.44% (1.46 GB)
[#002] sha256:17b027d2e81dbd6d79eaa15e958f3abf591a89252f9711b74b706f4f7a4520d5 - 0.0% (1.19 KB)
[#003] sha256:8737ddd1ec97f054678dadf88509942ea020f889616d64da7ecdac8b92b759fc - 0.0% (1.18 KB)
[#004] sha256:ada9b879069a119e27a6655fec50dacd687b1805e3556e359ebb26db5aa5f703 - 0.0% (1.18 KB)
[#005] sha256:1a6a4d4b98fb62afe9341aca7cf5fbf28d897eef1b711e71a6e49641ac180316 - 0.0% (1.19 KB)
[#006] sha256:39454258013412bf54950d21f002e3a2908e3c760f9dde2bcf2869c76b6dfa0e - 1.23% (66.7 MB)
[#007] sha256:13e3b45ddd11cdd7a06516da428692a952de122bd172832ab10a732f3b95302f - 0.0% (1.18 KB)
[#008] sha256:a7318f1fdd7afe261b02d48d46420f4796d013e9d60ddabbcd36e1c48f972b4c - 0.0% (1.18 KB)
[#009] sha256:bbed6e1f98c0eae320eec9188c6e98a7db7c19307558a70116ff78eda0d836be - 0.0% (1.18 KB)
Apply image 10.0.14393.0
2019-01-08 17:44:44 UTCInstall update 10.0.14393.2724
2019-01-22 11:49:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2019-01-22 11:49:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.4.18
2019-01-22 11:49:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.18-signed.msi
2019-01-22 11:49:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=956c14d295adf5c120ff3fd0f0219be2425ca0b41af0ac9ed2853e25a48c1e58
2019-01-22 11:51:48 UTCpowershell -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 11:51:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2019-01-22 11:51:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2019-01-22 11:51:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod"]
2019-01-22 11:54:24 UTC
2.99 GB
956c14d295adf5c120ff3fd0f0219be2425ca0b41af0ac9ed2853e25a48c1e58
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.18-signed.msi
MONGO_VERSION3.4.18
[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 70.8% (2.12 GB)
[#001] sha256:ee945370a9b4bb58ea63e33767041df2ecc306b6e73a231fe90d31980e26b05d - 27.17% (832 MB)
[#002] sha256:b73a0893a2a72f596b0b6e0f0bd7c375cc57a9f8c99eecac91cb183e81a685df - 0.0% (1.18 KB)
[#003] sha256:9229d5d4ae1a51a0e64b81b52073cce783fb7df0a8836928ab500fb3ab60b1a2 - 0.0% (1.18 KB)
[#004] sha256:fa5dc3b446a44b1b0266ba99ca90a5df623272704eaa93d8a4288ed965a49c85 - 0.0% (1.18 KB)
[#005] sha256:76023056fe62379296bcdfd113cc20e8b6e3298c63793482450c4698eb58a3b0 - 0.0% (1.18 KB)
[#006] sha256:875aeaf4aaac1242973a6ffaaa98976c20ec73bfde0ed107526fff8ef01320de - 2.03% (62.1 MB)
[#007] sha256:d0fc9fea5ad816ee081c013e3476b02a0a80f68feaf27c817a89b369e09be0c7 - 0.0% (1.17 KB)
[#008] sha256:bada3e670de92a58143db2b0216f1f131b65b968541e93194a3941ed4394fc12 - 0.0% (1.18 KB)
[#009] sha256:d05c2d7ea6dbfbf5dd93f199373171991d0786a8754848523017b4cb1776ddac - 0.0% (1.17 KB)
Apply image 10.0.16299.15
2019-01-03 04:08:43 UTCInstall update 10.0.16299.904
2019-01-22 11:52:03 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2019-01-22 11:52:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.4.18
2019-01-22 11:52:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.18-signed.msi
2019-01-22 11:52:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=956c14d295adf5c120ff3fd0f0219be2425ca0b41af0ac9ed2853e25a48c1e58
2019-01-22 11:54:16 UTCpowershell -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 11:54:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2019-01-22 11:54:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2019-01-22 11:54:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod"]
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.