Namespace
library
Image / Tag
mongo:4.4.25
Content Digest
sha256:5f3066565902a2221ad529ba4f7f8ee5ee386156caffb72ff28a779c6da8a598
Details
Created

2023-10-13 04:49:14 UTC

Size

168 MB

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

Environment
GOSU_VERSION

1.16

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.25

PATH

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


Layers

[#000] sha256:7a2c559011895d255fce249c00396abff5ae7e0c0a92931d0ed493e71de78e3a - 16.24% (27.3 MB)

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

[#002] sha256:5bb145f2aa465bdd9b2bbb03f46c6ca49645ada631bc11ac9f8a1f6e839d9785 - 4.76% (7.99 MB)

[#003] sha256:93f83d52d64ecc161131500171c3bf58a64f365ec075dfe99e9afc57b212ba1f - 0.71% (1.2 MB)

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

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

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

[#007] sha256:5309bfc44820307af4555d5c9df5f0d89f4275637d91e8ac95e94090f18aa712 - 78.28% (131 MB)

[#008] sha256:6fb4bc4192f3146ac99267863f2c9ec7d383d775a890b60865a9a2b939bbe042 - 0.0% (4.88 KB)


History
2023-10-03 10:45:50 UTC

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

2023-10-03 10:45:50 UTC

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

2023-10-03 10:45:50 UTC

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

2023-10-03 10:45:50 UTC

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

2023-10-03 10:45:51 UTC

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

2023-10-03 10:45:52 UTC

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

2023-10-13 04:47: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

2023-10-13 04:47:50 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-10-13 04:47:50 UTC

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

2023-10-13 04:47:50 UTC

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

2023-10-13 04:47:59 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-10-13 04:47:59 UTC

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

2023-10-13 04:48:52 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5'; 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-10-13 04:48:52 UTC

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

2023-10-13 04:48:52 UTC

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

2023-10-13 04:48:52 UTC

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

2023-10-13 04:48:52 UTC

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

2023-10-13 04:48:53 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"

2023-10-13 04:48:53 UTC

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

2023-10-13 04:49:12 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-10-13 04:49:13 UTC

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

2023-10-13 04:49:13 UTC

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

2023-10-13 04:49:13 UTC

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

2023-10-13 04:49:13 UTC

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

2023-10-13 04:49:13 UTC

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

2023-10-13 04:49:14 UTC

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

Details
Created

2023-11-16 04:12:28 UTC

Size

1.99 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

e9158fe81fd49b1e0bb121c5505e674864587e78b72683d8b477b4326da8472a

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.25


Layers

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

[#001] sha256:7989ef2c4cfb06d845746a3c3660481ea84d3f5c8216041855ce528f0ac4015c - 23.36% (475 MB)

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

[#003] sha256:2eaf10a0998ecbf0cd8382ad3ec12655400017897128ef1b7a79bd9ee4366d42 - 0.0% (1.41 KB)

[#004] sha256:0787607031a7dbd536f157f6c20dc82998aada5610dba8c1523981d2fd5dc6a4 - 0.0% (1.39 KB)

[#005] sha256:94bdcba1d3b70c570d30cfc4f2d095eb6c00978b1e6ae1c6d33a7f216c952088 - 0.0% (1.4 KB)

[#006] sha256:fec28ae0b6b9e078510bca4f94f2e6063dd61574ca6546a382f1c8258540a4a6 - 11.52% (234 MB)

[#007] sha256:b7013c4da9067188df3593242c8f98b058574ac28fe554b04bfdd9aadf8e63cb - 0.0% (1.36 KB)

[#008] sha256:c775083f4ff437058e9488b272a33a9b8bb206e552c51ad73a57c7f444d52fe9 - 0.0% (1.37 KB)

[#009] sha256:0efbb6f29c03b5dd240f4d02b06e293d082815a05388855395d40c263d5c77a7 - 0.0% (1.39 KB)


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

Apply image 10.0.20348.1787

2023-11-09 06:47:20 UTC

Install update 10.0.20348.2113

2023-11-16 03:18:08 UTC

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

2023-11-16 04:11:06 UTC

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

2023-11-16 04:11:07 UTC

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

2023-11-16 04:11:08 UTC

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

2023-11-16 04:12:25 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,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 ' 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-11-16 04:12:26 UTC

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

2023-11-16 04:12:27 UTC

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

2023-11-16 04:12:28 UTC

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

Details
Created

2023-11-16 04:15:03 UTC

Size

2.14 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

e9158fe81fd49b1e0bb121c5505e674864587e78b72683d8b477b4326da8472a

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.25


Layers

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

[#001] sha256:4f7bb9e009deb881cb90e8b4318258e03882de9bc9b312b763654b59cd13d0bb - 17.66% (388 MB)

[#002] sha256:61e4111e1324ff2110def2382c3796071edd92a76a262efa6c0657d549b64496 - 0.0% (1.38 KB)

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

[#004] sha256:1f960343093692149cf59cd851b0bdcb8e528ee5ca03128cdc45a40d08bdb0fc - 0.0% (1.38 KB)

[#005] sha256:ff8310353bd03833ef3643fbd2c8b156ab99ce989a7a40509d0f3997e1826cbf - 0.0% (1.37 KB)

[#006] sha256:9e4e20547895c6ff44b701209a5ab5aca95820099649d7849b9351489eb930e2 - 10.66% (234 MB)

[#007] sha256:3475d61487f7ddc2e861eae2fa6f14db834cfbd2c95671c50bb397b6d9077aaf - 0.0% (1.25 KB)

[#008] sha256:54886a0b8bde85c79a8cae0d164d235130159e9dfd7a00276ebdf7e573dc07e0 - 0.0% (1.29 KB)

[#009] sha256:46e0e546c3bc50186a7793173107e3dacc10f143d3264ca7a57ede04e70a7ca5 - 0.0% (1.26 KB)


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

Apply image 10.0.17763.4499

2023-11-09 17:56:40 UTC

Install update 10.0.17763.5122

2023-11-16 03:20:52 UTC

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

2023-11-16 04:12:49 UTC

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

2023-11-16 04:12:50 UTC

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

2023-11-16 04:12:51 UTC

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

2023-11-16 04:14:59 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,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 ' 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-11-16 04:15:01 UTC

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

2023-11-16 04:15:02 UTC

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

2023-11-16 04:15:03 UTC

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

Details
Created

2023-10-13 05:11:19 UTC

Size

164 MB

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

Environment
GOSU_VERSION

1.16

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.25

PATH

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


Layers

[#000] sha256:6cba4020c0a193cd551ed8edf368670967e3546345b52c4ec66cb0931436e9b9 - 15.85% (25.9 MB)

[#001] sha256:d8b8a8f6982dd8543e2d7fd40d8f91e6309d0c05e390dc5b334b67e256b958a2 - 0.0% (1.8 KB)

[#002] sha256:c200bca1fe77ec7f3d81e8184db84343b21a8f5a5716a114e8757630c419f57e - 4.78% (7.82 MB)

[#003] sha256:c526910ee08da1a854493892a8c43d4429cc1ea180ce68d3494469e45be7b8c4 - 0.69% (1.13 MB)

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

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

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

[#007] sha256:6690a0b89549e60121acd57656f2537a6d37053c50b76250068f1c5bc03a9d53 - 78.67% (129 MB)

[#008] sha256:def987727f6f6be76496b7818f16accbffc831b7b8ced0561eb1eca30f46e9df - 0.0% (4.88 KB)


History
2023-10-03 11:04:09 UTC

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

2023-10-03 11:04:09 UTC

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

2023-10-03 11:04:09 UTC

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

2023-10-03 11:04:10 UTC

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

2023-10-03 11:04:16 UTC

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

2023-10-03 11:04:17 UTC

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

2023-10-13 05:09:24 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-10-13 05:10:10 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-10-13 05:10:10 UTC

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

2023-10-13 05:10:10 UTC

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

2023-10-13 05:10:18 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-10-13 05:10:18 UTC

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

2023-10-13 05:11:02 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5'; 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-10-13 05:11:03 UTC

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

2023-10-13 05:11:03 UTC

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

2023-10-13 05:11:03 UTC

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

2023-10-13 05:11:03 UTC

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

2023-10-13 05:11:03 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"

2023-10-13 05:11:03 UTC

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

2023-10-13 05:11:17 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-10-13 05:11:19 UTC

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

2023-10-13 05:11:19 UTC

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

2023-10-13 05:11:19 UTC

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

2023-10-13 05:11:19 UTC

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

2023-10-13 05:11:19 UTC

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

2023-10-13 05:11:19 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