Namespace
library
Image / Tag
mongo:7.0.0-rc5
Content Digest
sha256:95bd42c5c5624f252cac59511690b3d7e622327ad17658058e4b06a0c71be018
Details
Created

2023-06-23 00:21:43 UTC

Size

239 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.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

7.0.0~rc5

PATH

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


Layers

[#000] sha256:3f94e4e483ea634d7ab0b63649b8f72f8b721d4c626297fd0edae0abea1df9e9 - 12.16% (29 MB)

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

[#002] sha256:cbe6867b3f800a0cfee1cf1e018de5214b3da298faf0f0e5d6651547c53c765c - 2.02% (4.82 MB)

[#003] sha256:ec4c7cb44e892df114bea9e573b88e40ac1e651feb36f91fa6dd91a014f56a7c - 0.5% (1.19 MB)

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

[#005] sha256:568cd04b32a4afaab3d01bfc9abefe6c56f294c2f61ff404c0efdc25b46ba8fc - 0.0% (6.09 KB)

[#006] sha256:67b1477d6d37515f061cd8eb6efd243d42a14423373f160576351668eaf4b683 - 0.0% (266 Bytes)

[#007] sha256:51633154a82f1a2fe6b69a551a9f0b1b8a686b595a17d1d951942af33e8f9036 - 0.0% (270 Bytes)

[#008] sha256:052081982a35552432998242fca25bf63215d99916374f4aa5e6cf3773b20ba1 - 85.31% (204 MB)

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


History
2023-06-05 17:00:37 UTC

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

2023-06-05 17:00:37 UTC

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

2023-06-05 17:00:37 UTC

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

2023-06-05 17:00:37 UTC

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

2023-06-05 17:00:39 UTC

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

2023-06-05 17:00:39 UTC

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

2023-06-16 03:14:50 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-16 03:15:18 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-16 03:15:18 UTC

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

2023-06-16 03:15:18 UTC

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

2023-06-16 03:15:25 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-16 03:15:26 UTC

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

2023-06-16 03:15:29 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-06-16 03:15:29 UTC

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

2023-06-16 03:15:29 UTC

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

2023-06-16 03:15:29 UTC

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

2023-06-16 03:15:29 UTC

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

2023-06-16 03:15:29 UTC

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

2023-06-16 03:15:30 UTC

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

2023-06-23 00:21:16 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=7.0.0~rc5

2023-06-23 00:21:41 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-23 00:21:43 UTC

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

2023-06-23 00:21:43 UTC

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

2023-06-23 00:21:43 UTC

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

2023-06-23 00:21:43 UTC

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

2023-06-23 00:21:43 UTC

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

2023-06-23 00:21:43 UTC

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

Details
Created

2023-06-24 02:28:32 UTC

Size

1.9 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b6f0587e6105b9659570c3a305741fd9d9ff2a1370a3727795283f24e952ae1b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.0-rc5


Layers

[#000] sha256:0ce49598e7371c2c318cfa408f639c917d1f43843fb9e0a3316db1ba7fbb14db - 69.9% (1.33 GB)

[#001] sha256:369acdd1cf7c4d89f87cf3df6c1a935d83dad0afd57c96dcd7251a04481546a0 - 0.0% (1.26 KB)

[#002] sha256:45a79370a2d0a144f32abd8e6120094ebfaccd0be7d94c3269a69694afe9657a - 0.0% (1.3 KB)

[#003] sha256:b0ff7d968bfb94940c3712f25b673249df481e7b9066227b4bd4151e36ee8ca2 - 0.0% (1.26 KB)

[#004] sha256:6d938bda49b8380bca99fdc36f29e81df7954eba6048f01486386536de6a15af - 0.0% (1.35 KB)

[#005] sha256:694016dea7d4f07432f6b506820d13ed5753cf2619adf80d1e4f0fac39a2c84e - 30.09% (586 MB)

[#006] sha256:e0d80a9ae8c1eb88505d1e7e2fcc5453e447f46860bd9c4108a86a066303561a - 0.0% (1.28 KB)

[#007] sha256:54d92cfa003f6c6575169741dfe0ae470b56072411c53189da89263d60353a30 - 0.0% (1.26 KB)

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


History
2023-06-21 08:51:34 UTC

Apply image 10.0.20348.1787

2023-06-24 02:25:59 UTC

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

2023-06-24 02:26:00 UTC

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

2023-06-24 02:26:01 UTC

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

2023-06-24 02:26:02 UTC

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

2023-06-24 02:28:28 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-06-24 02:28:30 UTC

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

2023-06-24 02:28:31 UTC

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

2023-06-24 02:28:32 UTC

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

Details
Created

2023-06-24 02:31:20 UTC

Size

2.11 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b6f0587e6105b9659570c3a305741fd9d9ff2a1370a3727795283f24e952ae1b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.0-rc5


Layers

[#000] sha256:b1471cc22404d036d95728a9c37c1e3f025a1f0a331072c8613e38cf8f7ff1ed - 72.89% (1.54 GB)

[#001] sha256:ed9634b679e6c602a6aaf0bae51625e7ca041489c77150db557640304f51bb37 - 0.0% (1.37 KB)

[#002] sha256:111617efc09dccaaf4fe856ffce38f74930c0433bac80d73014012a6479a6e6f - 0.0% (1.25 KB)

[#003] sha256:00272c89ae994696e994bea9df3092948f475e7eab92015c146f76150546f16b - 0.0% (1.26 KB)

[#004] sha256:aef90bb17edf5938247e8a5d6896249338e6c6f819c64c5160a7a1572916efed - 0.0% (1.28 KB)

[#005] sha256:8fc55ed4c2718dcd11dc2aea5d3277c6d1bdaf8df7f33606f82bcd868dde3013 - 27.11% (586 MB)

[#006] sha256:b9b8dee5289e0c0a5ff2c98525bf618a173076b00e4cf830d8224f402cf3cb07 - 0.0% (1.35 KB)

[#007] sha256:f1115f0138137141d3c6140420713c35edc9263aa37fb60952c2e40868bc413d - 0.0% (1.39 KB)

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


History
2023-06-21 08:47:17 UTC

Apply image 10.0.17763.4499

2023-06-24 02:28:43 UTC

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

2023-06-24 02:28:43 UTC

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

2023-06-24 02:28:44 UTC

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

2023-06-24 02:28:45 UTC

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

2023-06-24 02:31:16 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-06-24 02:31:17 UTC

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

2023-06-24 02:31:19 UTC

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

2023-06-24 02:31:20 UTC

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

Details
Created

2023-06-23 01:09:55 UTC

Size

231 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.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

7.0.0~rc5

PATH

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


Layers

[#000] sha256:a1df1d4a17c6a461a5967be8a40f1158e55e0ae4dc3b3b7ae64f57cae69eb7e7 - 11.7% (27.1 MB)

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

[#002] sha256:4918c863202ff28fd431e919e4f78c35a462692f2a210e2d527f0c79334672d8 - 2.06% (4.76 MB)

[#003] sha256:15db68cff03fa562720903e404ed27b57a3abd31799aadffdd5fdb2240d36451 - 0.49% (1.13 MB)

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

[#005] sha256:6d52d682b237fab30c36f5406f545685cd5ad967f9477c4f0d411bba34051194 - 0.0% (6.09 KB)

[#006] sha256:407511c408ba5adf510fbdd6658d43757f3eaf6ad18f993c785c87c0d50ebc2d - 0.0% (267 Bytes)

[#007] sha256:403e307ed19672cf9c8e4c6ea3e8116af6c1fe891b0833d0b2cd572a5108f744 - 0.0% (271 Bytes)

[#008] sha256:ad83b21e3e5878f5287613ed5469e5573ddd742b2c99ffa39e9bc1cc81335f99 - 85.75% (199 MB)

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


History
2023-06-05 17:11:17 UTC

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

2023-06-05 17:11:17 UTC

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

2023-06-05 17:11:17 UTC

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

2023-06-05 17:11:17 UTC

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

2023-06-05 17:11:19 UTC

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

2023-06-05 17:11:19 UTC

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

2023-06-16 03:28:53 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-16 03:29:02 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-16 03:29:02 UTC

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

2023-06-16 03:29:02 UTC

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

2023-06-16 03:29:08 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-16 03:29:09 UTC

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

2023-06-16 03:29:11 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-06-16 03:29:12 UTC

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

2023-06-16 03:29:12 UTC

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

2023-06-16 03:29:12 UTC

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

2023-06-16 03:29:12 UTC

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

2023-06-16 03:29:12 UTC

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

2023-06-16 03:29:13 UTC

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

2023-06-23 01:09:21 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=7.0.0~rc5

2023-06-23 01:09:51 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-23 01:09:55 UTC

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

2023-06-23 01:09:55 UTC

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

2023-06-23 01:09:55 UTC

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

2023-06-23 01:09:55 UTC

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

2023-06-23 01:09:55 UTC

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

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