Namespace
library
Image / Tag
mongo:4.2.23-rc1
Content Digest
sha256:dccdcb121fea5f3439c10c703bf168ee536a12d0917644e0bb3811e3c7ecb3f5
Details
Created

2022-09-27 01:25:54 UTC

Size

158 MB

Content Digest
Environment
GOSU_VERSION

1.12

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.2.23~rc1

PATH

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


Layers

[#000] sha256:726b8a513d66e3585eb57389171d97fcd348e4914a415891e1da135b85ffa6c3 - 16.15% (25.5 MB)

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

[#002] sha256:238f502c2b6139bebdaa71e5b668dd1998860c1bda7b547f8e084b9751735323 - 1.8% (2.84 MB)

[#003] sha256:e3740760faa68e76e491d120ef8578bf7985c9e464f4af5c2eeb3e30ad6706f2 - 3.52% (5.56 MB)

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

[#005] sha256:049520d2f5d471c2826c4fff6805104fe2a6cda6b784d4683093a500917e0631 - 0.0% (5.59 KB)

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

[#007] sha256:ba2c66c06c372e114503d3a7ee77f5c7995ea93fe3b0a8c5d060c0fa5e035c0f - 78.52% (124 MB)

[#008] sha256:5729fe4284ce54ca80e273234794f050ae2b830afcc3dea05e296d5c7b91e917 - 0.0% (4.95 KB)


History
2022-09-06 19:38:36 UTC

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

2022-09-06 19:38:37 UTC

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

2022-09-06 20:29:48 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

2022-09-06 20:29:56 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates jq numactl ; if ! command -v ps > /dev/null; then apt-get install -y --no-install-recommends procps; fi; rm -rf /var/lib/apt/lists/*

2022-09-06 20:29:57 UTC

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

2022-09-06 20:29:57 UTC

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

2022-09-06 20:30:09 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; if ! command -v gpg > /dev/null; then apt-get install -y --no-install-recommends gnupg dirmngr; savedAptMark="$savedAptMark gnupg dirmngr"; elif gpg --version | grep -q '^gpg (GnuPG) 1\.'; then apt-get install -y --no-install-recommends gnupg-curl; fi; 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; command -v gpgconf && gpgconf --kill all || :; rm -r "$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

2022-09-06 20:30:10 UTC

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

2022-09-06 20:30:13 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; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"

2022-09-06 20:30:13 UTC

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

2022-09-06 20:30:13 UTC

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

2022-09-06 20:30:13 UTC

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

2022-09-06 20:30:13 UTC

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

2022-09-06 20:30:14 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"

2022-09-27 01:22:21 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.23~rc1

2022-09-27 01:25:53 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

2022-09-27 01:25:53 UTC

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

2022-09-27 01:25:53 UTC

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

2022-09-27 01:25:54 UTC

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

2022-09-27 01:25:54 UTC

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

2022-09-27 01:25:54 UTC

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

2022-09-27 01:25:54 UTC

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

Details
Created

2022-09-27 01:18:05 UTC

Size

2.45 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

422b0bd5db92617d1e668bec2d6083b2ee0dc165afc7ca2fa4ac9d8a92aab5e4

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.23-rc1-signed.msi

MONGO_VERSION

4.2.23-rc1


Layers

[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 54.54% (1.34 GB)

[#001] sha256:4486102fd3820ed9527fa3e7bfefa8305c2f054e65b46dffe9675755e3d8f288 - 34.55% (868 MB)

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

[#003] sha256:5994a272dfdc13ddf66f542e01f249a7b52b03fdc58bc46e2a681b43f5242cfa - 0.0% (1.35 KB)

[#004] sha256:8a5ac195304f9cab7e2cf4badb856db6a2d597f9ed08a14762780417a56378b4 - 0.0% (1.39 KB)

[#005] sha256:7994b625d9d869e1d8968146cdb3cb74f4d940ea789861c4f28a88b54c160d3f - 0.0% (1.39 KB)

[#006] sha256:afd4e16f1d712b60377537fbf7f7c47257f5fbf51e8b0f66abdcaf4285eab099 - 10.91% (274 MB)

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

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

[#009] sha256:339df4802c1601f5b796e0d44cfe94b5b83100fe4abcae58e29dca3e9e16795a - 0.0% (1.34 KB)


History
2022-04-22 01:12:09 UTC

Apply image 10.0.20348.643

2022-09-08 20:30:55 UTC

Install update 10.0.20348.1006

2022-09-14 13:31:04 UTC

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

2022-09-27 01:16:30 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.23-rc1

2022-09-27 01:16:31 UTC

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

2022-09-27 01:16:32 UTC

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

2022-09-27 01:18:01 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.';

2022-09-27 01:18:02 UTC

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

2022-09-27 01:18:04 UTC

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

2022-09-27 01:18:05 UTC

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

Details
Created

2022-09-27 01:20:35 UTC

Size

2.79 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

422b0bd5db92617d1e668bec2d6083b2ee0dc165afc7ca2fa4ac9d8a92aab5e4

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.23-rc1-signed.msi

MONGO_VERSION

4.2.23-rc1


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 62.77% (1.75 GB)

[#001] sha256:cee64bf279e2ca8e924884a10ecb98bfa79c7f0cc8d25e73039b9aeb940815b6 - 27.63% (788 MB)

[#002] sha256:3c428406510f0a47ed60f28060a7d625d42344a95fdcb7c4f5746fb8857c3328 - 0.0% (1.38 KB)

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

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

[#005] sha256:8df02b441ef91b0841148818c05433e1e34be7f5e569149a34328a4a8a8d83f4 - 0.0% (1.37 KB)

[#006] sha256:ad22690f342db8de89c38e73c9cc1706f2adddc560e32867814a34c3106cc182 - 9.6% (274 MB)

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

[#008] sha256:9c4a68e8ec409119ddfe3c70c7e3ba453c9c3513ebc98aac6b3d12fa3a6c2985 - 0.0% (1.33 KB)

[#009] sha256:b8b9efcd1ef1fc9d3d287f2d22a3f00c5c293bd80c82706bb022c1a4aa68499e - 0.0% (1.29 KB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-09-09 22:43:02 UTC

Install update 10.0.17763.3406

2022-09-14 13:39:18 UTC

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

2022-09-27 01:18:12 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.23-rc1

2022-09-27 01:18:13 UTC

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

2022-09-27 01:18:14 UTC

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

2022-09-27 01:20:32 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.';

2022-09-27 01:20:33 UTC

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

2022-09-27 01:20:34 UTC

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

2022-09-27 01:20:35 UTC

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

Details
Created

2022-09-27 00:45:06 UTC

Size

148 MB

Content Digest
Environment
GOSU_VERSION

1.12

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.2.23~rc1

PATH

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


Layers

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

[#001] sha256:1a272029c5a19b2cf52704ad940c8e0cd68d05689f2063577d9290ad431b272b - 0.0% (1.86 KB)

[#002] sha256:6a46564703ad020691570c691ea3ec8f7ea6a6b8d1dcd9214ffbaa6078b57108 - 1.71% (2.54 MB)

[#003] sha256:cdfa46a0c4f45ba449707579d18331139ff2a244fc859ea821889164f1d944d1 - 3.34% (4.95 MB)

[#004] sha256:e2f317ab76a66e9c1858049a25bec7e44951f17a2ba6d7b345d60f5f63734e36 - 0.0% (115 Bytes)

[#005] sha256:cffef2e093536e76a788942dba6e5af027829067c12ce660bbd5f117a1e50518 - 0.0% (5.53 KB)

[#006] sha256:40fe0e99cd623add7193b49c3cd7c9bef95375099280ae5b467cc18545e26ff2 - 0.0% (262 Bytes)

[#007] sha256:a7df26ad3ab5ec2448155781fae61a18fe8fa5ce0df721bc41726409ed195ebf - 79.7% (118 MB)

[#008] sha256:7208df71d132a6121c50792688c00fb2a70beb7ce1fece561dd6281cfa4591e7 - 0.0% (4.95 KB)


History
2022-09-06 18:49:02 UTC

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

2022-09-06 18:49:02 UTC

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

2022-09-06 19:29:09 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

2022-09-06 19:29:19 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates jq numactl ; if ! command -v ps > /dev/null; then apt-get install -y --no-install-recommends procps; fi; rm -rf /var/lib/apt/lists/*

2022-09-06 19:29:20 UTC

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

2022-09-06 19:29:21 UTC

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

2022-09-06 19:29:58 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; if ! command -v gpg > /dev/null; then apt-get install -y --no-install-recommends gnupg dirmngr; savedAptMark="$savedAptMark gnupg dirmngr"; elif gpg --version | grep -q '^gpg (GnuPG) 1\.'; then apt-get install -y --no-install-recommends gnupg-curl; fi; 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; command -v gpgconf && gpgconf --kill all || :; rm -r "$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

2022-09-06 19:29:59 UTC

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

2022-09-06 19:30:03 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; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"

2022-09-06 19:30:03 UTC

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

2022-09-06 19:30:04 UTC

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

2022-09-06 19:30:05 UTC

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

2022-09-06 19:30:06 UTC

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

2022-09-06 19:30:07 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"

2022-09-27 00:44:42 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.23~rc1

2022-09-27 00:45:00 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

2022-09-27 00:45:01 UTC

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

2022-09-27 00:45:02 UTC

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

2022-09-27 00:45:04 UTC

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

2022-09-27 00:45:04 UTC

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

2022-09-27 00:45:05 UTC

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

2022-09-27 00:45:06 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