2018-10-16 04:18:24 UTC
127 MB
1.10
GPG_KEYS0C49F3730359A14518585931BC711F9BA15703C6
JSYAML_VERSION3.10.0
MONGO_MAJOR3.4
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION3.4.17
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:795df959b1e6be8e633894b6e4b011bdbe12eacbc9733e68d367b7c0323df8f9 - 22.56% (28.7 MB)
[#001] sha256:a2ed688142f5dbfcaf9d1a7c9399385e1f9fa63a055f7e736743b58c7e1d9d27 - 0.0% (2.05 KB)
[#002] sha256:18570f9e34b41752289af369620703785782895e0a3d9f8f2457911e9e090177 - 1.76% (2.24 MB)
[#003] sha256:3f5dc7b38863c5ee52a3aee8d7470e5b979fe647292d4ffbf8495df924687e4f - 0.61% (797 KB)
[#004] sha256:4b6b976af7378b31350cc9ec0f72c927a03cf86257b7c3c3acac0bf9f0d7bb8f - 0.0% (115 Bytes)
[#005] sha256:f9a7b8ce28cf3ef8cc394b31a9786d3fde6cc40298d137509219f0c08f4bed55 - 0.0% (1.96 KB)
[#006] sha256:196058143fb4bc55b135d9904bec14ba75b08899fe66606e06faf3a46431e1a2 - 0.0% (227 Bytes)
[#007] sha256:52795aba6f28a2d0bdcb4c797f20eede744ba8419cdef6672e89fec4abb9431f - 75.06% (95.6 MB)
[#008] sha256:818a78303399209916407f99debd0c1405e1f3826dff742c00a49a23bb3f1ec7 - 0.0% (139 Bytes)
[#009] sha256:bda7c373cb53e36aea3cfe8807c5031b75fcafd7043c05d6b9cc55acd25ece03 - 0.0% (3.51 KB)
[#010] sha256:9ba65ea459cd9b925b39801d6dd3392cddbb0a927ff1b85a7de4698250d49b12 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:a315242364ff0b1f22eb579398f2925c0db790a2777484f98d2be9e8916bb06a in /
2018-10-15 23:20:55 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-10-16 04:15:52 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2018-10-16 04:16:16 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-16 04:16:21 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.10
2018-10-16 04:16:21 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.10.0
2018-10-16 04:16:51 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-16 04:16:51 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2018-10-16 04:17:44 UTC/bin/sh -c #(nop) ENV GPG_KEYS=0C49F3730359A14518585931BC711F9BA15703C6
2018-10-16 04:17:50 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-16 04:17:50 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2018-10-16 04:17:50 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2018-10-16 04:17:50 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2018-10-16 04:17:50 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=3.4
2018-10-16 04:17:51 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=3.4.17
2018-10-16 04:17:51 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"
2018-10-16 04:18:21 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-16 04:18:22 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2018-10-16 04:18:22 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2018-10-16 04:18:23 UTC/bin/sh -c #(nop) COPY file:40733dddd00efcb16b1f7deb1bad09d048dd5ad7d38d7147f9bc269f19abd4ad in /usr/local/bin/
2018-10-16 04:18:23 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2018-10-16 04:18:23 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-10-16 04:18:24 UTC/bin/sh -c #(nop) EXPOSE 27017/tcp
2018-10-16 04:18:24 UTC/bin/sh -c #(nop) CMD ["mongod"]
2018-10-16 10:08:09 UTC
5.28 GB
8262f88d082f48c4da85708ec9fa1570910d1957e5a71048d0304c9a933c25d8
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.17-signed.msi
MONGO_VERSION3.4.17
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 71.82% (3.79 GB)
[#001] sha256:c0f6863f3dd498ab56cdd308637630f888fe646de403284f2c5392ba885bdd8e - 26.95% (1.42 GB)
[#002] sha256:50ca338b1fa6c515ebe15efbf13da80d877db4a53da56b2b6e52e3da6426cc63 - 0.0% (1.17 KB)
[#003] sha256:7ba5fa9cc11ec1043e448866f94872d44f2f532f5de834e901c4b2b4981e52fb - 0.0% (1.17 KB)
[#004] sha256:5dfb3dddddb6eb833c50a434d51336a517f95efb143272978169f04650dc1110 - 0.0% (1.19 KB)
[#005] sha256:701db93788b84ffa0a03c5d33fd6f24100d03d0c8cd904c64b963cc60aead3f8 - 0.0% (1.17 KB)
[#006] sha256:4daa53348dd788eb0e97d858cb69ab226b513cfe74d6af11f01203beb74e8434 - 1.23% (66.6 MB)
[#007] sha256:328dbfd0aa2f4deec2cfb0d502b00f385e51b865f6225ac27e4a8afd877c32b2 - 0.0% (1.18 KB)
[#008] sha256:af49118598c63c520b23be870efc64c30517c22aea985313d0b45f428d05e516 - 0.0% (1.17 KB)
[#009] sha256:a574c46e60a106ff2bb34f15bfa5447b1fdc517c676d59abfe9d83378679cf7d - 0.0% (1.17 KB)
Apply image 10.0.14393.0
2018-10-09 18:03:17 UTCInstall update 10.0.14393.2551
2018-10-16 09:16:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2018-10-16 10:05:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.4.17
2018-10-16 10:05:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.17-signed.msi
2018-10-16 10:05:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=8262f88d082f48c4da85708ec9fa1570910d1957e5a71048d0304c9a933c25d8
2018-10-16 10:08: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.';
2018-10-16 10:08:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2018-10-16 10:08:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017/tcp
2018-10-16 10:08:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod"]
2018-10-16 10:10:24 UTC
2.99 GB
8262f88d082f48c4da85708ec9fa1570910d1957e5a71048d0304c9a933c25d8
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.17-signed.msi
MONGO_VERSION3.4.17
[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 70.94% (2.12 GB)
[#001] sha256:ddd7a4737dfbb59b49c30480146e7f0a61842409755bd479b63004c5643d0ed3 - 27.03% (826 MB)
[#002] sha256:bb0cfc3f1dafb85be3cada2e98abf803f8e5eadcc61125fa7266a93c29d873e7 - 0.0% (1.17 KB)
[#003] sha256:e3b559a1808cf384fac2e9e00c00d76b5a5470637b7ae7de6c128b8ac19e0257 - 0.0% (1.16 KB)
[#004] sha256:291fe6868acb415a136e2b2fa875997ac71b5b42bc1435f4850ff0999bc640e9 - 0.0% (1.17 KB)
[#005] sha256:e843c1f4661989a22085845c7bb6ca434ac5dab9554324ed953a006fe8bb50c6 - 0.0% (1.17 KB)
[#006] sha256:ff32309e2db7bd4ac5bddf4a690f0ddb3ac9ae3ab742900f511c3666f995342a - 2.03% (62 MB)
[#007] sha256:8ba93c8ce8153228dfa8827e246e2311fc0ad2f26202fadc63a77d1d470f7a37 - 0.0% (1.17 KB)
[#008] sha256:f37ef95ae5ad2283e5714a837ffa8f6f9aa4c503469e334f728698e41f1ab9e7 - 0.0% (1.16 KB)
[#009] sha256:fcd82f27b7b901160991165aac1ac0f42065408789b1e9858d20a3aba8572545 - 0.0% (1.16 KB)
Apply image 10.0.16299.15
2018-10-01 22:02:14 UTCInstall update 10.0.16299.726
2018-10-16 10:03:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2018-10-16 10:08:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.4.17
2018-10-16 10:08:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.17-signed.msi
2018-10-16 10:08:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=8262f88d082f48c4da85708ec9fa1570910d1957e5a71048d0304c9a933c25d8
2018-10-16 10:10:19 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.';
2018-10-16 10:10:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2018-10-16 10:10:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017/tcp
2018-10-16 10:10: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.