Namespace
library
Image / Tag
mongo:4.2.20
Content Digest
sha256:36ac0abe52812bb0c3955574fae4090202465384805933d3b1c131140a51b85e
Details
Created

2022-06-13 22:10:25 UTC

Size

158 MB

Content Digest
Environment
GOSU_VERSION

1.12

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.2

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.2.20

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:09db6f815738b9c8f25420c47e093f89abaabaa653f9678587b57e8f4400b5ff - 16.15% (25.5 MB)

[#001] sha256:86e1a9ea9fc6383f3da1d1499a45781e1b536c5f595f853b9daa881b32a4d14a - 0.0% (1.92 KB)

[#002] sha256:acba0862cc2c69e76d5bf39019a5a94d695392f0c17aae355f8e298a467cc6b6 - 1.8% (2.84 MB)

[#003] sha256:167dffd3eeafecdfa918aa4e0e99da461a4b112dcfb5e9c6006a59c91910d2cb - 3.53% (5.56 MB)

[#004] sha256:d9bea52ff16733f0ec96606d7bf69104d9538af98fdae84eff6885d4392fc701 - 0.0% (149 Bytes)

[#005] sha256:b163b926d31bc4a9b2cda974e185444e6d64332daecbe26f17529837f3dfe6d8 - 0.0% (1.41 KB)

[#006] sha256:1c3ff8a4c255c9ae578e766c53db89969871141d33312a57314adb05655321a4 - 0.0% (257 Bytes)

[#007] sha256:1f7c111ebb81c534837dc5a424c471fa7b60100ad61035fec7f2262e805ca311 - 78.52% (124 MB)

[#008] sha256:fe947989a99eb846b8af57b9bb5b0f85d5e7845bd3035e52d4b47a2cc41c4ab5 - 0.0% (4.84 KB)


History
2022-06-06 22:21:04 UTC

/bin/sh -c #(nop) ADD file:40290d9a94ae76c35ab1f57178130ce1c5b976e34a91e77472ecf7e945ab64f9 in /

2022-06-06 22:21:05 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-06-07 00:33:42 UTC

/bin/sh -c set -eux; groupadd --gid 999 --system mongodb; useradd --uid 999 --system --gid mongodb --home-dir /data/db mongodb; mkdir -p /data/db /data/configdb; chown -R mongodb:mongodb /data/db /data/configdb

2022-06-07 00:33:51 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/*

2022-06-07 00:33:51 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.12

2022-06-07 00:33:51 UTC

/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1

2022-06-07 00:34:03 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

2022-06-07 00:34:04 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2022-06-07 00:34:05 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; mkdir -p /etc/apt/keyrings; gpg --batch --export "$@" > /etc/apt/keyrings/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"

2022-06-07 00:34:05 UTC

/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org

2022-06-07 00:34:05 UTC

/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org

2022-06-07 00:34:05 UTC

/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org

2022-06-07 00:34:05 UTC

/bin/sh -c #(nop) ENV MONGO_MAJOR=4.2

2022-06-07 00:34:06 UTC

/bin/sh -c echo "deb [ signed-by=/etc/apt/keyrings/mongodb.gpg ] http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2022-06-07 00:34:06 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.20

2022-06-13 22:10:24 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && 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

2022-06-13 22:10:25 UTC

/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]

2022-06-13 22:10:25 UTC

/bin/sh -c #(nop) ENV HOME=/data/db

2022-06-13 22:10:25 UTC

/bin/sh -c #(nop) COPY file:b7b44e96082c97da2e7f6248f8bbb2edd837542169af52bcc3f53a0cf8b74b7e in /usr/local/bin/

2022-06-13 22:10:25 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2022-06-13 22:10:25 UTC

/bin/sh -c #(nop) EXPOSE 27017

2022-06-13 22:10:25 UTC

/bin/sh -c #(nop) CMD ["mongod"]

Details
Created

2022-06-15 21:25:36 UTC

Size

2.39 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

8a41f7e20dc9a7046f5fc2d189dce853fe2c38466a5e4b9b2b659bc561a11794

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.20-signed.msi

MONGO_VERSION

4.2.20


Layers

[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 56.05% (1.34 GB)

[#001] sha256:6c71967ff41928927e4c407171e4ffbac3c9ab4221eb64f5ca5a34ff4c230567 - 32.83% (803 MB)

[#002] sha256:3379fc6ae767c051adebaf0b48ae517fb6ba89d6b73c778e3e5675865b8b44fb - 0.0% (1.41 KB)

[#003] sha256:aef30688716005ed1f70fbd1a7398faa15bc69443e6045145e5f33016b84f2a0 - 0.0% (1.4 KB)

[#004] sha256:9c27bd0c4eb892725fb7989eca28899a75e20f78e34bc0539169232f38f57a44 - 0.0% (1.4 KB)

[#005] sha256:1fcd1e690d92c102d1f9cbd57064bda8215fbf01d7e51d7e189be27910945f37 - 0.0% (1.38 KB)

[#006] sha256:bb682a4209131c505c9a2f8f3a980f583cd38d9a30166dd88c1c5ead6bb173ae - 11.13% (272 MB)

[#007] sha256:6508f9cf4f7400155ff1ef6b5d09d667f4cc282af71bbd1c240707b8996b9314 - 0.0% (1.39 KB)

[#008] sha256:475ae5e32cd696af21d6dd053c921ed41030013d54503ed9669fbcb0e056958e - 0.0% (1.38 KB)

[#009] sha256:5d1e934d3c0d891f52eef32808b92ae5bcd0e975774ca77732cb44273d347c0f - 0.0% (1.39 KB)


History
2022-04-22 01:12:09 UTC

Apply image 10.0.20348.643

2022-06-09 04:32:50 UTC

Install update 10.0.20348.768

2022-06-15 14:31:39 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]

2022-06-15 21:23:55 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.20

2022-06-15 21:23:56 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.20-signed.msi

2022-06-15 21:23:57 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=8a41f7e20dc9a7046f5fc2d189dce853fe2c38466a5e4b9b2b659bc561a11794

2022-06-15 21:25:32 UTC

powershell -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.';

2022-06-15 21:25:34 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]

2022-06-15 21:25:35 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017

2022-06-15 21:25:36 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

Details
Created

2022-06-15 21:28:24 UTC

Size

2.75 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

8a41f7e20dc9a7046f5fc2d189dce853fe2c38466a5e4b9b2b659bc561a11794

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.20-signed.msi

MONGO_VERSION

4.2.20


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 63.67% (1.75 GB)

[#001] sha256:fc6ae6c5aa2b4920ae68469c5e7e7c3a3c85e5eaafc24660e7b3adb21d6fce77 - 26.66% (750 MB)

[#002] sha256:14def1e29581c5e5d0af7fdf9ff44ed6536e79561eb0f0cdff89e322fb87c423 - 0.0% (1.39 KB)

[#003] sha256:1b83a034553a4907836d7543d7198ad9a644a8bfa599d7606d0ac2fb1a2a9c43 - 0.0% (1.28 KB)

[#004] sha256:087ae9f95a975bd2b6af41256dbcc19c6a0bd20c2fb35407697e7db6480f758f - 0.0% (1.32 KB)

[#005] sha256:a1095de4dd1ff67ab14e0c4a172e5fb179b3dba0518281123ab6cb94c60f77c1 - 0.0% (1.36 KB)

[#006] sha256:a1a086e42d8db5e9ec2a76ce4e57b9750660d15269ccc8ebb6ba8670fa4d5290 - 9.67% (272 MB)

[#007] sha256:0713ddbdc69ba77ccbb5f522ab61fd64642e4dd1e89bf8b792d8dd5c2004d0d3 - 0.0% (1.27 KB)

[#008] sha256:3890bfd38424782b9010e49208941957728ade0226e61728afd2f781f0c3c9fe - 0.0% (1.31 KB)

[#009] sha256:fa59dfd8a3b76f1c6a384c4b89899fb6b87fe115771a9470b8e9fbd694fe34d8 - 0.0% (1.29 KB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-06-09 19:41:03 UTC

Install update 10.0.17763.3046

2022-06-15 14:40:43 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]

2022-06-15 21:25:57 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.20

2022-06-15 21:25:58 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.20-signed.msi

2022-06-15 21:25:59 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=8a41f7e20dc9a7046f5fc2d189dce853fe2c38466a5e4b9b2b659bc561a11794

2022-06-15 21:28:20 UTC

powershell -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.';

2022-06-15 21:28:21 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]

2022-06-15 21:28:23 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017

2022-06-15 21:28:24 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

Details
Created

2022-06-13 23:28:54 UTC

Size

148 MB

Content Digest
Environment
GOSU_VERSION

1.12

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.2

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.2.20

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:8376114ff9b387126c379fb7f6f90b3752e3082ce48b0c727c0e1b683e1244da - 15.25% (22.6 MB)

[#001] sha256:3958d13898913b6e225cd1c9040067767bbb001d7e220e75453a9c6e90683147 - 0.0% (1.86 KB)

[#002] sha256:a045e199bb8f3de2ac7acf5e3fad44d3f59dd19b539ca7a3a6ab45fb872a47ad - 1.72% (2.55 MB)

[#003] sha256:713c975755146f9ec9ab8f8b43a52cba87f6f34e6cea49d1fe4c72b4a1710195 - 3.34% (4.95 MB)

[#004] sha256:cb9310b98ad49c194e272103b3d80f36f6a60c26de8443ee17f3dfb8e80a749d - 0.0% (115 Bytes)

[#005] sha256:93a6edc2ad30c978fe817e8810240259d7186811e790d2e51deba85919e5c5e1 - 0.0% (1.36 KB)

[#006] sha256:3e58e01faffa55faac029cbd64b65a04844b17650cb0c3954103bb165d7e9f52 - 0.0% (259 Bytes)

[#007] sha256:421488b92dab9ba2ddca9dedd4f064a4115ea4689342e67c07dc4964a0ef4d53 - 79.69% (118 MB)

[#008] sha256:8d90415dc466bc6a2e4e877ce176e62c54994e7930164a569759c34c8a391ec1 - 0.0% (4.83 KB)


History
2022-06-07 01:25:07 UTC

/bin/sh -c #(nop) ADD file:c562239bf6872889a22d15dda4c7dab53664b0697b60b9d09ba352b7c66719ce in /

2022-06-07 01:25:08 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-06-07 05:34:28 UTC

/bin/sh -c set -eux; groupadd --gid 999 --system mongodb; useradd --uid 999 --system --gid mongodb --home-dir /data/db mongodb; mkdir -p /data/db /data/configdb; chown -R mongodb:mongodb /data/db /data/configdb

2022-06-07 05:34:39 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/*

2022-06-07 05:34:39 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.12

2022-06-07 05:34:40 UTC

/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1

2022-06-07 05:34:56 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

2022-06-07 05:34:57 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2022-06-07 05:34:59 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; mkdir -p /etc/apt/keyrings; gpg --batch --export "$@" > /etc/apt/keyrings/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"

2022-06-07 05:34:59 UTC

/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org

2022-06-07 05:35:00 UTC

/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org

2022-06-07 05:35:01 UTC

/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org

2022-06-07 05:35:02 UTC

/bin/sh -c #(nop) ENV MONGO_MAJOR=4.2

2022-06-07 05:35:03 UTC

/bin/sh -c echo "deb [ signed-by=/etc/apt/keyrings/mongodb.gpg ] http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2022-06-07 05:35:04 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.20

2022-06-13 23:28:49 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && 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

2022-06-13 23:28:49 UTC

/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]

2022-06-13 23:28:50 UTC

/bin/sh -c #(nop) ENV HOME=/data/db

2022-06-13 23:28:52 UTC

/bin/sh -c #(nop) COPY file:b7b44e96082c97da2e7f6248f8bbb2edd837542169af52bcc3f53a0cf8b74b7e in /usr/local/bin/

2022-06-13 23:28:52 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2022-06-13 23:28:53 UTC

/bin/sh -c #(nop) EXPOSE 27017

2022-06-13 23:28:54 UTC

/bin/sh -c #(nop) CMD ["mongod"]

Danger Zone
Delete Tag

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.

Delete