Namespace
library
Image / Tag
mongo:4.4.7
Content Digest
sha256:31b1e33e8a4a014625b47696dc09169d025ddfe881390db0fe29820df1d7acb3
Details
Created

2021-08-04 21:29:28 UTC

Size

163 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.7

PATH

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


Layers

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

[#001] sha256:6335cf672677ce540e0f02f99098fdbb5fe6c11e4322a415119dd06f3be5c0a0 - 0.0% (1.71 KB)

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

[#003] sha256:0d1a3c6bd4175a271cffe4b4ea115ba6b94fa4fff3080aea88bf69c8fd3f281c - 3.8% (6.2 MB)

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

[#005] sha256:0f84a5111fd42c20bba4c0178b859910f43192640ced63de2d296936bc39c233 - 0.0% (1.4 KB)

[#006] sha256:d124bca258f0a64720d24ec360945a79ae47a5791952e26610af528e06ae1b98 - 0.0% (237 Bytes)

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

[#008] sha256:3b72a108f7a87ae33df411c5b67c2abc6bfccadc3fadef2ae0e80a1072e88282 - 0.0% (168 Bytes)

[#009] sha256:a4772e9e25705d11971b4469d5b0ad659a75e2bf7f3596e1357b7499632cd93a - 0.0% (4.59 KB)


History
2021-07-26 21:21:39 UTC

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

2021-07-26 21:21:40 UTC

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

2021-07-27 00:19:01 UTC

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

2021-07-27 00:19:09 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-27 00:19:09 UTC

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

2021-07-27 00:19:09 UTC

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

2021-07-27 00:19:20 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-27 00:19:20 UTC

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

2021-07-27 00:20:01 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5'; 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-27 00:20:01 UTC

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

2021-07-27 00:20:02 UTC

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

2021-07-27 00:20:02 UTC

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

2021-07-27 00:20:02 UTC

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

2021-07-27 00:20:03 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-27 00:20:03 UTC

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

2021-07-27 00:20:20 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-27 00:20:21 UTC

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

2021-07-27 00:20:21 UTC

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

2021-08-04 21:29:27 UTC

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

2021-08-04 21:29:27 UTC

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

2021-08-04 21:29:27 UTC

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

2021-08-04 21:29:28 UTC

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

Details
Created

2021-07-19 17:47:40 UTC

Size

2.72 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

262b28c79ea8305b28be3257e3f548344998bf18891a79d8780ef2e94d70ed86

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.7


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:91850929c78b0f578c0d6c03055dcd053dbdac894c9352bb24237c3bc806b99f - 0.0% (1.4 KB)

[#004] sha256:14086839fe18f943601d33b6bc77b9a91e8a9ce99d362e42b500fa3b6abd7473 - 0.0% (1.4 KB)

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

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

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

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

[#009] sha256:bb721b6ca7aaf71bf55d365d188932fdf9ae523defb3d7d551741bdc2fa2fa15 - 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-19 17:45:01 UTC

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

2021-07-19 17:45:03 UTC

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

2021-07-19 17:45:06 UTC

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

2021-07-19 17:47: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,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-19 17:47:34 UTC

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

2021-07-19 17:47:37 UTC

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

2021-07-19 17:47:40 UTC

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

Details
Created

2021-07-19 17:51:09 UTC

Size

6.06 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

262b28c79ea8305b28be3257e3f548344998bf18891a79d8780ef2e94d70ed86

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.7


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:3120d909334509a18785b9a1f7abebe68511ea5306b1a3df16223b5ae80a5a9b - 0.0% (1.39 KB)

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

[#005] sha256:16a77ec0351892f4b24d6ee0b5ccf7c19f99eb8f13d9021cb9fc13b6282e3d46 - 0.0% (1.4 KB)

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

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

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

[#009] sha256:a39ceb10c618f6e040bb9857521166831179cb815599104e9e72834aa1ed3208 - 0.0% (1.39 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-19 17:47:57 UTC

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

2021-07-19 17:47:59 UTC

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

2021-07-19 17:48:01 UTC

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

2021-07-19 17:51:02 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-19 17:51:04 UTC

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

2021-07-19 17:51:07 UTC

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

2021-07-19 17:51:09 UTC

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

Details
Created

2021-08-04 20:40:20 UTC

Size

159 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.7

PATH

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


Layers

[#000] sha256:be0de17fe24f767ec21bec97d0e8ea8f0d907fe05238a0bf9cce0995f529f7ea - 16.34% (25.9 MB)

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

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

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

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

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

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

[#007] sha256:6c125536cfdde299a614743a0ee3fda01b05b9fd7a2c9374c06ba4e0b788f0a3 - 78.06% (124 MB)

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

[#009] sha256:7ec6e500090079ae78c126981431b7bcc1850285c25ebd2b4ea0fa4766e85232 - 0.0% (4.59 KB)


History
2021-07-26 21:48:57 UTC

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

2021-07-26 21:48:57 UTC

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

2021-07-26 23:28:49 UTC

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

2021-07-26 23:28:57 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-26 23:28:57 UTC

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

2021-07-26 23:28:57 UTC

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

2021-07-26 23:29:11 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-26 23:29:12 UTC

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

2021-07-26 23:29:51 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5'; 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-26 23:29:51 UTC

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

2021-07-26 23:29:51 UTC

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

2021-07-26 23:29:51 UTC

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

2021-07-26 23:29:51 UTC

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

2021-07-26 23:29:52 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-26 23:29:52 UTC

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

2021-07-26 23:30:07 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-26 23:30:08 UTC

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

2021-07-26 23:30:09 UTC

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

2021-08-04 20:40:19 UTC

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

2021-08-04 20:40:19 UTC

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

2021-08-04 20:40:20 UTC

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

2021-08-04 20:40:20 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