Namespace
library
Image / Tag
mongo:5.0.20-rc1
Content Digest
sha256:0b34c2230d5d13f37e5339c7138e5de50bc3f9f5c52e94fe330aac5842c68435
Details
Created

2023-08-08 00:21:17 UTC

Size

243 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

5.0.20~rc1

PATH

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


Layers

[#000] sha256:7007490126efaae58924972668256aaeb4858e6c4537eb4257e1978719b958c7 - 11.2% (27.3 MB)

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

[#002] sha256:a51fbef5da044637e07c3bec3d7a65f6b1ce998cdd96dc76c39f75f2ada305fb - 3.28% (7.99 MB)

[#003] sha256:4724921322014a775b57e03fb8dfc28cf7f69d8625ce79be4011cc72cef66422 - 0.49% (1.2 MB)

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

[#005] sha256:8d2c94580dd6996e43890904b4eee17a124aec3a6ffa70b6080f7e26852c53ef - 0.0% (6.12 KB)

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

[#007] sha256:ae43fa75a08a26b8fd105d4cd22e49cce55a02cac6c5ec9f48904d147d3ea38c - 0.0% (261 Bytes)

[#008] sha256:bd86dce10534e396a6f0aa0c47337a8a60ba799f2d5234bacfaf3d33b7feea66 - 85.03% (207 MB)

[#009] sha256:78f5c7340e549a316a9060312523621be0aeb7b0c1dc3532fc37798c97f83882 - 0.0% (4.88 KB)


History
2023-08-01 06:16:43 UTC

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

2023-08-01 06:16:44 UTC

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

2023-08-01 06:16:44 UTC

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

2023-08-01 06:16:44 UTC

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

2023-08-01 06:16:45 UTC

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

2023-08-01 06:16:46 UTC

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

2023-08-03 03:44:32 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-08-03 03:44:43 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-08-03 03:44:43 UTC

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

2023-08-03 03:44:43 UTC

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

2023-08-03 03:44: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-08-03 03:44:52 UTC

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

2023-08-08 00:20:47 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; 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-08-08 00:20:47 UTC

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

2023-08-08 00:20:47 UTC

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

2023-08-08 00:20:47 UTC

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

2023-08-08 00:20:47 UTC

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

2023-08-08 00:20:48 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-08-08 00:20:48 UTC

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

2023-08-08 00:20:48 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.20~rc1

2023-08-08 00:21:15 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-08-08 00:21:17 UTC

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

2023-08-08 00:21:17 UTC

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

2023-08-08 00:21:17 UTC

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

2023-08-08 00:21:17 UTC

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

2023-08-08 00:21:17 UTC

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

2023-08-08 00:21:17 UTC

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

Details
Created

2023-08-10 01:33:15 UTC

Size

1.97 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

16c0e145c9795a195063119ca32e8ff6cb4c975a08212d3608fb73c2b0fed36b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.20-rc1


Layers

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

[#001] sha256:22a441455ace20af58f01367d769afc2b25c3db3e4a7aee67a634d14826f6f19 - 19.36% (390 MB)

[#002] sha256:85b1b41cab0d4b78c8daa50728be89bc3c25ded051cc1e654b316623692507f1 - 0.0% (1.37 KB)

[#003] sha256:2deb992c3cc438f625b846c3579d0080d760ad76ae0bd599205c469731930611 - 0.0% (1.25 KB)

[#004] sha256:6e856c95d078097e8b37e492b77e81b88f177409aa06c0fb6a8002a30e93b4ec - 0.0% (1.3 KB)

[#005] sha256:8d4ba3570f1c46d19cb9350d436857df82cfe7065da8433d573c26610249b2b5 - 0.0% (1.33 KB)

[#006] sha256:4ef2ef4065586d0b48254dbfe8874fc76e1eafeaa671c38daa66dc6c4124f859 - 14.86% (299 MB)

[#007] sha256:70bd10d1befbb6542cec93f0a4105b3b1e2edeeb096533374e32ba9e04777576 - 0.0% (1.26 KB)

[#008] sha256:8cb04f3e6fbb94abaace00036c267d1c72dbf229981fe8fa90d1d442c2044e86 - 0.0% (1.3 KB)

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


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

Apply image 10.0.20348.1787

2023-08-03 10:01:10 UTC

Install update 10.0.20348.1906

2023-08-10 01:08:38 UTC

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

2023-08-10 01:31:49 UTC

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

2023-08-10 01:31:50 UTC

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

2023-08-10 01:31:51 UTC

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

2023-08-10 01:33:11 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-08-10 01:33:13 UTC

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

2023-08-10 01:33:14 UTC

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

2023-08-10 01:33:15 UTC

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

Details
Created

2023-08-10 01:35:42 UTC

Size

2.15 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

16c0e145c9795a195063119ca32e8ff6cb4c975a08212d3608fb73c2b0fed36b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.20-rc1


Layers

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

[#001] sha256:b95f433aa7d90194e65f6b08a599b3ee12292e124d47c204107baedfd71054c1 - 14.95% (329 MB)

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

[#003] sha256:e8174e466be10c2913a1ddaade325a9c9ceea99a867141c75f675470592fa562 - 0.0% (1.29 KB)

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

[#005] sha256:747240e8ecbc5f2b3b687475e0140d890a50f002baf0af795793e6420bd0bbe8 - 0.0% (1.26 KB)

[#006] sha256:6509ab0621fc2a25f0afb0d9db2e2f3c65c4b4a180b50ce620b29eddc617153e - 13.59% (299 MB)

[#007] sha256:7cf24d8aedb3255882042d2a6f483a16b9c2f23595fba49226414a8a4ecaa701 - 0.0% (1.29 KB)

[#008] sha256:f633c21eae26b64ef11956ea0f9e99a871c955eb9f2b04d69bced56f9d287c4c - 0.0% (1.26 KB)

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


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

Apply image 10.0.17763.4499

2023-08-02 09:07:15 UTC

Install update 10.0.17763.4737

2023-08-10 01:11:08 UTC

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

2023-08-10 01:33:32 UTC

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

2023-08-10 01:33:32 UTC

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

2023-08-10 01:33:33 UTC

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

2023-08-10 01:35:38 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-08-10 01:35:40 UTC

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

2023-08-10 01:35:41 UTC

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

2023-08-10 01:35:42 UTC

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

Details
Created

2023-08-07 23:40:59 UTC

Size

237 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

5.0.20~rc1

PATH

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


Layers

[#000] sha256:edab87ea811e56041127f5e9eb4115fb62cb96d0e6a14056e0d2dbf51a945a22 - 10.95% (25.9 MB)

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

[#002] sha256:bd07b44adadaead162cbe5a136832ec2eddeca5ac9be7fae2832c2385eea8b9d - 3.3% (7.82 MB)

[#003] sha256:9448017a1670b361903a0de679871ba19e162e1240793da4f9b10b633344b566 - 0.48% (1.13 MB)

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

[#005] sha256:cba1a00da8bc5a9ed0a29221ddbcd56a6d032341270ef727ea33eb1d4d5734c5 - 0.0% (6.12 KB)

[#006] sha256:893b8661e83be3d5052d05e5e34a8bee8dc34fe4baacb81055e72365dfe698cf - 0.0% (261 Bytes)

[#007] sha256:1a633d4f71674a0b1a7d10cbb6511580aecf44969d3562f68cc89ba15c48757c - 0.0% (261 Bytes)

[#008] sha256:1371d9f362fa0b3e00a6a15cf20a6edaa0737ddab879e31f11c970f30340a39f - 85.26% (202 MB)

[#009] sha256:c41e3687ef7a322cf603e834f303472cbc1f2716029b1cdcad629242a4d3d05f - 0.0% (4.88 KB)


History
2023-08-01 06:20:56 UTC

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

2023-08-01 06:20:56 UTC

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

2023-08-01 06:20:56 UTC

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

2023-08-01 06:20:57 UTC

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

2023-08-01 06:21:03 UTC

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

2023-08-01 06:21:03 UTC

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

2023-08-03 01:22:39 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-08-03 01:22:49 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-08-03 01:22:49 UTC

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

2023-08-03 01:22:49 UTC

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

2023-08-03 01:22:56 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-08-03 01:22:56 UTC

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

2023-08-07 23:40:26 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; 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-08-07 23:40:27 UTC

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

2023-08-07 23:40:27 UTC

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

2023-08-07 23:40:27 UTC

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

2023-08-07 23:40:27 UTC

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

2023-08-07 23:40:27 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-08-07 23:40:28 UTC

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

2023-08-07 23:40:28 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.20~rc1

2023-08-07 23:40:55 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-08-07 23:40:59 UTC

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

2023-08-07 23:40:59 UTC

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

2023-08-07 23:40:59 UTC

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

2023-08-07 23:40:59 UTC

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

2023-08-07 23:40:59 UTC

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

2023-08-07 23:40:59 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