Namespace
library
Image / Tag
mongo:4.4.26-rc0
Content Digest
sha256:1d8e7d141cf044123e9e5fd84a02c45a0feb766a102195412346089df07db981
Details
Created

2023-11-15 05:23:07 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

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.26~rc0

PATH

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


Layers

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

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

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

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

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

[#005] sha256:db03b6c45d2320ffb14003dfa76033945d8dc69e99dd227335a80fe1b69fbbfb - 0.0% (2.53 KB)

[#006] sha256:b384cb5a3738d19484fe648c19709b3eea1aa835c4c70f28e4d830533f2a1234 - 0.0% (262 Bytes)

[#007] sha256:735cb1c237b4baa95147c93c2211e1c43cba1e9bf568803f1ce68a586215ea10 - 77.77% (128 MB)

[#008] sha256:e11854602bdc6d1c5607c8d3a76f21621e5398b8f92f66641b9bf59d1651d517 - 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-11-15 05:22:45 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '28DE23AF08040FB24C33F36381B0EBBBADCEA95C'; 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-11-15 05:22:45 UTC

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

2023-11-15 05:22:45 UTC

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

2023-11-15 05:22:46 UTC

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

2023-11-15 05:22:46 UTC

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

2023-11-15 05:22:46 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-11-15 05:22:46 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.26~rc0

2023-11-15 05:23:06 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-11-15 05:23:07 UTC

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

2023-11-15 05:23:07 UTC

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

2023-11-15 05:23:07 UTC

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

2023-11-15 05:23:07 UTC

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

2023-11-15 05:23:07 UTC

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

2023-11-15 05:23:07 UTC

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

Details
Created

2023-11-16 04:06:50 UTC

Size

1.99 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

3394a75d2cf0165bfc0e8d787ecf1542b7e55bce89297f5cf02f20cb31f78cad

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.26-rc0


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:f3bcedc81212810e689fa6bdb2a96d1eb99640af500f18fdb265f4f5243935f7 - 0.0% (1.38 KB)

[#004] sha256:2daad8e6c556084a96e021ee6e3306b6d427787a46e2f29d61f5faa7818a5909 - 0.0% (1.4 KB)

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

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

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

[#008] sha256:67dfa5fdf3bc91fe04b78f062ac7a63a288a6220eade6385c733bfc698cf90c7 - 0.0% (1.39 KB)

[#009] sha256:8d43b5e501c8bc35081cb02b7f46787e699dc02a8238b38f7885c4a122d0ab51 - 0.0% (1.38 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:05:24 UTC

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

2023-11-16 04:05:25 UTC

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

2023-11-16 04:05:26 UTC

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

2023-11-16 04:06:46 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:06:47 UTC

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

2023-11-16 04:06:49 UTC

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

2023-11-16 04:06:50 UTC

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

Details
Created

2023-11-16 04:09:26 UTC

Size

2.14 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

3394a75d2cf0165bfc0e8d787ecf1542b7e55bce89297f5cf02f20cb31f78cad

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.26-rc0


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:a014cb8dc64cd70e05bc5210252d4d2c31321069ab337726da8436cea6e626b5 - 0.0% (1.39 KB)

[#004] sha256:9cdb493d1669ad57486e88d660e3081044b67da5c0abbb86b3e395ecb059709c - 0.0% (1.37 KB)

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

[#006] sha256:8e46f51f6d78ab0fa8053d5b042f316acdcfaccd06f2e2b3969b9b577e22d290 - 10.67% (234 MB)

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

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

[#009] sha256:15fc0746f47cb586a60bd94e7c60e3908053c9585da2e3627269318d05fbaafa - 0.0% (1.38 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:07:07 UTC

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

2023-11-16 04:07:08 UTC

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

2023-11-16 04:07:09 UTC

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

2023-11-16 04:09:22 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:09:24 UTC

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

2023-11-16 04:09:25 UTC

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

2023-11-16 04:09:26 UTC

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

Details
Created

2023-11-15 01:50:29 UTC

Size

159 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

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.26~rc0

PATH

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


Layers

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

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

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

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

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

[#005] sha256:f3e81fcef99827116d09cd00984bf6174f98b308f23d5cfc607e4d28929d22d9 - 0.0% (2.53 KB)

[#006] sha256:cae3d0a6a4303f8f93028d4f51cf5324f2530cb91b2d532177f60e76fa1390c3 - 0.0% (260 Bytes)

[#007] sha256:53b276e45fb667210d69992997fa1995fe064bde09b9d93f9eb3a1c0a6198f0c - 78.09% (124 MB)

[#008] sha256:cf91b8d418cfc96902ba7e79e7e3697ee81371066c52ad36a47b4205f5670776 - 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-11-15 01:50:09 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '28DE23AF08040FB24C33F36381B0EBBBADCEA95C'; 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-11-15 01:50:09 UTC

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

2023-11-15 01:50:10 UTC

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

2023-11-15 01:50:10 UTC

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

2023-11-15 01:50:10 UTC

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

2023-11-15 01:50:10 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-11-15 01:50:10 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.26~rc0

2023-11-15 01:50:27 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-11-15 01:50:28 UTC

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

2023-11-15 01:50:29 UTC

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

2023-11-15 01:50:29 UTC

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

2023-11-15 01:50:29 UTC

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

2023-11-15 01:50:29 UTC

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

2023-11-15 01:50:29 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