Namespace
library
Image / Tag
mongo:4.4.7-rc1
Content Digest
sha256:d0e3e455bdb9ce0a26f1bef04d6194c00e0133b764535f2503b5d67a7ad8558b
Details
Created

2021-07-14 01:07:27 UTC

Size

163 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.7~rc1

PATH

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


Layers

[#000] sha256:a31c7b29f4ad2bd946738970f040825704a523ded1b9d6f9c7c7cafc6ab731df - 16.69% (27.2 MB)

[#001] sha256:8490627ad476fc39c34e4117fe95181f23c0593c5939334f690c25267a15d1fc - 0.0% (1.71 KB)

[#002] sha256:97d640de21f3bf1bccb594ae1a3788de970a320dd5c506685ddddb13af3871ff - 1.79% (2.92 MB)

[#003] sha256:4676d8bbe06cee8d0ab6acff7d9a319287a789dcd95864defe5419be03d50e86 - 3.8% (6.2 MB)

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

[#005] sha256:5123be568c91ed7cbd7872958a85d31e5b8d5f9a6e02a099df91ed00cc2c83ec - 0.0% (3.49 KB)

[#006] sha256:bf9914ae941de6d6290c5a979fce55f28e783e45fb486dc9008437b7f53143d4 - 0.0% (236 Bytes)

[#007] sha256:68c912c3744d546d84f5bef33121bca155c5f4386a930faa32533e6b140ebf3f - 77.71% (127 MB)

[#008] sha256:6f955bf7054c03b6d926450f0520e3f0748678fe9817dcb5f14c1497224e5c88 - 0.0% (170 Bytes)

[#009] sha256:2f58a3ade3f19d5716675641842baf9ca53976829ffc8b50c43dfc48d3689e0b - 0.0% (4.37 KB)


History
2021-07-13 22:29:34 UTC

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

2021-07-13 22:29:34 UTC

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

2021-07-14 01:06:04 UTC

/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb

2021-07-14 01:06:13 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/*

2021-07-14 01:06:13 UTC

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

2021-07-14 01:06:13 UTC

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

2021-07-14 01:06:23 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

2021-07-14 01:06:24 UTC

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

2021-07-14 01:07:06 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '20691EEC35216C63CAF66CE1656408E390CFB1F5' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B'; for key; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; gpg --batch --export "$@" > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list

2021-07-14 01:07:06 UTC

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

2021-07-14 01:07:06 UTC

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

2021-07-14 01:07:06 UTC

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

2021-07-14 01:07:07 UTC

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

2021-07-14 01:07:08 UTC

/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu focal/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2021-07-14 01:07:08 UTC

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

2021-07-14 01:07:25 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && ln -s /bin/true /usr/local/bin/systemctl && 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 -f /usr/local/bin/systemctl && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2021-07-14 01:07:26 UTC

/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb

2021-07-14 01:07:27 UTC

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

2021-07-14 01:07:27 UTC

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

2021-07-14 01:07:27 UTC

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

2021-07-14 01:07:27 UTC

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

2021-07-14 01:07:27 UTC

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

Details
Created

2021-07-14 01:31:42 UTC

Size

2.72 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6813de46869340d0a47201fa148b875be91a7b26b926b9b2e3fd82def79ef167

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.7-rc1-signed.msi

MONGO_VERSION

4.4.7-rc1


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 58.9% (1.6 GB)

[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 33.15% (922 MB)

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

[#003] sha256:335bf1cfd45963c4ccbc12dc20c64ad6b1c0a98017eb7db9235d0fa08f4dc8db - 0.0% (1.37 KB)

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

[#005] sha256:37dec9dc02737585990013d65265ff3a91c586816fb9d8885e856dd6fa4ce2a1 - 0.0% (1.37 KB)

[#006] sha256:c534bf514f45cef59195c5115d2a83f2ed7ff13608162d184e1da42e795c8339 - 7.95% (221 MB)

[#007] sha256:77d6e4e8303996b24ff2e6385d1e30d3e3a7247ef846cc66cef8fdfd3b7c4d0d - 0.0% (1.41 KB)

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

[#009] sha256:324f135b03150b032533571b08350c02853712463fc42cfacc5d9d2666cc40e4 - 0.0% (1.39 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2021-07-06 20:34:18 UTC

Install update 1809-amd64

2021-07-14 01:07:27 UTC

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

2021-07-14 01:26:39 UTC

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

2021-07-14 01:26:43 UTC

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

2021-07-14 01:26:46 UTC

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

2021-07-14 01:31:33 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\mongo.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.';

2021-07-14 01:31:37 UTC

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

2021-07-14 01:31:40 UTC

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

2021-07-14 01:31:42 UTC

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

Details
Created

2021-07-14 01:34:55 UTC

Size

6.06 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6813de46869340d0a47201fa148b875be91a7b26b926b9b2e3fd82def79ef167

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.7-rc1-signed.msi

MONGO_VERSION

4.4.7-rc1


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 62.56% (3.79 GB)

[#001] sha256:a567de41cc349380b25967f180fb1b6b2431bda61ccaaf69d78a33bc9523614a - 33.81% (2.05 GB)

[#002] sha256:fed351b78c876c55ec9c7e75d3b9d1b146c5c5dfeb4b5480c0a7c384322df98c - 0.0% (1.41 KB)

[#003] sha256:00c178ab9f0c0ea296d4a5132a3b7cb8bae81fcf683388fba23ce742f11f55ef - 0.0% (1.37 KB)

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

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

[#006] sha256:d120f13ee215bd5106ac810ba5e189e8a0703c0723565a2e29857423f8c796cf - 3.63% (226 MB)

[#007] sha256:c1a6acbcace13a698986c50bb2302c3ad30cab43da06d8c6fb08336b1815ca5c - 0.0% (1.4 KB)

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

[#009] sha256:1ae8a4843e80bedfad30c5531b7343693793e8397bd1f51ac2a640389e908a78 - 0.0% (1.35 KB)


History
2016-11-19 17:05:00 UTC

Apply image 1607-RTM-amd64

2021-07-09 05:02:00 UTC

Install update ltsc2016-amd64

2021-07-14 01:14:25 UTC

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

2021-07-14 01:31:52 UTC

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

2021-07-14 01:31:55 UTC

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

2021-07-14 01:31:57 UTC

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

2021-07-14 01:34:47 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\mongo.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.';

2021-07-14 01:34:49 UTC

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

2021-07-14 01:34:52 UTC

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

2021-07-14 01:34:55 UTC

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

Details
Created

2021-07-13 23:34:46 UTC

Size

159 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.7~rc1

PATH

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


Layers

[#000] sha256:99006dae3b24cf096633c9f0234ddeefee9042d4bede6ebc607d63a52bb79fb0 - 16.33% (25.9 MB)

[#001] sha256:0566436151d6a7bfcb49cbc366b5ba571653a68dae1979813510507f0b568665 - 0.0% (1.71 KB)

[#002] sha256:f3e35ecfc23ef3b8965133b69f802364d5921cd8275578e99ebc64e709465495 - 1.75% (2.78 MB)

[#003] sha256:a03a1be757b04fe0321c6b2dc153d150f21357471d616a43fd71b7fdd3012a2e - 3.85% (6.11 MB)

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

[#005] sha256:5e0c9c538064b29e108b85567013ffe5d710c593e1c1f70c9c11aa60619a2bbc - 0.0% (3.49 KB)

[#006] sha256:ffb5ab960a64f6da723a4e3f9290aff3e77f59750f6d7c62d9310bea9047b869 - 0.0% (238 Bytes)

[#007] sha256:41f2ec1def250a174126bbdc0dd986565a97a15fea7425a36606f424efe34710 - 78.06% (124 MB)

[#008] sha256:1d07f4a9de04a9aed5c01274d75dc3678875c16c407d3c8b89c3e850969874d2 - 0.0% (171 Bytes)

[#009] sha256:24ee5d64cd19fe7d9b4dacbbb922a36ebe7c25f3ff76ecea04e13518f718cc89 - 0.0% (4.37 KB)


History
2021-07-13 23:01:23 UTC

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

2021-07-13 23:01:23 UTC

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

2021-07-13 23:33:22 UTC

/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb

2021-07-13 23:33:30 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/*

2021-07-13 23:33:30 UTC

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

2021-07-13 23:33:30 UTC

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

2021-07-13 23:33:44 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

2021-07-13 23:33:45 UTC

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

2021-07-13 23:34:25 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '20691EEC35216C63CAF66CE1656408E390CFB1F5' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B'; for key; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; gpg --batch --export "$@" > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list

2021-07-13 23:34:25 UTC

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

2021-07-13 23:34:26 UTC

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

2021-07-13 23:34:26 UTC

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

2021-07-13 23:34:26 UTC

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

2021-07-13 23:34:27 UTC

/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu focal/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2021-07-13 23:34:27 UTC

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

2021-07-13 23:34:43 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && ln -s /bin/true /usr/local/bin/systemctl && 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 -f /usr/local/bin/systemctl && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2021-07-13 23:34:44 UTC

/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb

2021-07-13 23:34:45 UTC

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

2021-07-13 23:34:45 UTC

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

2021-07-13 23:34:45 UTC

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

2021-07-13 23:34:45 UTC

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

2021-07-13 23:34:46 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