Namespace
library
Image / Tag
mongo:4.2.24-rc2
Content Digest
sha256:02b9fc06086a22b9e5f7b6f654dfd5c67a63e3d9d19852c8a95423968da41424
Details
Created

2023-02-17 23:23:04 UTC

Size

158 MB

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

PATH

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


Layers

[#000] sha256:456d651ccb276bafe702e453add4a4f15b511fd3234cb7db898c22540ad3c8c1 - 16.14% (25.5 MB)

[#001] sha256:0d873b46166f3180dd143b7ff189f6243dd09f1615dfc9b32c71daabe2e969de - 0.0% (1.91 KB)

[#002] sha256:b700537f311e46bbf77383734b3a920234f58455474611603e5af8f0704bb128 - 4.59% (7.24 MB)

[#003] sha256:8ba0f53e48549a336762a75298f84ff5eeff6a9e96a763e87f1e76eb3e8343ac - 0.76% (1.2 MB)

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

[#005] sha256:63256e0fc16ef449aa6b349d373e28467adbc77fdcf9dced34e69a9b36911a5a - 0.0% (5.59 KB)

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

[#007] sha256:903eba8214a2e7a09dfceae84a9e28235591b01d207cdca32e5e07822e7df3c7 - 78.51% (124 MB)

[#008] sha256:b4e0bda95eb000bdadf0651c05557ec4ce61ed4833a31c5ce7f2f92b8efbf47f - 0.0% (4.85 KB)


History
2023-01-26 10:03:03 UTC

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

2023-01-26 10:03:03 UTC

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

2023-01-26 10:03:03 UTC

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

2023-01-26 10:03:03 UTC

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

2023-01-26 10:03:04 UTC

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

2023-01-26 10:03:05 UTC

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

2023-01-31 19:04:04 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-01-31 19:04:15 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates dirmngr gnupg jq numactl procps ; rm -rf /var/lib/apt/lists/*

2023-01-31 19:04:15 UTC

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

2023-01-31 19:04:15 UTC

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

2023-01-31 19:04:23 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-01-31 19:04:24 UTC

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

2023-01-31 19:04:27 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-01-31 19:04:27 UTC

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

2023-01-31 19:04:27 UTC

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

2023-01-31 19:04:27 UTC

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

2023-01-31 19:04:27 UTC

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

2023-01-31 19:04:28 UTC

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

2023-02-17 23:22:41 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.24~rc2

2023-02-17 23:23:03 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-02-17 23:23:03 UTC

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

2023-02-17 23:23:03 UTC

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

2023-02-17 23:23:03 UTC

/bin/sh -c #(nop) COPY file:82adc06ee9084caf92c64e3fbb536f06b2a724aa0c1f122d17c10c70a5a1b90e in /usr/local/bin/

2023-02-17 23:23:04 UTC

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

2023-02-17 23:23:04 UTC

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

2023-02-17 23:23:04 UTC

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

Details
Created

2023-02-17 23:36:00 UTC

Size

1.83 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1033072c6bf5f6deb0af0afefba6a575a0edc827d7787f115401ce6f0c831206

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.24-rc2-signed.msi

MONGO_VERSION

4.2.24-rc2


Layers

[#000] sha256:1a65b089bc835b0c3700397b1935e97cf469b0891bb4de3942c8dfbe4b672d47 - 70.46% (1.29 GB)

[#001] sha256:d1d015a9e7adea898d81486dce8b513b0e9cbeca30904cac18c3ea98ab3be7a6 - 14.91% (280 MB)

[#002] sha256:028996d5eeb6d70e4f35b4acb3bafeee3f326bb40438911de597cad432ffdbc1 - 0.0% (1.32 KB)

[#003] sha256:2f3c4332f0031c980d83588d4684ae07712a62275e400ad4b59f39419e942b11 - 0.0% (1.41 KB)

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

[#005] sha256:dcd1de973772fa8614d93e213e12c82f816c70df082166d9f6db562aa0b45a5d - 0.0% (1.35 KB)

[#006] sha256:d08aa723c0402ab79b36c32977aa1e063f5d4ba8e4378ebcac2275169c776744 - 14.63% (274 MB)

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

[#008] sha256:eb49cb95c10944e5721454383fc9e85c01d0605f7639223904b408366a962316 - 0.0% (1.41 KB)

[#009] sha256:72f1203fa006cf0b3972664a30a2baa5a4aabf9883e219a86c2eeabba5493c86 - 0.0% (1.39 KB)


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-02-07 11:42:22 UTC

Install update 10.0.20348.1547

2023-02-16 00:38:08 UTC

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

2023-02-17 23:32:58 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.24-rc2

2023-02-17 23:32:59 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.24-rc2-signed.msi

2023-02-17 23:33:00 UTC

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

2023-02-17 23:35: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=Client,ImportExportTools,MiscellaneousTools,MonitoringTools,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-02-17 23:35:58 UTC

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

2023-02-17 23:35:59 UTC

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

2023-02-17 23:36:00 UTC

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

Details
Created

2023-02-17 23:41:04 UTC

Size

2.1 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1033072c6bf5f6deb0af0afefba6a575a0edc827d7787f115401ce6f0c831206

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.24-rc2-signed.msi

MONGO_VERSION

4.2.24-rc2


Layers

[#000] sha256:6e222c5ada69382aa2b4fe30b23ae56c7e3ada92712109d20f3edd457a6120b6 - 75.89% (1.59 GB)

[#001] sha256:8f77c707e813c8220ab3c92b6eb7b445ee0b1a485686ff62014ae32c17d2b1b6 - 11.33% (243 MB)

[#002] sha256:531f6c3ad9784fc2870ea5ca08c4adccd9318602ed534d822e12b8b658a7b0b6 - 0.0% (1.24 KB)

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

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

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

[#006] sha256:f053e56c3fdac87da68b23e21cc7f81589bb82788670bdc18f6641c8ea3eed80 - 12.78% (274 MB)

[#007] sha256:bf053b41d0da1f66914f909e5a9d434cf38021d83be5270debd84eb412fd71c7 - 0.0% (1.36 KB)

[#008] sha256:f0de4b342a06cf0067c70d8815c3723f56a8c8ec458e662a8c03011264c184a3 - 0.0% (1.38 KB)

[#009] sha256:08de2d5c04db529aeac6bc9e1f0633809b8c6b46e85f21372d781b163d77d18f - 0.0% (1.39 KB)


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-02-07 10:44:53 UTC

Install update 10.0.17763.4010

2023-02-16 00:42:02 UTC

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

2023-02-17 23:36:19 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.24-rc2

2023-02-17 23:36:20 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.24-rc2-signed.msi

2023-02-17 23:36:21 UTC

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

2023-02-17 23:40:59 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,ImportExportTools,MiscellaneousTools,MonitoringTools,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-02-17 23:41:01 UTC

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

2023-02-17 23:41:03 UTC

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

2023-02-17 23:41:04 UTC

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

Details
Created

2023-02-17 23:33:08 UTC

Size

148 MB

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

PATH

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


Layers

[#000] sha256:c58359f0ed0774e1ace1315b1a5c48c0d40a2519a5d69c92eb49fab69b4ff6b8 - 15.25% (22.6 MB)

[#001] sha256:d34e6ba276576f260bc8b126ca03265947a984355de173c13fae92eba4c357f8 - 0.0% (1.92 KB)

[#002] sha256:343b43e762c760c8347cd70b6fab32d0eff0c8ac8aae82b4f1edb661d5ca61ed - 4.41% (6.55 MB)

[#003] sha256:d451792a8c058c2f5b754dc447d58c7bb97136ae2acd045c3bf24b448601777f - 0.77% (1.14 MB)

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

[#005] sha256:18d045bca00295b17fad587cc49c6436656a5db8f89c9c9ad63aba32692cb882 - 0.0% (5.59 KB)

[#006] sha256:1fe8108c6175bba14848f87d6852df0e967cc5628c28ac32ae6340a2201ab659 - 0.0% (261 Bytes)

[#007] sha256:07e4c89ff2409d588f6e765f31a138c06902d4818cd60c83c01af309bc6c2f13 - 79.56% (118 MB)

[#008] sha256:9bc75bd5dd9ba98fa448f0a6a504f3854e54eff961bdbf03666b479611e59ea0 - 0.0% (4.85 KB)


History
2023-01-26 10:04:53 UTC

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

2023-01-26 10:04:53 UTC

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

2023-01-26 10:04:53 UTC

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

2023-01-26 10:04:53 UTC

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

2023-01-26 10:04:56 UTC

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

2023-01-26 10:04:57 UTC

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

2023-01-31 18:04: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-01-31 18:04:54 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates dirmngr gnupg jq numactl procps ; rm -rf /var/lib/apt/lists/*

2023-02-01 00:59:03 UTC

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

2023-02-01 00:59:03 UTC

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

2023-02-01 00:59:17 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-02-01 00:59:18 UTC

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

2023-02-01 00:59:21 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-02-01 00:59:21 UTC

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

2023-02-01 00:59:21 UTC

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

2023-02-01 00:59:21 UTC

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

2023-02-01 00:59:21 UTC

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

2023-02-01 00:59:21 UTC

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

2023-02-17 23:32:49 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.24~rc2

2023-02-17 23:33: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-02-17 23:33:08 UTC

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

2023-02-17 23:33:08 UTC

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

2023-02-17 23:33:08 UTC

/bin/sh -c #(nop) COPY file:82adc06ee9084caf92c64e3fbb536f06b2a724aa0c1f122d17c10c70a5a1b90e in /usr/local/bin/

2023-02-17 23:33:08 UTC

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

2023-02-17 23:33:08 UTC

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

2023-02-17 23:33:08 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