2021-09-14 01:29:07 UTC
158 MB
1.12
JSYAML_VERSION3.13.1
MONGO_MAJOR4.2
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.2.16
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e4ca327ec0e73c737201b7a6d7b2df779a3ccf34fe9cf1b0c031e767f6464240 - 16.17% (25.5 MB)
[#001] sha256:e4ccd32248f67557a119dc409e69c49261fe5ec062bdd253f2a9f6cefdad1fa6 - 0.0% (1.83 KB)
[#002] sha256:90429bad72b2afdc5387f488ff5b24e3fe5ff4f708fed65f0b5d0de32cf2d79e - 1.8% (2.84 MB)
[#003] sha256:35e38341847d291fd3cdaaebd43517d1740945fd87548211c839217dbcc0f53e - 3.53% (5.56 MB)
[#004] sha256:f48b97a5ba7b688b6c7874244cc90efb6a33e4d3ff582129921d83740c0aef58 - 0.0% (149 Bytes)
[#005] sha256:914814f56d76dc9cebc4d92e3837bb52a7358766bd95a33a4a1fb21c9d7b8528 - 0.0% (1.4 KB)
[#006] sha256:3e3cbc9a09875ffeebf57547b414e794c1c6bb070ccdd85ba5a3d24bfff28f76 - 0.0% (235 Bytes)
[#007] sha256:ef358bc49cb288c22e101e5d15c021d6620b92f702d99c46a375b9aae3fe1749 - 78.5% (124 MB)
[#008] sha256:d5d210011b7e263cdd0debcfbae68a71bbf780fa4a7b6e9f22f6a6656a94c146 - 0.0% (171 Bytes)
[#009] sha256:09b54542014d243c54867c2aaf48d186f980aab43e96b80a4e0e2752aa03356e - 0.0% (4.59 KB)
/bin/sh -c #(nop) ADD file:425a053fd043786e9454fb269d4c93c624550fb913a8c96d03ddd430b4e6c1c3 in /
2021-08-31 01:20:48 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-08-31 03:52:49 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2021-08-31 03:52:58 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-08-31 03:52:58 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2021-08-31 03:52:58 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2021-08-31 03:53:09 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-08-31 03:53:10 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-31 03:53:12 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-08-31 03:53:12 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2021-08-31 03:53:12 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2021-08-31 03:53:13 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2021-08-31 03:53:13 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=4.2
2021-08-31 03:53:14 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-09-14 01:28:45 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.16
2021-09-14 01:29:04 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-09-14 01:29:06 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2021-09-14 01:29:06 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2021-09-14 01:29:06 UTC/bin/sh -c #(nop) COPY file:df3353d9b2c25ef83b499ecae7fd5d611adb4a9462a577435178acaad3c8c695 in /usr/local/bin/
2021-09-14 01:29:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-09-14 01:29:06 UTC/bin/sh -c #(nop) EXPOSE 27017
2021-09-14 01:29:07 UTC/bin/sh -c #(nop) CMD ["mongod"]
2021-09-15 19:14:37 UTC
2.77 GB
95aec78b1199a9be5d86dcfac39dc81d0bc26c767d8f95ea1b646c1db05e7d49
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.16-signed.msi
MONGO_VERSION4.2.16
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 57.85% (1.6 GB)
[#001] sha256:a0ddf88812f10c7d6edc858aa9784ff5ca9de4a7bb631909c090090343abd059 - 32.6% (924 MB)
[#002] sha256:6c4091e033b8590db7b89fded6d31ac2224162744daa4d7a7a66cbebd4b8c228 - 0.0% (1.4 KB)
[#003] sha256:04567ba3327a8f1a38175a08aeb1ebb07b8de47136f0bb820421472f889bf9aa - 0.0% (1.4 KB)
[#004] sha256:82c3656acc8edd137be9f08e38014e29ae494bf3e6befb09b91e1e015cd8cb6c - 0.0% (1.4 KB)
[#005] sha256:d57cbee03ff69674a56190998a0e1ea1d9d3be0b91e45a2c05ad70e9d51c79b5 - 0.0% (1.41 KB)
[#006] sha256:a7dc0886ca63e5e50481965360c63fe6448017e8cd8a54b3289184cc07bad8da - 9.54% (270 MB)
[#007] sha256:2f802a0056f839c3cb8f0488a8c17ae69e1daa5a9f8974ca2d4c50038e60eef7 - 0.0% (1.36 KB)
[#008] sha256:90674d7dfe73e83462d37f015d73c269d9e6e3ecdc6ced9736ad9bd7611efe1f - 0.0% (1.37 KB)
[#009] sha256:45f3722df90026c00f2b7bc0b365ac42ad52224f08298c3f4f14cb5912301dbc - 0.0% (1.38 KB)
Apply image 1809-RTM-amd64
2021-09-13 04:08:33 UTCInstall update 1809-amd64
2021-09-15 13:14:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2021-09-15 19:12:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.16
2021-09-15 19:12:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.16-signed.msi
2021-09-15 19:12:03 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=95aec78b1199a9be5d86dcfac39dc81d0bc26c767d8f95ea1b646c1db05e7d49
2021-09-15 19:14:34 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-09-15 19:14:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2021-09-15 19:14:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2021-09-15 19:14:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2021-09-15 19:16:52 UTC
6.1 GB
95aec78b1199a9be5d86dcfac39dc81d0bc26c767d8f95ea1b646c1db05e7d49
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.16-signed.msi
MONGO_VERSION4.2.16
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 62.09% (3.79 GB)
[#001] sha256:e9b8281bf21e46c781fb54e4f15f5728e2c44dea4219c9e6deeb732f1d909d3b - 33.58% (2.05 GB)
[#002] sha256:5796468f91731000e9a76e836156826a1cd4ed963bcd80e6558c538a12c2132d - 0.0% (1.38 KB)
[#003] sha256:2b442d627e728f8e6c262672ff1fe6a46d1e97afb98abfd826ffe95e5336dab6 - 0.0% (1.41 KB)
[#004] sha256:d4079ea16528c77691e65f9d53fa010334aaa69267ee9db80e0f16d991fc9c58 - 0.0% (1.38 KB)
[#005] sha256:1527d24277c35b0a2600a2315d11c6a8e61e753f7813e4e8a2321840e13c915e - 0.0% (1.35 KB)
[#006] sha256:1348d9ea18053acce8f8954e802cc56a48d8887b9fd6f5a4537f3c2eef5bbe48 - 4.32% (270 MB)
[#007] sha256:6e9d2ab74d25c6aa5ae8ec9c95b3318d7f153ccd6ad74dcc1324f2d070659f44 - 0.0% (1.35 KB)
[#008] sha256:419d9619829e6979d0a432bac64f2225d87719615b4e63be331f578199a105f4 - 0.0% (1.38 KB)
[#009] sha256:05797e6208b094a6ce0585f0d465c5d95d26dc53eb28936748eb47a32775da6e - 0.0% (1.36 KB)
Apply image 1607-RTM-amd64
2021-09-13 01:03:00 UTCInstall update ltsc2016-amd64
2021-09-15 13:26:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2021-09-15 19:14:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.16
2021-09-15 19:14:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.16-signed.msi
2021-09-15 19:14:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=95aec78b1199a9be5d86dcfac39dc81d0bc26c767d8f95ea1b646c1db05e7d49
2021-09-15 19:16:49 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-09-15 19:16:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2021-09-15 19:16:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2021-09-15 19:16:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2021-09-14 01:54:18 UTC
148 MB
1.12
JSYAML_VERSION3.13.1
MONGO_MAJOR4.2
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.2.16
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4028d4a2ab035ee99388f4aa429a83fbaf8022de67206e9a5b69615c71069135 - 15.25% (22.6 MB)
[#001] sha256:c50584629502a7e958f30a1b7a78b174640d8ab4250e160a656bb90813ea2065 - 0.0% (1.84 KB)
[#002] sha256:de80265b7cf77954ff57613a60b888911ff3b1d482b362ffbb56973fc4cfeea8 - 1.72% (2.55 MB)
[#003] sha256:325293ecfd3d62c4787b9211cb673edddaefa37d26dc6933ae52fe0932bc421c - 3.44% (5.1 MB)
[#004] sha256:5c77f99a86fe12cbd7e258659a9a214239e62a6e440e70b53577a5353adfa88a - 0.0% (149 Bytes)
[#005] sha256:2f81425690c941f1ab24ee0950d8fe01f06beafa2862e833d79ede5aee454245 - 0.0% (1.4 KB)
[#006] sha256:e54a6b669ef71b90aa98948b1ffc52e54d227987388e30c608e0fe92c43dc5e7 - 0.0% (234 Bytes)
[#007] sha256:f4cf9cd53b20920dbb6b1a0d4ed37239f3232d7cfb02abc1720c6bb6078f2e81 - 79.59% (118 MB)
[#008] sha256:9f98666cb98006622569948ce0a5c4da6507dad3f5744c9785506110d8aa4460 - 0.0% (170 Bytes)
[#009] sha256:68266f65a41a7e3e84fc7fb892c77bd1869f002551375e9ded6ec55f32619013 - 0.0% (4.59 KB)
/bin/sh -c #(nop) ADD file:27e3c8f7785fef80f6172954da7c3c73734c02b933dc19847e888542897d568f in /
2021-08-31 01:40:36 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-08-31 03:17:35 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2021-08-31 03:17:43 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-08-31 03:17:43 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2021-08-31 03:17:44 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2021-08-31 03:17: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-08-31 03:17:57 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-31 03:18:04 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-08-31 03:18:04 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2021-08-31 03:18:05 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2021-08-31 03:18:05 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2021-08-31 03:18:05 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=4.2
2021-08-31 03:18:06 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-09-14 01:54:01 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.16
2021-09-14 01:54:16 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-09-14 01:54:17 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2021-09-14 01:54:17 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2021-09-14 01:54:17 UTC/bin/sh -c #(nop) COPY file:df3353d9b2c25ef83b499ecae7fd5d611adb4a9462a577435178acaad3c8c695 in /usr/local/bin/
2021-09-14 01:54:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-09-14 01:54:18 UTC/bin/sh -c #(nop) EXPOSE 27017
2021-09-14 01:54:18 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.