Namespace
library
Image / Tag
mongo:7.0.0-rc4
Content Digest
sha256:c803b180fdd0d9ba62d6594ef6d15fb69f6ea982cd87ea8238af513088669fbc
Details
Created

2023-06-21 01:01:27 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~rc4

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:626b07016b3d614998dd6283a3217346d19a0390e3547eb7072638d075abfc24 - 85.32% (204 MB)

[#009] sha256:3e8d5f99e01f36b5072327bc7021efc3e8d6037d026a4a7cd6693b359a65449d - 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-21 01:01:04 UTC

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

2023-06-21 01:01:25 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-21 01:01:26 UTC

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

2023-06-21 01:01:26 UTC

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

2023-06-21 01:01:26 UTC

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

2023-06-21 01:01:27 UTC

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

2023-06-21 01:01:27 UTC

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

2023-06-21 01:01:27 UTC

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

Details
Created

2023-06-21 01:21:00 UTC

Size

1.87 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b8e2fbeee6a8d1b03c8c1f2582d810b15c504e7b59b01d6ab1c9fa5b95995692

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.0-rc4


Layers

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

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

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

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

[#004] sha256:4dc91bf63ff3eca2a49d3cae5a79855db9afd70ec9a5e3a586052b0d7f0361fa - 0.0% (1.39 KB)

[#005] sha256:428de25c03cb5529d58c112d33bbe6c0b749d786cdbd766426bb847bc95118c5 - 30.68% (586 MB)

[#006] sha256:31c539c991f2d9ebf3011c71959180af353a0bad73f15467dfa6aa8afa33fe94 - 0.0% (1.38 KB)

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

[#008] sha256:84cd03836a13267bdf42fbac97ddfc8949b063e13b889f382855eb23fecb49df - 0.0% (1.38 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-21 01:18:20 UTC

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

2023-06-21 01:18:21 UTC

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

2023-06-21 01:18:21 UTC

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

2023-06-21 01:20:56 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-21 01:20:58 UTC

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

2023-06-21 01:20:59 UTC

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

2023-06-21 01:21:00 UTC

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

Details
Created

2023-06-21 01:23:44 UTC

Size

2.11 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b8e2fbeee6a8d1b03c8c1f2582d810b15c504e7b59b01d6ab1c9fa5b95995692

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.0-rc4


Layers

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

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

[#002] sha256:4f0ad1485387ca3028571d4991ed99450ae8ffabc1f2d61d0792fce2332fee54 - 0.0% (1.38 KB)

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

[#004] sha256:5817f59a9ab6cc87ff60d6ca3315d8fed6f292af5685f02ef908fef132eec10b - 0.0% (1.38 KB)

[#005] sha256:981f15ebe877520027041e32967e0443736e797f4abc93a22ddc1eed4060c5dd - 27.13% (586 MB)

[#006] sha256:d5fc9ad678aabedcf8dd1c27947f1e33dcde52075c89f4d917d9f3684a076988 - 0.0% (1.38 KB)

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

[#008] sha256:9d14f9dfd2dc9d61e382cc2d6407a2515299b39d609d3565f38adf8f96340e64 - 0.0% (1.37 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-21 01:21:18 UTC

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

2023-06-21 01:21:18 UTC

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

2023-06-21 01:21:19 UTC

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

2023-06-21 01:23:40 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-21 01:23:41 UTC

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

2023-06-21 01:23:43 UTC

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

2023-06-21 01:23:44 UTC

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

Details
Created

2023-06-21 01:02:15 UTC

Size

232 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~rc4

PATH

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


Layers

[#000] sha256:a1df1d4a17c6a461a5967be8a40f1158e55e0ae4dc3b3b7ae64f57cae69eb7e7 - 11.69% (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:86b618bf60f0539b90b771ff18af0ce68a2e49a9f3a15dd096aafb6318fd2672 - 85.76% (199 MB)

[#009] sha256:415f7eb91ece93ac81026b09daf9f0cb1b829622c51ac4ceb165ca6eb420ac8f - 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-21 01:01:46 UTC

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

2023-06-21 01:02:11 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-21 01:02:14 UTC

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

2023-06-21 01:02:14 UTC

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

2023-06-21 01:02:15 UTC

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

2023-06-21 01:02:15 UTC

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

2023-06-21 01:02:15 UTC

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

2023-06-21 01:02:15 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