Namespace
library
Image / Tag
mongo:4.2
Content Digest
sha256:699d652ed67423d689258bad7b316cf005dfbb82b334118ec306f049042f3717
Details
Created

2023-06-02 01:28:48 UTC

Size

158 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    18.04

Environment
GOSU_VERSION

1.16

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.24

PATH

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


Layers

[#000] sha256:41af1b5f0f51947706ae712999cf098bef968a7799e7cb4bb2268829e62a6ab3 - 16.14% (25.5 MB)

[#001] sha256:827435b2306568c218afb87e8d4b1dc8aa7c3dae92d374fe0a44c015b8c56283 - 0.0% (1.92 KB)

[#002] sha256:0fcd25440a99c80ac8df15ca3c5df095a791e7b01fbcb2ac60e9994f1c1e8f4d - 4.6% (7.26 MB)

[#003] sha256:470027a21f64aa7d961c3616aca4268c2030690a7374851d88c8def152656876 - 0.76% (1.2 MB)

[#004] sha256:56445177dcba08fed8cf62fc8c4cbc55360007f824ddb5236cbc64bd096407c0 - 0.0% (147 Bytes)

[#005] sha256:94c14c6528a6338559d8bf2583fd294b65a7e9cf4a75aa1b5d99013102302b02 - 0.0% (1.42 KB)

[#006] sha256:639a84cbfe3790d534813ba455adc0810afe9f284108ca29d2c2135085b73db1 - 0.0% (257 Bytes)

[#007] sha256:300a296c539efd712bdf4b69dd13fe2ab0be9db8b29f712a653284aa08b8c39b - 78.5% (124 MB)

[#008] sha256:5d03d73023122708cff221e687197a01b0762809609ee4db390f9bfed4648a9f - 0.0% (4.9 KB)


History
2023-05-30 09:32:07 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-05-30 09:32:07 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-05-30 09:32:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-05-30 09:32:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=18.04

2023-05-30 09:32:09 UTC

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

2023-05-30 09:32:09 UTC

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

2023-06-02 01:28:08 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

2023-06-02 01:28:19 UTC

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

2023-06-02 01:28:19 UTC

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

2023-06-02 01:28:19 UTC

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

2023-06-02 01:28:27 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

2023-06-02 01:28:28 UTC

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

2023-06-02 01:28:29 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; gpgconf --kill all; rm -rf "$GNUPGHOME"

2023-06-02 01:28:29 UTC

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

2023-06-02 01:28:29 UTC

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

2023-06-02 01:28:29 UTC

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

2023-06-02 01:28:29 UTC

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

2023-06-02 01:28:30 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"

2023-06-02 01:28:30 UTC

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

2023-06-02 01:28:47 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

2023-06-02 01:28:47 UTC

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

2023-06-02 01:28:47 UTC

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

2023-06-02 01:28:48 UTC

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

2023-06-02 01:28:48 UTC

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

2023-06-02 01:28:48 UTC

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

2023-06-02 01:28:48 UTC

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

Details
Created

2023-06-14 19:44:32 UTC

Size

1.56 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b41f2e65ebf109020327977eb7133e2ca3f3606f409935cfe817e1f4dab7f2dd

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.24


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 82.86% (1.29 GB)

[#001] sha256:c45a9c91ac9cf27bb12f7baad712822dbb1e41b172e97946a8d48287c1570eb5 - 0.0% (1.4 KB)

[#002] sha256:9246e592103fede18261ce194b3598212bbb3241f778879622b02701d99c7e9f - 0.0% (1.28 KB)

[#003] sha256:2663677476f54f4b8d2fff72f737aec58c210510776629bf72d207b0e6ec5c8d - 0.0% (1.35 KB)

[#004] sha256:3ed7d5c4417bbddc933c5101114725234a7a553c2e226ad694eda1ac74412c16 - 0.0% (1.26 KB)

[#005] sha256:05d44b6cc356909fece85b6522d4df354cc6be96cebf70dbf01b7ac14c9c58a0 - 17.14% (274 MB)

[#006] sha256:adc7d7107cd90d3508a78577c72ad753173330e15efe7ba9be9bbdcf0f966c08 - 0.0% (1.41 KB)

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

[#008] sha256:0792ffb3ce66f79368f0320341c19fbd1e443b16a705f4f6496ffaa200eeb33c - 0.0% (1.35 KB)


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2023-06-14 19:16:13 UTC

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

2023-06-14 19:43:01 UTC

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

2023-06-14 19:43:02 UTC

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

2023-06-14 19:43:02 UTC

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

2023-06-14 19:44:29 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\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 ' 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.';

2023-06-14 19:44:30 UTC

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

2023-06-14 19:44:31 UTC

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

2023-06-14 19:44:32 UTC

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

Details
Created

2023-06-14 19:46:22 UTC

Size

1.8 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b41f2e65ebf109020327977eb7133e2ca3f3606f409935cfe817e1f4dab7f2dd

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.24


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 85.17% (1.54 GB)

[#001] sha256:3929a070e5d6b9cb95587cf41492d8ef77aaa7e9f90fa3cd1b32619fae5debc2 - 0.0% (1.36 KB)

[#002] sha256:236c040d9fdd135a5283a0ebd6f28faadbd113ad0843448111b5c8e295ee1b8d - 0.0% (1.38 KB)

[#003] sha256:8cf793a6009b5bd30b0ab6121242b2e34a14455c57771f60a33ae65ee7eb1f50 - 0.0% (1.38 KB)

[#004] sha256:7a21ddbde8235d77c093509227f3f7f1dd5b2203734751df51497ee71bc32ee1 - 0.0% (1.38 KB)

[#005] sha256:b73f02bc64786ab2820ec5011b8d02b6759ec27fefc9aff7e57cb545f6ddcdee - 14.83% (274 MB)

[#006] sha256:5cb4a8c3127ca5647d2bae03faf27a137a615d532cbbc9f59c25e0421562779b - 0.0% (1.39 KB)

[#007] sha256:32bf3af06dfac17357374857f4716ce755d621b734a652e6a05ea905490fba75 - 0.0% (1.4 KB)

[#008] sha256:17af7b07c995be3ce5d2d2ac143782f7373c9572457071a3f27ae55e858817ba - 0.0% (1.38 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2023-06-14 19:18:57 UTC

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

2023-06-14 19:44:43 UTC

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

2023-06-14 19:44:44 UTC

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

2023-06-14 19:44:45 UTC

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

2023-06-14 19:46:18 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\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 ' 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.';

2023-06-14 19:46:20 UTC

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

2023-06-14 19:46:21 UTC

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

2023-06-14 19:46:22 UTC

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

Details
Created

2023-06-01 23:36:11 UTC

Size

148 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    18.04

Environment
GOSU_VERSION

1.16

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.24

PATH

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


Layers

[#000] sha256:7f8ef08e85adb2e0a8e170480033b585598619a5675768da9972914138e520de - 15.25% (22.6 MB)

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

[#002] sha256:4763df0dd6d34fe453263ed9f9a829f257e6e4a462144f34e9f7a470f8576abf - 4.43% (6.57 MB)

[#003] sha256:256f2dec3b716155ff439434cfe2d3fc2d866828c3dae2b79dd6e17f17783ddf - 0.76% (1.14 MB)

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

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

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

[#007] sha256:d779e4a827cc358419397c480e0a6ed3d1547afcabd3a7c0392dd502129118ab - 79.55% (118 MB)

[#008] sha256:3e0ff3ee18087b9833488774b47eb6c7640ed93e459fa82ad30f4c3c05345b2d - 0.0% (4.9 KB)


History
2023-05-30 09:39:04 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-05-30 09:39:04 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-05-30 09:39:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-05-30 09:39:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=18.04

2023-05-30 09:39:09 UTC

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

2023-05-30 09:39:10 UTC

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

2023-06-01 23:35:33 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

2023-06-01 23:35:44 UTC

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

2023-06-01 23:35:44 UTC

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

2023-06-01 23:35:44 UTC

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

2023-06-01 23:35:52 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

2023-06-01 23:35:53 UTC

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

2023-06-01 23:35:54 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; gpgconf --kill all; rm -rf "$GNUPGHOME"

2023-06-01 23:35:54 UTC

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

2023-06-01 23:35:54 UTC

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

2023-06-01 23:35:54 UTC

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

2023-06-01 23:35:54 UTC

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

2023-06-01 23:35:54 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"

2023-06-01 23:35:55 UTC

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

2023-06-01 23:36:09 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

2023-06-01 23:36:11 UTC

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

2023-06-01 23:36:11 UTC

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

2023-06-01 23:36:11 UTC

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

2023-06-01 23:36:11 UTC

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

2023-06-01 23:36:11 UTC

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

2023-06-01 23:36:11 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