2019-03-05 03:32:28 UTC
131 MB
1.10
GPG_KEYS0C49F3730359A14518585931BC711F9BA15703C6
JSYAML_VERSION3.10.0
MONGO_MAJOR3.4
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION3.4.19
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9fa17f107b7e9d91511082fc06c45340c4ab2b0820dc0974a963b137b3434e01 - 21.92% (28.8 MB)
[#001] sha256:e49e5beb0b9254f391e5be8d74e81ddf09254906371665c93ca8d0d03693acfe - 0.0% (2.05 KB)
[#002] sha256:5b6477960bd24a612352fe8184b41372a3516d57f4ffdd9738cf57f4dfc7ba41 - 1.71% (2.24 MB)
[#003] sha256:867c654bb710d2133db3ce5259e4b40f3f7345cb35d87b1f367af335aa229338 - 0.59% (797 KB)
[#004] sha256:81485a90a131ee659020fba1942863445cde0f44b07c42ebb4293dc7bb88eece - 0.0% (115 Bytes)
[#005] sha256:ca2c5afa29da5eda3555302885c8be2f01e15fc211c52a6ddc610ef9f16a2428 - 0.0% (1.96 KB)
[#006] sha256:0d9df570055a0d7dedb98317db1da279b8a50fb9a42e7f32372e649eeb08c261 - 0.0% (226 Bytes)
[#007] sha256:445add9e87eb0e70b9882aa1ec18e2a5ca20354094de60493253dfbc44b9af26 - 75.76% (99.4 MB)
[#008] sha256:f04ec683e0f7b25e9bedd93f9a41a838154dc4660b8ed5615241676d3760c8ae - 0.0% (139 Bytes)
[#009] sha256:e14329da9c7f2750c20a4ac4d19a739a1b25de7f62f7c41b854589117933fa35 - 0.0% (3.71 KB)
[#010] sha256:643478d45cacb8fc5be28cc24eed3dae50ce978c0245afc7057a1197d5f9094c - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:9c83a686342b9918902182a223021336d3fba9b5e540dcdb130ad47a22033781 in /
2019-03-04 23:20:30 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-03-05 03:25:53 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2019-03-05 03:27: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-03-05 03:27:44 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.10
2019-03-05 03:27:44 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.10.0
2019-03-05 03:30: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-03-05 03:30:02 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-03-05 03:30:02 UTC/bin/sh -c #(nop) ENV GPG_KEYS=0C49F3730359A14518585931BC711F9BA15703C6
2019-03-05 03:30:32 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-05 03:30:33 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2019-03-05 03:30:33 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2019-03-05 03:30:33 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2019-03-05 03:30:33 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=3.4
2019-03-05 03:30:33 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=3.4.19
2019-03-05 03:30: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-03-05 03:32:25 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-05 03:32:26 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2019-03-05 03:32:26 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2019-03-05 03:32:26 UTC/bin/sh -c #(nop) COPY file:aede91d254349505ddabe55af4cf4debc6cc3f959f945a489b8864e520f193e8 in /usr/local/bin/
2019-03-05 03:32:27 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat (3.4)
2019-03-05 03:32:27 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-03-05 03:32:27 UTC/bin/sh -c #(nop) EXPOSE 27017
2019-03-05 03:32:28 UTC/bin/sh -c #(nop) CMD ["mongod"]
2019-02-14 10:18:07 UTC
5.33 GB
b268ab57eebc13835d945e7e90338b4d2076ea5eb36169d6253af9e6e76061a4
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.19-signed.msi
MONGO_VERSION3.4.19
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 71.15% (3.79 GB)
[#001] sha256:b479a92ce115faf181c1196d762b00f05ec9aa83dc2fec2b7ca094c8d6e1bfff - 27.45% (1.46 GB)
[#002] sha256:33e3f629f8e74d92de73bbc723579547f0dd6f434077ae65e3418c97061f6c4f - 0.0% (1.18 KB)
[#003] sha256:2c8826511f54a974110695ba9f5a51b9313fee2c9a11afcc0d22de2edb7f5fd6 - 0.0% (1.18 KB)
[#004] sha256:601ac18e2c51930850914713a15aa4fb0073412eba38cf2e968c48912eb0534e - 0.0% (1.18 KB)
[#005] sha256:2f376bfbf6157181011c5b53c60f9cb83d29b1316259af770fd6cc0da0795f25 - 0.0% (1.18 KB)
[#006] sha256:efd7fb5f58c8c42ad1d6c83a7f0a3b1f0a1cf018e58496be27f8c17d15ce7dc9 - 1.4% (76.4 MB)
[#007] sha256:2a699803b58fad0b76c77635ab5642eeef600a414e4be50332050726f13631ea - 0.0% (1.18 KB)
[#008] sha256:71d6933a190ba46626256549ea1ac8e26cd720ecafc098abbbfb6342f8f67607 - 0.0% (1.18 KB)
[#009] sha256:b0122674cd1a9151fe0982e2e4bb80f5d91716b699f20ac1f0374cce60076e53 - 0.0% (1.18 KB)
Apply image 10.0.14393.0
2019-02-11 20:08:57 UTCInstall update 10.0.14393.2791
2019-02-14 10:15:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2019-02-14 10:15:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.4.19
2019-02-14 10:15:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.19-signed.msi
2019-02-14 10:15:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=b268ab57eebc13835d945e7e90338b4d2076ea5eb36169d6253af9e6e76061a4
2019-02-14 10:18:03 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-02-14 10:18:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2019-02-14 10:18:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2019-02-14 10:18:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod"]
2019-02-14 10:21:10 UTC
3 GB
b268ab57eebc13835d945e7e90338b4d2076ea5eb36169d6253af9e6e76061a4
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.19-signed.msi
MONGO_VERSION3.4.19
[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 70.56% (2.12 GB)
[#001] sha256:effca3ebc3a86f19a139eb7047c6e97d2fe4c941737e8d9698820d0491ccf530 - 27.11% (833 MB)
[#002] sha256:c4273f2f648bb455b5339bc8719afa5ca050432c7fd18636bbea664f8f035578 - 0.0% (1.18 KB)
[#003] sha256:071f1327904aa790f0bd441be0d9754ebc98137f920cc69d24310834bc3c9788 - 0.0% (1.17 KB)
[#004] sha256:07958462d2843391d8bb5e1dab91d1f3d31aa98031c3c5d82b12bc44fda56ff6 - 0.0% (1.18 KB)
[#005] sha256:2d6baef59f8bcff03cd8c650085cedcde7a351ac2f84f2e7bcf91b6753b634e0 - 0.0% (1.18 KB)
[#006] sha256:38133668acc5713efd41b33e7d2d6cab073cda34648318db9dd48d30c8462c31 - 2.33% (71.7 MB)
[#007] sha256:476fb8f7e76a45b26751c85db492d3cd36982fedbfdf423e8c2ef3c4a88ee056 - 0.0% (1.18 KB)
[#008] sha256:aef2f494027fa658c603085fc0c0618e6ecc9827735963cee224d61762c68dcc - 0.0% (1.18 KB)
[#009] sha256:d0a4310d71b75b57920110349e0d06786ea43fe92f6f9c2ec47e85b26cbdbaaa - 0.0% (1.17 KB)
Apply image 10.0.16299.15
2019-02-08 07:16:29 UTCInstall update 10.0.16299.967
2019-02-14 10:18:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2019-02-14 10:18:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.4.19
2019-02-14 10:18:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.19-signed.msi
2019-02-14 10:18:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=b268ab57eebc13835d945e7e90338b4d2076ea5eb36169d6253af9e6e76061a4
2019-02-14 10:21:04 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-02-14 10:21:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2019-02-14 10:21:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2019-02-14 10:21:10 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.