2021-11-17 02:31:29 UTC
158 MB
1.12
JSYAML_VERSION3.13.1
MONGO_MAJOR4.2
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.2.17
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:284055322776031bac33723839acb0db2d063a525ba4fa1fd268a831c7553b26 - 16.16% (25.5 MB)
[#001] sha256:090cf866f956172975f37b945b07c89867b878078cd95754602ce45575fd6ad9 - 0.0% (1.83 KB)
[#002] sha256:332385499d8ba1f43c5c31d3c7ecf4c442a5af43c7ec8fda08fc6d801b1cd879 - 1.8% (2.84 MB)
[#003] sha256:efb4c37d09b9687b0c7dd4e7684cb57b32825499e1da84d301c84ccc3882a755 - 3.53% (5.56 MB)
[#004] sha256:a3e230a6fc17ca4027367ac8d349909d017ee4a1e924eb921318dcfdd1c49052 - 0.0% (149 Bytes)
[#005] sha256:e4db0538af9285681a5bdc73233ef9475a87d643dea84d79326c597a419bd936 - 0.0% (1.4 KB)
[#006] sha256:630eb1711c2f84489ee0fd8e20ea8686fbfdf744d52bf21bdf976aa5da5d09a9 - 0.0% (235 Bytes)
[#007] sha256:78faf905d5ce71d5d3e12dbb26f8be687e19d551ac37fce71fb5bd57d31262a0 - 78.51% (124 MB)
[#008] sha256:541075ad9c81288651bb62e597c51a1be533cba0e9f6fc6593b3a085152e501f - 0.0% (170 Bytes)
[#009] sha256:8ba7cdf424db8029940cc2b8a9b93f178dcf794704df4e6ff40487010054f5cc - 0.0% (4.83 KB)
/bin/sh -c #(nop) ADD file:0d82cd095966e8ee78b593cb47a352eec842edb7bd9d9468e8a70154522447d1 in /
2021-10-01 02:23:24 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-10-01 05:28:36 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2021-10-01 05:28: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/*
2021-10-01 05:28:45 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2021-10-01 05:28:46 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2021-10-01 05:28:57 UTC/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; 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; savedAptMark="$savedAptMark gnupg dirmngr"; elif gpg --version | grep -q '^gpg (GnuPG) 1\.'; then apt-get install -y --no-install-recommends gnupg-curl; 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 hkps://keys.openpgp.org --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; wget -O /js-yaml.js "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js"; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true
2021-10-01 05:28:58 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-10-01 05:29:01 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- 'E162F504A20CDF15827F718D4B7C549A058F8B6B'; for key; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; gpg --batch --export "$@" > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list
2021-10-01 05:29:01 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2021-10-01 05:29:01 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2021-10-01 05:29:02 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2021-10-01 05:29:02 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=4.2
2021-10-01 05:29:03 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"
2021-10-01 05:29:03 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.17
2021-10-01 05:29:20 UTC/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && ln -s /bin/true /usr/local/bin/systemctl && 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 -f /usr/local/bin/systemctl && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig
2021-10-01 05:29:22 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2021-10-01 05:29:22 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2021-11-17 02:31:28 UTC/bin/sh -c #(nop) COPY file:ff519c7454e20e6f14c42932b8d6eaee066ed739bfbbd2a6e884d0a7ffeead38 in /usr/local/bin/
2021-11-17 02:31:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-11-17 02:31:29 UTC/bin/sh -c #(nop) EXPOSE 27017
2021-11-17 02:31:29 UTC/bin/sh -c #(nop) CMD ["mongod"]
2021-12-18 08:47:56 UTC
2.3 GB
31769763eb709d2dee9f4f889846400a665c310742ff7e04d04b4dd8da33069b
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.17-signed.msi
MONGO_VERSION4.2.17
[#000] sha256:8f616e6e9eec767c425fd9346648807d1b658d20ff6097be1d955aac69c26642 - 50.58% (1.17 GB)
[#001] sha256:4d1d74adc6a92e44b3cd592ec9459f1fff926eaf6fc20bb7526360bec71aefc0 - 37.95% (896 MB)
[#002] sha256:3c1de582c6c9c68cde1be202b853d6f5b2dae10020d41c1402bdaede850c77e8 - 0.0% (1.29 KB)
[#003] sha256:41bd9ea4f9004a9ac7190c0d9fcc7bd8294af4c1b9afdd987d2b34dae90b211b - 0.0% (1.36 KB)
[#004] sha256:bd6921a35633aedf4afb77309c0e9bb2fed03c205c467b916fead50799cb18fa - 0.0% (1.36 KB)
[#005] sha256:5b93a96ee2e42d7642e038c66c1c73927c6d4144827cfc28992be617f6888cb6 - 0.0% (1.4 KB)
[#006] sha256:19f56545011cf2e18a348454f7e1399aed5be7d5319b491ad12beb12577c69b0 - 11.48% (271 MB)
[#007] sha256:f2fc999dbcd4c35c139cadd92a317d87cf09f7aa71659dfab56f89ec62ae008a - 0.0% (1.38 KB)
[#008] sha256:3d0f075c5fa6744015f26bc1a5c122b38497cfc305c968d8a6b630dc781d31d1 - 0.0% (1.39 KB)
[#009] sha256:17d93e03f17106e7438ad23625429488bf4669c566a84f37989f9ab13acde27f - 0.0% (1.39 KB)
Apply image 2022-RTM-amd64
2021-12-08 01:54:07 UTCInstall update ltsc2022-amd64
2021-12-18 08:07:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2021-12-18 08:46:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.17
2021-12-18 08:46:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.17-signed.msi
2021-12-18 08:46:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=31769763eb709d2dee9f4f889846400a665c310742ff7e04d04b4dd8da33069b
2021-12-18 08:47:52 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'); if ($env:MONGO_DOWNLOAD_SHA256) { 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', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=Client,ImportExportTools,MiscellaneousTools,MonitoringTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongo.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $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:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';
2021-12-18 08:47:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2021-12-18 08:47:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2021-12-18 08:47:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2021-12-18 08:53:29 UTC
6.11 GB
31769763eb709d2dee9f4f889846400a665c310742ff7e04d04b4dd8da33069b
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.17-signed.msi
MONGO_VERSION4.2.17
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 62.02% (3.79 GB)
[#001] sha256:2d026d646213ccf73d9f0584941d108253d62e73df2a74e070776884b7b0242b - 33.59% (2.05 GB)
[#002] sha256:f6bffd19db3f71ba2031bea25a529c67034869e7e1bbf9e2431d5ee747bd6d6d - 0.0% (1.26 KB)
[#003] sha256:bdd489fbb92bbb80a810a670ec11c4c8b895d8f49dfe3ac2bc35c9b7290738a4 - 0.0% (1.41 KB)
[#004] sha256:f5905d56ba3dc0d2ea20823012f7cc0e57545bd5c9af409f044f93f2d16c9fa2 - 0.0% (1.37 KB)
[#005] sha256:8767b6cb45f2693424bbacc8c93276f6bdc0c32891305b4488beb3b154fd5a15 - 0.0% (1.39 KB)
[#006] sha256:a9a5aeb76d1316aaf70176c9435c628ec902f33302283ff5005a8a6c1a17495b - 4.39% (275 MB)
[#007] sha256:2cd4501a2a7ad353a4bf4b5145a1b0f4f3063b8e92c3dd5f32a001c0324adf34 - 0.0% (1.39 KB)
[#008] sha256:ae0e5d540e03da2e5ab387fc01471d63ca7d9ed6f0a8d917836e9be10cb362ce - 0.0% (1.38 KB)
[#009] sha256:845b179461e8aa09146001b6532f6604ee76660a70d16ed66ab5e7dcfc4dde88 - 0.0% (1.41 KB)
Apply image 1607-RTM-amd64
2021-12-08 08:38:00 UTCInstall update ltsc2016-amd64
2021-12-18 01:55:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2021-12-18 08:50:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.17
2021-12-18 08:50:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.17-signed.msi
2021-12-18 08:50:54 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=31769763eb709d2dee9f4f889846400a665c310742ff7e04d04b4dd8da33069b
2021-12-18 08:53:25 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'); if ($env:MONGO_DOWNLOAD_SHA256) { 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', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=Client,ImportExportTools,MiscellaneousTools,MonitoringTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongo.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $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:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';
2021-12-18 08:53:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2021-12-18 08:53:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2021-12-18 08:53:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2021-12-18 08:50:41 UTC
2.79 GB
31769763eb709d2dee9f4f889846400a665c310742ff7e04d04b4dd8da33069b
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.17-signed.msi
MONGO_VERSION4.2.17
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 57.42% (1.6 GB)
[#001] sha256:5ee7a7ea9cf22f75886179907a41810a992e21f3d0c57cc10d2147ce9237701c - 33.09% (944 MB)
[#002] sha256:d22d2238b031d3f13bcd6c144e80f8f8402332b8ee8e53cc54b7912c3ac808cb - 0.0% (1.41 KB)
[#003] sha256:f05b6232bdbdd284a50ee3125ed6116299a09ef036b8611561e13de65ff3b3b0 - 0.0% (1.39 KB)
[#004] sha256:a2a03a19ae6103645136239e0cfe4c76eb040ac0111a949e713b6ed787c6f41c - 0.0% (1.38 KB)
[#005] sha256:fd5bc836860a782d17a4486a84b8f0f68e532c260f0554f502284a0f00ce8f42 - 0.0% (1.39 KB)
[#006] sha256:3cdf4e02dc8a226e41b3dd4fde40003b312c6adeb2f12c9dbf93cef05b5ce517 - 9.48% (271 MB)
[#007] sha256:c333aed2a6bbb89eb35acc2fab805995ccabe70fa66cda663b79072d48eaaedb - 0.0% (1.37 KB)
[#008] sha256:aeddd5341f8c38bf13dd0d92511d8480a0e15d2859eacf9839b8cae880914fb2 - 0.0% (1.41 KB)
[#009] sha256:c45bf8881683ded7a9ff9b0f648a8465e8a4130959d1161d9eb60e3e29846ab1 - 0.0% (1.37 KB)
Apply image 1809-RTM-amd64
2021-12-07 04:56:01 UTCInstall update 1809-amd64
2021-12-18 01:40:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2021-12-18 08:48:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.17
2021-12-18 08:48:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.17-signed.msi
2021-12-18 08:48:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=31769763eb709d2dee9f4f889846400a665c310742ff7e04d04b4dd8da33069b
2021-12-18 08:50:38 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'); if ($env:MONGO_DOWNLOAD_SHA256) { 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', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=Client,ImportExportTools,MiscellaneousTools,MonitoringTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongo.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $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:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';
2021-12-18 08:50:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2021-12-18 08:50:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2021-12-18 08:50:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2021-11-17 01:15:40 UTC
148 MB
1.12
JSYAML_VERSION3.13.1
MONGO_MAJOR4.2
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.2.17
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f46992f278c2dd50c481ff60ce8528b6eb59016ac6243e1a7fb385c79c5944b9 - 15.26% (22.6 MB)
[#001] sha256:dd5387006fd9f606083361496f04423b7c415afdac4630d9c246f21e633360ee - 0.0% (1.82 KB)
[#002] sha256:d164f42bd6a8d81eec92192e0d96a8d528defb68243a690b2f9615b1a13454b5 - 1.72% (2.55 MB)
[#003] sha256:e57282c689179d80f099066998484b7d75b64d6c986a4ad3ee8ee3e60ef5941f - 3.34% (4.95 MB)
[#004] sha256:5200b2f51b191fb06eed3077965802ed2283f73d9d7413fee53f02de99b735d2 - 0.0% (115 Bytes)
[#005] sha256:a278f71e7dd75bec42389ed8925f7327adc1c0f01fe915d74988ddb011fd03c6 - 0.0% (1.38 KB)
[#006] sha256:1fd5d21e7fa613ad298ad51030afb20ec0e25d3af604c8e2b96581c5d9856b6f - 0.0% (236 Bytes)
[#007] sha256:18fcea4afb403c0389f6353bd43707ca643b11c197358d4c6b1a039df22e8ddb - 79.67% (118 MB)
[#008] sha256:6e77840a8d5409f7f3c29d87abe5fdbf28d0a6b843a30a28965a132a88e80059 - 0.0% (139 Bytes)
[#009] sha256:a041cd6dc02a8c65abad60598e502c370c43d7f397b0b57bf108906c5ce49a25 - 0.0% (4.83 KB)
/bin/sh -c #(nop) ADD file:35e2504756850fc1add00516fa89b0499b59c348457a96708eedb61313e7b25e in /
2021-10-16 01:47:38 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-10-16 02:08:16 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2021-10-16 02:08:25 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/*
2021-10-16 02:08:26 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2021-10-16 02:08:27 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2021-10-16 02:08:41 UTC/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; 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; savedAptMark="$savedAptMark gnupg dirmngr"; elif gpg --version | grep -q '^gpg (GnuPG) 1\.'; then apt-get install -y --no-install-recommends gnupg-curl; 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 hkps://keys.openpgp.org --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; wget -O /js-yaml.js "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js"; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true
2021-10-16 02:08:42 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-10-16 02:08:51 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- 'E162F504A20CDF15827F718D4B7C549A058F8B6B'; for key; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; gpg --batch --export "$@" > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list
2021-10-16 02:08:51 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2021-10-16 02:08:52 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2021-10-16 02:08:53 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2021-10-16 02:08:54 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=4.2
2021-10-16 02:08:55 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"
2021-10-16 02:08:56 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.17
2021-10-16 02:09:13 UTC/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && ln -s /bin/true /usr/local/bin/systemctl && 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 -f /usr/local/bin/systemctl && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig
2021-10-16 02:09:13 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2021-10-16 02:09:14 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2021-11-17 01:15:38 UTC/bin/sh -c #(nop) COPY file:ff519c7454e20e6f14c42932b8d6eaee066ed739bfbbd2a6e884d0a7ffeead38 in /usr/local/bin/
2021-11-17 01:15:38 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-11-17 01:15:39 UTC/bin/sh -c #(nop) EXPOSE 27017
2021-11-17 01:15:40 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.