Namespace
library
Image / Tag
mongo:6.0.3
Content Digest
sha256:db616c3ceb0a82837d8ad6382ee93aff4fae89f9b7ad37b3e6c07f35f1559345
Details
Created

2022-12-09 02:37:35 UTC

Size

222 MB

Content Digest
Environment
GOSU_VERSION

1.12

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

6.0

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

6.0.3

PATH

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


Layers

[#000] sha256:846c0b181fff0c667d9444f8378e8fcfa13116da8d308bf21673f7e4bea8d580 - 12.29% (27.3 MB)

[#001] sha256:ef773e84b43a9957d1af78717d365575c45617e5309f34a2aa8e495069798539 - 0.0% (1.79 KB)

[#002] sha256:2bfad1efb66451e1de01270bfb34ed66ec187ecc32cdb67bdec2fedca0cb7b78 - 3.59% (7.96 MB)

[#003] sha256:84e59a6d63c9b4462dbd6841a103e52acfc8ad333bf6058f5c5ed5c529e26104 - 0.53% (1.18 MB)

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

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

[#006] sha256:ebaa69d77b61ca264fb64e7b1405de4f1460f6b1d576d730d23d4a24fc660d42 - 0.0% (258 Bytes)

[#007] sha256:aa77b709a7d6fc6fa80fbe7b4df17a20ca071aeeb0d3a32c5153dff3ee52b630 - 83.58% (185 MB)

[#008] sha256:245bd0c9ace239b697bee32efe953e526cb6e27005de6e4f3ce3ea04c461055f - 0.0% (4.85 KB)


History
2022-12-09 01:20:21 UTC

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

2022-12-09 01:20:21 UTC

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

2022-12-09 02:36:46 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-12-09 02:36:57 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates dirmngr gnupg jq numactl procps ; rm -rf /var/lib/apt/lists/*

2022-12-09 02:36:57 UTC

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

2022-12-09 02:36:57 UTC

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

2022-12-09 02:37:06 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; 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 --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; gpgconf --kill all; rm -rf "$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-12-09 02:37:07 UTC

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

2022-12-09 02:37:08 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '39BD841E4BE5FB195A65400E6A26B1AE64C3C388'; 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; gpgconf --kill all; rm -rf "$GNUPGHOME"

2022-12-09 02:37:08 UTC

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

2022-12-09 02:37:08 UTC

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

2022-12-09 02:37:08 UTC

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

2022-12-09 02:37:08 UTC

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

2022-12-09 02:37:09 UTC

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

2022-12-09 02:37:09 UTC

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

2022-12-09 02:37:32 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-12-09 02:37:34 UTC

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

2022-12-09 02:37:34 UTC

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

2022-12-09 02:37:34 UTC

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

2022-12-09 02:37:34 UTC

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

2022-12-09 02:37:35 UTC

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

2022-12-09 02:37:35 UTC

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

Details
Created

2023-01-12 04:03:59 UTC

Size

1.77 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6557ae0360747d348aefdf30d1360f577804c446579c2012e0b04e5ec2489c49

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.3-signed.msi

MONGO_VERSION

6.0.3


Layers

[#000] sha256:1a65b089bc835b0c3700397b1935e97cf469b0891bb4de3942c8dfbe4b672d47 - 72.98% (1.29 GB)

[#001] sha256:a81c906622aa010adfaf1dd8c570ad750108a9b1a91ee1eb148e409e3e4fe68f - 0.0% (1.39 KB)

[#002] sha256:0ce95c72188062428a46e1f86fdc5bd368dde4322b63240048e9b2af047a2854 - 0.0% (1.39 KB)

[#003] sha256:9ce7bbeb3cbe298cd1bb39cf45f798e1cf0322a72f24524b17884da07f8136c0 - 0.0% (1.36 KB)

[#004] sha256:455b1f138a47c0146d292c2158bfe4d5b71381116bcc7510df017b2d6c530572 - 0.0% (1.36 KB)

[#005] sha256:355ce8b8243b3d2c02b4b27c7bed07a419edb98949d09d3c8a6e6d6e578544e8 - 27.02% (489 MB)

[#006] sha256:9d5c3ae5918814d76132f4242714f9c7ddce5dfc3f4d5ae33fd99a514a692090 - 0.0% (1.39 KB)

[#007] sha256:e690f8a040585f5c08a82d6906b9bda9b67a0641b98fa069fdae7f597875bb27 - 0.0% (1.33 KB)

[#008] sha256:4cc3d106adc24f0c8a0923e770b6e0e89a658d26a179b3023386382ff490f2ed - 0.0% (1.39 KB)


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-01-12 04:01:09 UTC

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

2023-01-12 04:01:10 UTC

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

2023-01-12 04:01:11 UTC

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

2023-01-12 04:01:12 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=6557ae0360747d348aefdf30d1360f577804c446579c2012e0b04e5ec2489c49

2023-01-12 04:03:56 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=MiscellaneousTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongod.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 ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2023-01-12 04:03:57 UTC

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

2023-01-12 04:03:58 UTC

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

2023-01-12 04:03:59 UTC

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

Details
Created

2023-01-12 04:07:25 UTC

Size

2.07 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6557ae0360747d348aefdf30d1360f577804c446579c2012e0b04e5ec2489c49

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.3-signed.msi

MONGO_VERSION

6.0.3


Layers

[#000] sha256:6e222c5ada69382aa2b4fe30b23ae56c7e3ada92712109d20f3edd457a6120b6 - 76.9% (1.59 GB)

[#001] sha256:f99eee4cf5f23d13a762e719b10916801f19f9df4bd7ff9b4c5cf57133b3dc04 - 0.0% (1.39 KB)

[#002] sha256:4a17b1e5f753f95e4025675034dc6fc1c34a55d73be80a8d50f79eb9e91a7cb4 - 0.0% (1.39 KB)

[#003] sha256:60476112c06e5fe7639a2838ed0de7683814ff3f225f173e0369e0589e2d5dca - 0.0% (1.38 KB)

[#004] sha256:90c5cee19e67fa5125be4ae14b2f98d626a3ddadba20999736a295890e20413d - 0.0% (1.36 KB)

[#005] sha256:5b68107f61d309beea8f31fff0fda8ddaae16083a2a93887eae9ee27424b2174 - 23.1% (489 MB)

[#006] sha256:294d01bdf20843568daa51e19d2d286c74e655e4381ef593b33af2644062b2ab - 0.0% (1.36 KB)

[#007] sha256:f148c6bf2d553a41346396efac3d7ef1db13264383b29a7a62ccb17782b28e2a - 0.0% (1.38 KB)

[#008] sha256:09c27b5e8dbb73924ddf83297d1f781b1d1130075828997faa00fa8dc446b827 - 0.0% (1.36 KB)


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-01-12 04:04:12 UTC

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

2023-01-12 04:04:13 UTC

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

2023-01-12 04:04:14 UTC

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

2023-01-12 04:04:15 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=6557ae0360747d348aefdf30d1360f577804c446579c2012e0b04e5ec2489c49

2023-01-12 04:07: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=MiscellaneousTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongod.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 ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2023-01-12 04:07:22 UTC

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

2023-01-12 04:07:24 UTC

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

2023-01-12 04:07:25 UTC

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

Details
Created

2022-12-09 03:33:40 UTC

Size

215 MB

Content Digest
Environment
GOSU_VERSION

1.12

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

6.0

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

6.0.3

PATH

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


Layers

[#000] sha256:f04b4bbe15805316c8fda79beedd3b77e6b1ffcd0acf81226c3089e63f6bffeb - 12.04% (25.9 MB)

[#001] sha256:83fa6fcd8473e6fa6433f55142d9c974f4567154eb0a71e8d1e87798291f30b3 - 0.0% (1.79 KB)

[#002] sha256:446df0a3bab48e1d13c800934f85a49fd3699cbcfa499e48832a0ce9952ebe88 - 3.62% (7.8 MB)

[#003] sha256:103570790f4fc06adbaceee688035e7165ead154becbe7a6dc15ec6c1c33f590 - 0.52% (1.12 MB)

[#004] sha256:eecf974f5e71402b0c615f04b25c9e20e6d86259d2e95df9000a30c8061c12de - 0.0% (148 Bytes)

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

[#006] sha256:f16ff3964c535e1af53e87669d6c71320f13ee4e198563e026ef3816374d8f27 - 0.0% (258 Bytes)

[#007] sha256:bcb556a2f7a2ff6727796e82da3e4df0e18ec03d2e048491aeb0787d78c230b2 - 83.82% (181 MB)

[#008] sha256:24e210662203f590472301e89c3cd2c71d5376cd632dc15657fcd040e28d0b6c - 0.0% (4.85 KB)


History
2022-12-09 01:46:50 UTC

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

2022-12-09 01:46:50 UTC

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

2022-12-09 03:32:26 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-12-09 03:33:02 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates dirmngr gnupg jq numactl procps ; rm -rf /var/lib/apt/lists/*

2022-12-09 03:33:02 UTC

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

2022-12-09 03:33:02 UTC

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

2022-12-09 03:33:10 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; 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 --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; gpgconf --kill all; rm -rf "$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-12-09 03:33:11 UTC

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

2022-12-09 03:33:12 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '39BD841E4BE5FB195A65400E6A26B1AE64C3C388'; 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; gpgconf --kill all; rm -rf "$GNUPGHOME"

2022-12-09 03:33:12 UTC

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

2022-12-09 03:33:12 UTC

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

2022-12-09 03:33:12 UTC

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

2022-12-09 03:33:12 UTC

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

2022-12-09 03:33:13 UTC

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

2022-12-09 03:33:13 UTC

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

2022-12-09 03:33:36 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-12-09 03:33:40 UTC

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

2022-12-09 03:33:40 UTC

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

2022-12-09 03:33:40 UTC

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

2022-12-09 03:33:40 UTC

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

2022-12-09 03:33:40 UTC

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

2022-12-09 03:33:40 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