Namespace
library
Image / Tag
mongo:7.0.0-rc8
Content Digest
sha256:28ffe3967b89f9355c13b6f07714eb8bd1f3ef16954526b3c8d9601bf28cb24c
Details
Created

2023-07-20 20:20:16 UTC

Size

238 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~rc8

PATH

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


Layers

[#000] sha256:9d19ee268e0d7bcf6716e6658ee1b0384a71d6f2f9aa1ae2085610cf7c7b316f - 12.17% (29 MB)

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

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

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

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

[#005] sha256:4a5b078cf0be87b5dc4d6424bf22626211d496824dd6ecc8ce337c65d3b97b35 - 0.0% (6.09 KB)

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

[#007] sha256:1bec582cecc9566adb6f3903c9325cd87ca1ed755fc039fa520cacfef188e559 - 0.0% (271 Bytes)

[#008] sha256:2c4fa958c3d5770fd60f990d5921ef54e3b6867fd259f8bcbe75bfdeedfabbee - 85.3% (203 MB)

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


History
2023-06-28 08:37:40 UTC

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

2023-06-28 08:37:40 UTC

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

2023-06-28 08:37:40 UTC

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

2023-06-28 08:37:40 UTC

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

2023-06-28 08:37:42 UTC

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

2023-06-28 08:37:42 UTC

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

2023-07-04 18:35:44 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-07-04 18:35:58 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-07-04 18:35:58 UTC

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

2023-07-04 18:35:58 UTC

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

2023-07-04 18:36:05 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-07-04 18:36:05 UTC

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

2023-07-04 18:36:09 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-07-04 18:36:09 UTC

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

2023-07-04 18:36:09 UTC

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

2023-07-04 18:36:09 UTC

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

2023-07-04 18:36:09 UTC

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

2023-07-04 18:36:09 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-07-04 18:36:10 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-07-20 20:19:49 UTC

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

2023-07-20 20:20:14 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-07-20 20:20:15 UTC

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

2023-07-20 20:20:15 UTC

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

2023-07-20 20:20:15 UTC

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

2023-07-20 20:20:15 UTC

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

2023-07-20 20:20:16 UTC

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

2023-07-20 20:20:16 UTC

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

Details
Created

2023-07-20 20:17:54 UTC

Size

2.19 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

f2a6cd4ebb57391163f4173a5515dc81577094919c833794c686abe878e9e395

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.0-rc8


Layers

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

[#001] sha256:c84a7416e1317a892f4786a89c62493b21df55e0e06b82a4bb007cc79df0f949 - 14.84% (333 MB)

[#002] sha256:1b2bae42a1ce047820c1f128e4587a430377ba56a110db0d98ec3ccfbd3de58a - 0.0% (1.4 KB)

[#003] sha256:7de5e5a5cfd93f8f210b566b1c61db88ea62abd0c10740885762d4498f4bba5e - 0.0% (1.28 KB)

[#004] sha256:ed8a81de13bef17651f186bbbb0b2e2282456750a16d8c40dca9a630d8bc1e39 - 0.0% (1.34 KB)

[#005] sha256:b776bfdd0cf4280c31191c9ebee17cd577ac14dafc8ac7f54cf3a48f208a5a3a - 0.0% (1.29 KB)

[#006] sha256:f7fee73e083a24c0e3895e1839b488b0309641d878f7ccbf741734f04ef1a69e - 26.05% (584 MB)

[#007] sha256:4a5839f0e341d957bb3385dc46d113f838cb284de1f1595dbdece6e69dca1e10 - 0.0% (1.26 KB)

[#008] sha256:540897722f4c973e9c7e567fb8dde2ec3d80595b691b70ae8f56fe90b0927b50 - 0.0% (1.28 KB)

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


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

Apply image 10.0.20348.1787

2023-07-07 21:29:32 UTC

Install update 10.0.20348.1850

2023-07-13 22:35:15 UTC

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

2023-07-20 20:15:27 UTC

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

2023-07-20 20:15:28 UTC

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

2023-07-20 20:15:29 UTC

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

2023-07-20 20:17:48 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-07-20 20:17:52 UTC

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

2023-07-20 20:17:53 UTC

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

2023-07-20 20:17:54 UTC

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

Details
Created

2023-07-20 20:21:38 UTC

Size

2.38 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

f2a6cd4ebb57391163f4173a5515dc81577094919c833794c686abe878e9e395

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.0-rc8


Layers

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

[#001] sha256:e36dba1ee29cd36713c8785a5de7dd2a487244d734ed4c5e7b0a6890bffb806e - 11.33% (276 MB)

[#002] sha256:48b452db6d50a62b6e0e8dadb19715cfcf62cf73e54b5d3bac96621c1093673c - 0.0% (1.38 KB)

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

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

[#005] sha256:3b9147f0ac8d4adaf2dd7d805a4e843e8c4ce5c26d1d23aad85c53564da10691 - 0.0% (1.25 KB)

[#006] sha256:1395eed72b3c5b19633102418df594adb9d02fdd4e5297a74a6bb6d110b8b0e7 - 23.99% (584 MB)

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

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

[#009] sha256:4cd9f0daeb2a17000f0d924635a7f6474a679b1ad6204a4b4aa3f1beac17d7c0 - 0.0% (1.38 KB)


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

Apply image 10.0.17763.4499

2023-07-07 08:17:39 UTC

Install update 10.0.17763.4645

2023-07-13 22:38:00 UTC

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

2023-07-20 20:18:11 UTC

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

2023-07-20 20:18:12 UTC

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

2023-07-20 20:18:13 UTC

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

2023-07-20 20:21:34 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-07-20 20:21:36 UTC

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

2023-07-20 20:21:37 UTC

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

2023-07-20 20:21:38 UTC

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

Details
Created

2023-07-20 19:40:13 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~rc8

PATH

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


Layers

[#000] sha256:ac34a2e0269ced3acc355be706239ee0f3f1e73a035c40dd2fac74827164ee53 - 11.71% (27.1 MB)

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

[#002] sha256:3ae9f2ea715120d93de402fff7a04bfdc88ca77985fe5062af033fd9c37227fa - 2.06% (4.76 MB)

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

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

[#005] sha256:427a90d9dc7ddfe17f3f6ec3bf7627da26476ea898f7c6238022f6c125034797 - 0.0% (6.09 KB)

[#006] sha256:1d2df5b5b2125f7bc36ddbb1bd953cf62725676d1f4983b6aaafaa65db7638ae - 0.0% (265 Bytes)

[#007] sha256:c18b7e554499b4b302b2c29d6cef289151719cdf0a54048f170129eb37ec9901 - 0.0% (268 Bytes)

[#008] sha256:200b0085215ab73a5d334c8100682770e4f27d3c08a3b3832ee3f5cef722c2ae - 85.74% (198 MB)

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


History
2023-06-28 08:42:48 UTC

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

2023-06-28 08:42:48 UTC

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

2023-06-28 08:42:48 UTC

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

2023-06-28 08:42:48 UTC

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

2023-06-28 08:42:50 UTC

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

2023-06-28 08:42:50 UTC

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

2023-07-04 14:06:40 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-07-04 14:07:20 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-07-04 14:07:20 UTC

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

2023-07-04 14:07:20 UTC

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

2023-07-04 14:07:28 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-07-04 14:07:29 UTC

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

2023-07-04 14:07:32 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-07-04 14:07:32 UTC

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

2023-07-04 14:07:32 UTC

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

2023-07-04 14:07:32 UTC

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

2023-07-04 14:07:32 UTC

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

2023-07-04 14:07:33 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-07-04 14:07:33 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-07-20 19:39:41 UTC

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

2023-07-20 19:40:09 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-07-20 19:40:13 UTC

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

2023-07-20 19:40:13 UTC

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

2023-07-20 19:40:13 UTC

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

2023-07-20 19:40:13 UTC

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

2023-07-20 19:40:13 UTC

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

2023-07-20 19:40:13 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