Namespace
library
Image / Tag
mongo:4.4.20-rc0
Content Digest
sha256:19fa0152fdefd756a73eb3a74bb7382171141f84ebded576eef424ec67a61e84
Details
Created

2023-04-05 21:22:44 UTC

Size

164 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

4.4.20~rc0

PATH

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


Layers

[#000] sha256:5544ebdc0c7b82aa6901eae124b1d220914d2629a9bde25396d7ee9cfd273a8f - 16.63% (27.3 MB)

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

[#002] sha256:ca3a5d1d7825ca0378d0dd19cb5f5f2439ca29f8ff0fbb3271cab3b00cc3a4aa - 4.86% (7.96 MB)

[#003] sha256:a36580a5e9522936b484bfba3ef86edd895d7fe80d3edf77e36d2a0dab073614 - 0.73% (1.2 MB)

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

[#005] sha256:012c144481aa07ee8ecc619fc561f57376ceb4b65a4d1338dec8340faebb2fc5 - 0.0% (5.59 KB)

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

[#007] sha256:6298929408350487c808044752c37699e0d675517d761637b72a5ddfe36650b8 - 77.77% (127 MB)

[#008] sha256:cda838e72a6a3b1c15b867f90f3180b50341af07b3e2cf726455a8cbd12a3da2 - 0.0% (4.9 KB)


History
2023-03-08 04:41:24 UTC

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

2023-03-08 04:41:24 UTC

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

2023-03-08 04:41:24 UTC

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

2023-03-08 04:41:24 UTC

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

2023-03-08 04:41:26 UTC

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

2023-03-08 04:41:27 UTC

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

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

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

2023-03-16 03:53:16 UTC

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

2023-03-16 03:53: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-03-16 03:53:23 UTC

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

2023-04-05 21:22:18 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-04-05 21:22:18 UTC

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

2023-04-05 21:22:18 UTC

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

2023-04-05 21:22:18 UTC

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

2023-04-05 21:22:18 UTC

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

2023-04-05 21:22:19 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-04-05 21:22:19 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.20~rc0

2023-04-05 21:22:43 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-04-05 21:22:44 UTC

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

2023-04-05 21:22:44 UTC

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

2023-04-05 21:22:44 UTC

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

2023-04-05 21:22:44 UTC

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

2023-04-05 21:22:44 UTC

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

2023-04-05 21:22:44 UTC

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

Details
Created

2023-04-05 21:17:53 UTC

Size

1.83 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

8ea554e1939aee605fe7b03e780be96eb51ffde51a928fef485864104a858d2f

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.20-rc0-signed.msi

MONGO_VERSION

4.4.20-rc0


Layers

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

[#001] sha256:c921d7eac594f5e3ce3ef10adb8fd0f71bdbb713c4854336b995d25f89c44d42 - 16.73% (313 MB)

[#002] sha256:9d31bb6c06d038a3e1a69943be5f72e0ad656773c3f446d934ff816b71b0d631 - 0.0% (1.37 KB)

[#003] sha256:ce62620377ae8e09d8b7a26555579d37b7b4f319ff78e8a08c85d60b38cb46f2 - 0.0% (1.39 KB)

[#004] sha256:06976f633cd9b0667b58e3616466ce3060f803f33ab36b31c20ce46527504cd8 - 0.0% (1.4 KB)

[#005] sha256:b7d1d6b9b8313e6dd169a8834c9e48cff1998d6b6dbe08a535b1e3f87c8dd745 - 0.0% (1.41 KB)

[#006] sha256:84584709659f829746cbb50f5bcd13d24a127734857dfa2fb80f512d3a17fae2 - 12.56% (235 MB)

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

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

[#009] sha256:720905ce6ab649e45d80092afcbb01c1bb67bf27c6fff76e1cf3b76ad6e90648 - 0.0% (1.38 KB)


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

Apply image 10.0.20348.1487

2023-03-10 06:37:36 UTC

Install update 10.0.20348.1607

2023-03-16 02:55:27 UTC

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

2023-04-05 21:16:27 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.20-rc0

2023-04-05 21:16:28 UTC

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

2023-04-05 21:16:29 UTC

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

2023-04-05 21:17:49 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-04-05 21:17:51 UTC

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

2023-04-05 21:17:52 UTC

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

2023-04-05 21:17:53 UTC

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

Details
Created

2023-04-05 21:20:32 UTC

Size

2.1 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

8ea554e1939aee605fe7b03e780be96eb51ffde51a928fef485864104a858d2f

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.20-rc0-signed.msi

MONGO_VERSION

4.4.20-rc0


Layers

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

[#001] sha256:a92048040b3b13af10f8287baabaddbb2759dfc77b1fb43f89b38b3275467f93 - 13.52% (291 MB)

[#002] sha256:474eedda733dad347e4baad9fb9f3d700b58e5788f7453d1979cebb167746b32 - 0.0% (1.39 KB)

[#003] sha256:a8feb7911b2510ce99bc7e5b49e1f0e0ea9dfaf2874fde1b7a5456976164f216 - 0.0% (1.39 KB)

[#004] sha256:5f6af3a2d96282759e60c30ad4283b52239cfb11fbed117b0b3c7b3245100486 - 0.0% (1.39 KB)

[#005] sha256:eff4ba353e96a20524cba09d65f687d3f1a2c759748e8d2c5bad1adb6f7485e4 - 0.0% (1.38 KB)

[#006] sha256:bc903b63d8ead4671d94e78f5ba519ecfb10032c5636c372f6569a70bc78af68 - 10.89% (235 MB)

[#007] sha256:a54023cbc176de154b55efdbee9110bd7f43a4ccd9ccce9328b87f3025516c98 - 0.0% (1.35 KB)

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

[#009] sha256:09f698852671bed7381bc8318fc910c7e7b8e92ef3ce4ce13c44c7a32d0054ec - 0.0% (1.41 KB)


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

Apply image 10.0.17763.3887

2023-03-11 10:37:22 UTC

Install update 10.0.17763.4131

2023-03-16 02:59:15 UTC

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

2023-04-05 21:18:11 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.20-rc0

2023-04-05 21:18:12 UTC

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

2023-04-05 21:18:13 UTC

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

2023-04-05 21:20:29 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-04-05 21:20:30 UTC

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

2023-04-05 21:20:31 UTC

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

2023-04-05 21:20:32 UTC

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

Details
Created

2023-04-05 21:42:04 UTC

Size

159 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

4.4.20~rc0

PATH

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


Layers

[#000] sha256:0c68957c744181d1b5cae80a96971c651cec74faeade53191985b92abff361da - 16.28% (25.9 MB)

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

[#002] sha256:4fc8d5e9f809f2c75bf1e319b26c316147f61a1a6d4b7af8a79b1e69fdae857e - 4.9% (7.8 MB)

[#003] sha256:28cf6b8f41302df7a56c599e509f7aa637d70f399d7da95682218e5ed7365be3 - 0.71% (1.13 MB)

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

[#005] sha256:30baf934445eb55b5d443ea3f8b110f30bf30cd52a99a6c153691b72aad663a9 - 0.0% (5.59 KB)

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

[#007] sha256:8bf49873e9ab8bd436a1ebbec4385b7da0bce20b3d49dafb290f28f8e1a7c402 - 78.1% (124 MB)

[#008] sha256:4a0610704316621054de37ff5e1bc0a0c23a52c2984ca0b0b2af7ce004bcb6cc - 0.0% (4.9 KB)


History
2023-03-08 04:34:20 UTC

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

2023-03-08 04:34:20 UTC

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

2023-03-08 04:34:20 UTC

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

2023-03-08 04:34:20 UTC

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

2023-03-08 04:34:24 UTC

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

2023-03-08 04:34:24 UTC

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

2023-03-16 02:36:49 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-03-16 02:37:00 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-03-16 02:37:00 UTC

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

2023-03-16 02:37:00 UTC

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

2023-03-16 02:37:06 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-03-16 02:37:07 UTC

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

2023-04-05 21:41:33 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-04-05 21:41:33 UTC

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

2023-04-05 21:41:33 UTC

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

2023-04-05 21:41:33 UTC

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

2023-04-05 21:41:33 UTC

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

2023-04-05 21:41:33 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-04-05 21:41:33 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.20~rc0

2023-04-05 21:42:02 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-04-05 21:42:04 UTC

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

2023-04-05 21:42:04 UTC

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

2023-04-05 21:42:04 UTC

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

2023-04-05 21:42:04 UTC

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

2023-04-05 21:42:04 UTC

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

2023-04-05 21:42:04 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