Namespace
library
Image / Tag
mongo:4.4.19-rc2
Content Digest
sha256:45aa5cc6573fa41cf6305f5fa7fc9fb950017aa8f8410c8ea9c621386cc76fd0
Details
Created

2023-02-17 23:22:37 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.19~rc2

PATH

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


Layers

[#000] sha256:7608715873ec5c02d370e963aa9b19a149023ce218887221d93fe671b3abbf58 - 16.63% (27.3 MB)

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

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

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

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

[#005] sha256:2d349aa8cbd8dedb95097be1454c1a035e6baa98a9c58c567cff7089d44f74a6 - 0.0% (5.59 KB)

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

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

[#008] sha256:cd0c6e4a801068548a1be10c35638e16d12f7ab65808764d8108dd2a76f051bd - 0.0% (4.84 KB)


History
2023-02-01 11:42:37 UTC

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

2023-02-01 11:42:37 UTC

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

2023-02-01 11:42:37 UTC

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

2023-02-01 11:42:37 UTC

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

2023-02-01 11:42:39 UTC

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

2023-02-01 11:42:39 UTC

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

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

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

2023-02-01 19:26:21 UTC

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

2023-02-01 19:26:29 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 19:26:30 UTC

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

2023-02-01 19:27:40 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 19:27:40 UTC

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

2023-02-01 19:27:40 UTC

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

2023-02-01 19:27:40 UTC

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

2023-02-01 19:27:40 UTC

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

2023-02-01 19:27:41 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-02-17 23:22:10 UTC

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

2023-02-17 23:22:35 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:22:36 UTC

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

2023-02-17 23:22:36 UTC

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

2023-02-17 23:22:36 UTC

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

2023-02-17 23:22:36 UTC

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

2023-02-17 23:22:36 UTC

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

2023-02-17 23:22:37 UTC

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

Details
Created

2023-02-17 23:24:11 UTC

Size

1.79 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

e22a36213d3cdddb188814be2d5c763e2ea8de59e1b5b8e68eb04528b4d7fea8

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.19-rc2-signed.msi

MONGO_VERSION

4.4.19-rc2


Layers

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

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

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

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

[#004] sha256:5c3c9e08492779c5fe8430593c2c6ac80974896f0c09ffc1a873eff7c48c3a2e - 0.0% (1.36 KB)

[#005] sha256:5881b3309713b490cde42e36fb5193745e8f4ddaab41bf05d49009b871a98468 - 0.0% (1.39 KB)

[#006] sha256:b435126428bf624b1ec8d88c6c49958cccd6f5669386e3659a67dfda0101023a - 12.77% (235 MB)

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

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

[#009] sha256:784c1cab81a3bd43f051d0a7b038e35694f06c540cda71c47a6e81c605ad61af - 0.0% (1.38 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:21:26 UTC

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

2023-02-17 23:21:28 UTC

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

2023-02-17 23:21:29 UTC

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

2023-02-17 23:24:06 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-02-17 23:24:09 UTC

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

2023-02-17 23:24:10 UTC

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

2023-02-17 23:24:11 UTC

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

Details
Created

2023-02-17 23:28:40 UTC

Size

2.06 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

e22a36213d3cdddb188814be2d5c763e2ea8de59e1b5b8e68eb04528b4d7fea8

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.19-rc2-signed.msi

MONGO_VERSION

4.4.19-rc2


Layers

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

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

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

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

[#004] sha256:52e3ea5b27103f3c46d2ba6dfe1b6ccf735bbbee651e9d7a240c09cb7c3d4945 - 0.0% (1.39 KB)

[#005] sha256:f4e09c1edc76463f1fc441fb1620d37d19ec2976408361f3d5572abb6e194e9f - 0.0% (1.36 KB)

[#006] sha256:55816d517a1fd20f38ca811b14227998a57d24f61cf596d66779e7c44b1a3a44 - 11.12% (234 MB)

[#007] sha256:4234eb6bd7400fc481659c0e16459641719d2b80f4d35b865fdbef2015831f2e - 0.0% (1.41 KB)

[#008] sha256:7f21770b83151f6eeafb77d9993be4eb5ee1419766f57256c4876360dd3eae01 - 0.0% (1.4 KB)

[#009] sha256:27505c107fc900ddb622a922c7e3de395cb699efe3bf24335ab9214f36fa49dd - 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:24:29 UTC

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

2023-02-17 23:24:30 UTC

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

2023-02-17 23:24:31 UTC

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

2023-02-17 23:28:35 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-02-17 23:28:36 UTC

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

2023-02-17 23:28:38 UTC

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

2023-02-17 23:28:40 UTC

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

Details
Created

2023-02-17 23:32:40 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.19~rc2

PATH

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


Layers

[#000] sha256:70cf24b162395e1500d40f2b012f253bfd5d15f029ef9d636620fa2365ae503c - 16.28% (25.9 MB)

[#001] sha256:197e79a593996392dc9c7dea7b4eebe9567f190b13e33b96315e3fa7bfe0cbff - 0.0% (1.79 KB)

[#002] sha256:1a54d19161368d031ebb2bd8697e5077e32faea13ed42ef3bc01f1521db0b059 - 4.9% (7.8 MB)

[#003] sha256:8547f0e899b28966b8bd3a9247256403aacd1bfe5043f9848fabacbfb38ffd92 - 0.71% (1.13 MB)

[#004] sha256:315a8963db2b1f685b9da4bc23fab83cc03ce32eff34be384499607a1416459e - 0.0% (148 Bytes)

[#005] sha256:1fdfe4124eaf871534b580cc93183a19d0784bf43d33a4eed9789bfe8333b157 - 0.0% (5.59 KB)

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

[#007] sha256:31600171b4d2fd604d602a90ef5662dc12401b20ebaeec9a7b829c48fc1e762e - 78.1% (124 MB)

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


History
2023-02-01 11:27:52 UTC

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

2023-02-01 11:27:52 UTC

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

2023-02-01 11:27:52 UTC

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

2023-02-01 11:27:52 UTC

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

2023-02-01 11:27:56 UTC

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

2023-02-01 11:27:56 UTC

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

2023-02-01 19:03: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-02-01 19:03:55 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 19:03:55 UTC

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

2023-02-01 19:03:55 UTC

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

2023-02-01 19:04:02 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 19:04:03 UTC

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

2023-02-01 19:05:07 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 19:05:07 UTC

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

2023-02-01 19:05:08 UTC

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

2023-02-01 19:05:08 UTC

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

2023-02-01 19:05:08 UTC

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

2023-02-01 19:05:08 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-02-17 23:32:14 UTC

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

2023-02-17 23:32:38 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:32:40 UTC

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

2023-02-17 23:32:40 UTC

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

2023-02-17 23:32:40 UTC

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

2023-02-17 23:32:40 UTC

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

2023-02-17 23:32:40 UTC

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

2023-02-17 23:32:40 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