2019-04-02 23:46:08 UTC
141 MB
1.11
GPG_KEYSE162F504A20CDF15827F718D4B7C549A058F8B6B
JSYAML_VERSION3.13.0
MONGO_MAJOR4.1
MONGO_PACKAGEmongodb-org-unstable
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.1.9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:898c46f3b1a1f39827ed135f020c32e2038c87ae0690a8fe73d94e5df9e6a2d6 - 21.98% (31 MB)
[#001] sha256:63366dfa0a5076458e37ebae948bc7823bab256ca27e09ab94d298e37df4c2a3 - 0.0% (851 Bytes)
[#002] sha256:041d4cd74a929bc4b66ee955ab5b229de098fa389d1a1fb9565e536d8878e15f - 0.0% (545 Bytes)
[#003] sha256:6e1bee0f8701f0ae53a5129dc82115967ae36faa30d7701b195dfc6ec317a51d - 0.0% (162 Bytes)
[#004] sha256:8af087a0122119e941b0988a5e01f79b2e54250ed4ea766b260b589e492a042e - 0.0% (1.84 KB)
[#005] sha256:f7483b00c3d9f272517ef770ded04048c6ee6547daad58f7d2d46e1c162ea2e5 - 1.85% (2.61 MB)
[#006] sha256:3546fdf9877eeb6af3edb71b4c6c345f4eeb1a9901da55638c962bf3a30a52a6 - 3.9% (5.49 MB)
[#007] sha256:da8181a5f463390d3a638286b0b5e334e1b7fdcae20cb7aa09ac03ae7a36bf61 - 0.0% (115 Bytes)
[#008] sha256:f641c6abe09ddc045993b48c2a5935a3693e7b31e77ca750a1238a609cab9b68 - 0.0% (1.4 KB)
[#009] sha256:004a180c8bd6265bb8b35cea4521c5d7bf532eff8d18fbea00d583a3c1d11cb2 - 0.0% (236 Bytes)
[#010] sha256:206da40bb45ed3ca301c2f11c767b1ba54c5ebfd88eb49b9daf846c65d52f4ce - 72.26% (102 MB)
[#011] sha256:a18a52029fbea7655efb2860dab8f04ad6bfbd2e1c2f026f1df897c9e93560c0 - 0.0% (139 Bytes)
[#012] sha256:a97932a7b6bbcf8f7c71ecf36c3bed9fbbcc43dbaeecb7cb43d4fd8da97428d5 - 0.0% (3.83 KB)
/bin/sh -c #(nop) ADD file:1d7cb45c4e196a6a84319b976b95ce1a9037c40b085e88350c071bf27ff59166 in /
2019-03-12 00:20:12 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-03-12 00:20:13 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2019-03-12 00:20:17 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-03-12 00:20:17 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-04-02 23:45:14 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2019-04-02 23:45:23 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-04-02 23:45:24 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-04-02 23:45:24 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.0
2019-04-02 23:45:43 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 --version; 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-04-02 23:45:44 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-04-02 23:45:44 UTC/bin/sh -c #(nop) ENV GPG_KEYS=E162F504A20CDF15827F718D4B7C549A058F8B6B
2019-04-02 23:45:45 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-04-02 23:45:45 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org-unstable
2019-04-02 23:45:45 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2019-04-02 23:45:46 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org-unstable MONGO_REPO=repo.mongodb.org
2019-04-02 23:45:46 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=4.1
2019-04-02 23:45:46 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.1.9
2019-04-02 23:45:47 UTC/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
2019-04-02 23:46:06 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-04-02 23:46:07 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2019-04-02 23:46:07 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2019-04-02 23:46:07 UTC/bin/sh -c #(nop) COPY file:945726c0bedd1f0e5d63724b35b5de1d3c95ead022243ee60a859eba16f592e1 in /usr/local/bin/
2019-04-02 23:46:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-04-02 23:46:08 UTC/bin/sh -c #(nop) EXPOSE 27017
2019-04-02 23:46:08 UTC/bin/sh -c #(nop) CMD ["mongod"]
2019-03-20 11:50:42 UTC
3.45 GB
af71f53e1a1a92756b9c6c36c15cd6ec6be3cd292ef3636c8cd75d0216d0079f
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.9-signed.msi
MONGO_VERSION4.1.9
[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 61.47% (2.12 GB)
[#001] sha256:7f4a716683dc03db3521ed040924c24ea9bd17c7f134c09bf22e33f6af33ade8 - 25.31% (893 MB)
[#002] sha256:b217250878f40ff58563b56494c3225f606f7bde90c1be1e82385924187428f2 - 0.0% (1.18 KB)
[#003] sha256:ae5b171e459f4e79cae72d4b56b75f55ac1f387650e5ae511d40becbadefca02 - 0.0% (1.17 KB)
[#004] sha256:9c5268c6c80bc0bc8eec6f2a550fb8ad4d4f0a274427581b8e15ef24aa0cfac3 - 0.0% (1.17 KB)
[#005] sha256:2ccdb1665db2dc66dad4728e68cba92bf69ac0d8ddfc8c4b344c430bb96c7fd8 - 0.0% (1.17 KB)
[#006] sha256:2b21ea7528fa2b0a6d66c1c3de6f773e638ae49d9ce7e1a08179c680e68e5544 - 13.22% (466 MB)
[#007] sha256:ac9693225a0e0ef07c355ee3e1e9651f3475aad79faa84d5a6b020441947573b - 0.0% (1.17 KB)
[#008] sha256:69c6cb141b0ceb9f6a2ec9f5522833190c4de8ec5ac5881ae90b00904807a884 - 0.0% (1.17 KB)
[#009] sha256:614ed12b2ac09f1f39d5b2c722492fe94d1dc2df1313a14b64a1e2155010f28f - 0.0% (1.17 KB)
Apply image 10.0.16299.15
2019-03-09 05:26:00 UTCInstall update 10.0.16299.1029
2019-03-15 09:46:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2019-03-20 11:30:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.1.9
2019-03-20 11:30:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.9-signed.msi
2019-03-20 11:30:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=af71f53e1a1a92756b9c6c36c15cd6ec6be3cd292ef3636c8cd75d0216d0079f
2019-03-20 11:50:37 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-03-20 11:50:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2019-03-20 11:50:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2019-03-20 11:50:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2019-03-20 11:54:39 UTC
2.18 GB
af71f53e1a1a92756b9c6c36c15cd6ec6be3cd292ef3636c8cd75d0216d0079f
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.9-signed.msi
MONGO_VERSION4.1.9
[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 70.99% (1.55 GB)
[#001] sha256:be86bca8de59067e592a8becc2e83ed2465a6d9bce324043e434aa4a15493b00 - 25.38% (566 MB)
[#002] sha256:82981f58be95926db2383949a2f5a368e6a47da5ecef767833272099e4524a63 - 0.0% (1.18 KB)
[#003] sha256:b1501c291f68281052ae54dcbbad370903dd05e9fb6b37e966116ec93503ab9d - 0.0% (1.18 KB)
[#004] sha256:5b4324751ae260c43f1e4941a1591b659254a10f3733787ae1915c238e6e9322 - 0.0% (1.18 KB)
[#005] sha256:f35b1448739332dd52c5224d6dcb4e9567c3051f607499da3cf7dabe0c70f779 - 0.0% (1.18 KB)
[#006] sha256:b64169979823b39ec7565793d1b93c7af2930f6d3d48f4a0a40ede5a5d8e88b9 - 3.64% (81.1 MB)
[#007] sha256:33739b6c152e89f967ea36773443cd33883debdc74e12252364b9670f2d6c0a9 - 0.0% (1.18 KB)
[#008] sha256:5e992e9a8fb3bee7d0a9984668962380f414ba1752e682bce6198e1f9730a92a - 0.0% (1.17 KB)
[#009] sha256:9e62e74eae87a426ec82d016672d64e4cd6f17bb49c52a302aeed0a1ee919eae - 0.0% (1.18 KB)
Apply image 10.0.17134.1
2019-03-08 23:20:01 UTCInstall update 10.0.17134.648
2019-03-15 10:36:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2019-03-20 11:50:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.1.9
2019-03-20 11:50:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.9-signed.msi
2019-03-20 11:51:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=af71f53e1a1a92756b9c6c36c15cd6ec6be3cd292ef3636c8cd75d0216d0079f
2019-03-20 11:54:33 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-03-20 11:54:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2019-03-20 11:54:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2019-03-20 11:54:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2019-03-20 11:30:28 UTC
5.34 GB
af71f53e1a1a92756b9c6c36c15cd6ec6be3cd292ef3636c8cd75d0216d0079f
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.9-signed.msi
MONGO_VERSION4.1.9
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 71.02% (3.79 GB)
[#001] sha256:e0718b11f51220dd85c47a1d225be81c5ba343fbb45f9b43fe3d762c0a20300a - 27.38% (1.46 GB)
[#002] sha256:bd9434e109d6b126a4267e7a896a255b46d8aea977aa40868a6927bbcb9b4a2e - 0.0% (1.18 KB)
[#003] sha256:96d99809a790486014b8050dc2c36021b4295e27795256b18aa6c1d65bfa9de2 - 0.0% (1.17 KB)
[#004] sha256:a5a0d6dab941ebd3b8aaf820833b27a5ce08b416a6b53d6c81429c51d25cdbb1 - 0.0% (1.18 KB)
[#005] sha256:d4b40407e6f9a8bab5ff25803b01368a77241e550381a8add44ad969d57c8d92 - 0.0% (1.18 KB)
[#006] sha256:4d5d3ff3750d6cdcf9978b11b55491e534cda509189657d52bfe87ffb6b1f0da - 1.59% (87.1 MB)
[#007] sha256:dd683cbbf3f2a84278f66a65152f86f2c50f11f48a4ca6a030bca8ea2438bf03 - 0.0% (1.18 KB)
[#008] sha256:248e0995a53152041797514ad54cbb1562989682d3508c67c223d3a289e5418b - 0.0% (1.17 KB)
[#009] sha256:8ca86daae96d38ab2a021853cb4d3b027ccf8fca90ff8ec73d23439f8f38e1b4 - 0.0% (1.18 KB)
Apply image 10.0.14393.0
2019-03-11 20:57:18 UTCInstall update 10.0.14393.2848
2019-03-15 09:43:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2019-03-20 11:19:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.1.9
2019-03-20 11:19:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.9-signed.msi
2019-03-20 11:19:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=af71f53e1a1a92756b9c6c36c15cd6ec6be3cd292ef3636c8cd75d0216d0079f
2019-03-20 11:30:23 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-03-20 11:30:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2019-03-20 11:30:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2019-03-20 11:30:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2019-04-03 09:21:05 UTC
132 MB
1.11
GPG_KEYSE162F504A20CDF15827F718D4B7C549A058F8B6B
JSYAML_VERSION3.13.0
MONGO_MAJOR4.1
MONGO_PACKAGEmongodb-org-unstable
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.1.9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a0ceea30e08b5fa042d10308a43b8b093b67ce44e98a69ea8d277d00077387ab - 21.09% (27.8 MB)
[#001] sha256:82ef245d4e8728acd667d550023b9ffbb688c7976f78f72986d132072041e5a1 - 0.0% (854 Bytes)
[#002] sha256:b9bb25026742c32e7fe5417efb6bc0ff5ad1eb9963007aebd5f71e9bc333e9ba - 0.0% (532 Bytes)
[#003] sha256:b62b2948ac15d07c725e6074399d5e49e916e79b2c7738d6ad63e4d1b090db8f - 0.0% (163 Bytes)
[#004] sha256:c5a951e7204c9366c16e2d7c295430f7db90c41267c81baaf820fe7bb0a59f31 - 0.0% (1.84 KB)
[#005] sha256:0e09a9e16547979770b74f9eaf37eb42a5b4c6bbc0368101a696c85c27d094d6 - 1.77% (2.33 MB)
[#006] sha256:f848dd4349aa92112842e48ffd4b74b7521cd9522c868163a1f3e67cec1ce8a3 - 3.81% (5.03 MB)
[#007] sha256:c49e6741e94d85a31436c4fffba0419b3e053c4b6a856d963839141640d270d7 - 0.0% (115 Bytes)
[#008] sha256:d49d70b56815a04031f1dc049cd460ba0c03255b7fe8204187d881a96f2f9c4b - 0.0% (1.4 KB)
[#009] sha256:ba74876f68b501f95971c6a87b0c03bc16f24e5029908ef4b18ddcb4c7709c0b - 0.0% (238 Bytes)
[#010] sha256:f4bdf5653d483076e0eaa46e89b44f30570503b63744c7e53891896b42c564c9 - 73.32% (96.8 MB)
[#011] sha256:4f5ae693bd8106c00a80d8b5f8ff9d2a832805c5a4b230f1c42f8188a2567c9d - 0.0% (138 Bytes)
[#012] sha256:60988d8564147ea5faec705629f10ea4db2d80b73d9cbbab1d819f6e74452c26 - 0.0% (3.83 KB)
/bin/sh -c #(nop) ADD file:4cccf4e4a71783b1ac058bcfcabe23b3901e829c3859551be9d7e732cb9e3f86 in /
2019-03-14 09:34:21 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-03-14 09:34:22 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2019-03-14 09:34:31 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-03-14 09:34:32 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-04-03 09:17:17 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2019-04-03 09:17:55 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-04-03 09:17:56 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-04-03 09:17:56 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.0
2019-04-03 09:19:24 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 --version; 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-04-03 09:19:28 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-04-03 09:19:30 UTC/bin/sh -c #(nop) ENV GPG_KEYS=E162F504A20CDF15827F718D4B7C549A058F8B6B
2019-04-03 09:19:36 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-04-03 09:19:38 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org-unstable
2019-04-03 09:19:40 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2019-04-03 09:19:42 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org-unstable MONGO_REPO=repo.mongodb.org
2019-04-03 09:19:45 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=4.1
2019-04-03 09:19:47 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.1.9
2019-04-03 09:19:52 UTC/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
2019-04-03 09:20:55 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-04-03 09:20:59 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2019-04-03 09:21:00 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2019-04-03 09:21:02 UTC/bin/sh -c #(nop) COPY file:945726c0bedd1f0e5d63724b35b5de1d3c95ead022243ee60a859eba16f592e1 in /usr/local/bin/
2019-04-03 09:21:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-04-03 09:21:04 UTC/bin/sh -c #(nop) EXPOSE 27017
2019-04-03 09:21:05 UTC/bin/sh -c #(nop) CMD ["mongod"]
2019-04-04 11:54:56 UTC
136 MB
1.11
GPG_KEYSE162F504A20CDF15827F718D4B7C549A058F8B6B
JSYAML_VERSION3.13.0
MONGO_MAJOR4.1
MONGO_PACKAGEmongodb-org-unstable
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.1.9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ce90edcc3139e116c97e192a11962790422da390b102aca2d617dc565de4d938 - 21.53% (29.3 MB)
[#001] sha256:d2794d8d2439572a529e844dce238c278c50debc920730de784f9cbc405a0b51 - 0.0% (852 Bytes)
[#002] sha256:9ecab1b250dd07edb1294b4ad9afbdcb2a5b9bc81e09ae75d2d65dc32c6df0c4 - 0.0% (534 Bytes)
[#003] sha256:55ae8f34b30e3b128ba685424ccf987869098004713c41da34ce3636eb12060e - 0.0% (162 Bytes)
[#004] sha256:4a316a44e1c9a53943aac6f7d253a52e7b9b068f9de2347a7ef7c002d250cf23 - 0.0% (1.83 KB)
[#005] sha256:6f7a77396fba77d74dd6b5c0226b347773cf3b5343afcb660eb8063e98d910bd - 1.73% (2.35 MB)
[#006] sha256:912eeafa66aa0fa49f3bcf8c352c3a11464c27feb4f3a828fd522b2590a77563 - 3.98% (5.42 MB)
[#007] sha256:58c6f4e7aef9d1718da0231173b562831bfb91239044925f52de32944bc2be4b - 0.0% (115 Bytes)
[#008] sha256:57ce9dcdf3737b3cc0a22f26341944c52bc7868607edbc267c803e84f9e4876a - 0.0% (1.4 KB)
[#009] sha256:c7b3f84cd9f72b350eb5c1cad839742fadc11b7ebe3a556cb718078329b2bbc5 - 0.0% (236 Bytes)
[#010] sha256:ff6314849643eb4122693046647cdd047e79b01c7df497c1b2cc43cc3a808d60 - 72.75% (98.9 MB)
[#011] sha256:a9296b515afc362d7f8fee7b394f7939c7a61362e3c833c56f828efa05a3ef76 - 0.0% (138 Bytes)
[#012] sha256:7863f6db7ef5e033ddc1030a51b0de9ce6aaf0eb80466237b782f40d6cf64a1c - 0.0% (3.82 KB)
/bin/sh -c #(nop) ADD file:7b97cdceb7a661db3458df6cd992d2e735fec8613abd86bdff58a949190c355b in /
2019-03-12 12:08:48 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-03-12 12:08:49 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2019-03-12 12:08:50 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-03-12 12:08:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-04-04 11:53:13 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2019-04-04 11:53:36 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-04-04 11:53:37 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-04-04 11:53:37 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.0
2019-04-04 11:54:03 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 --version; 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-04-04 11:54:05 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-04-04 11:54:05 UTC/bin/sh -c #(nop) ENV GPG_KEYS=E162F504A20CDF15827F718D4B7C549A058F8B6B
2019-04-04 11:54:08 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-04-04 11:54:09 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org-unstable
2019-04-04 11:54:09 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2019-04-04 11:54:10 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org-unstable MONGO_REPO=repo.mongodb.org
2019-04-04 11:54:10 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=4.1
2019-04-04 11:54:10 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.1.9
2019-04-04 11:54:12 UTC/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
2019-04-04 11:54:51 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-04-04 11:54:54 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2019-04-04 11:54:54 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2019-04-04 11:54:55 UTC/bin/sh -c #(nop) COPY file:945726c0bedd1f0e5d63724b35b5de1d3c95ead022243ee60a859eba16f592e1 in /usr/local/bin/
2019-04-04 11:54:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-04-04 11:54:56 UTC/bin/sh -c #(nop) EXPOSE 27017
2019-04-04 11:54:56 UTC/bin/sh -c #(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.