Namespace
library
Image / Tag
mongo:4.4.10-rc0
Content Digest
sha256:155d5c9a7464e9716aec0a9da3cd62b715571681e542ac0cef4cd1d429593fa4
Details
Created

2021-10-09 00:48:43 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.10~rc0

PATH

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


Layers

[#000] sha256:f3ef4ff62e0da0ef761ec1c8a578f3035bef51043e53ae1b13a20b3e03726d17 - 16.68% (27.2 MB)

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

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

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

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

[#005] sha256:ce0626b8e8281945b4043c1280439ca4eabafcbc4c878dff0b7e05894d0439e9 - 0.0% (4.53 KB)

[#006] sha256:0e24ffb9dd7ef1898cdcec67f0e591383119aa75747b4f74ac0faf8d85ba1ed4 - 0.0% (239 Bytes)

[#007] sha256:297722a2b0a67af04d0f19d4d5c60ffbd77bb7f8faf27e67bd4b39ef9da5dd50 - 77.73% (127 MB)

[#008] sha256:8adbbf9c7b0aa77f8f374bc81327023356cfdfd244bd476c9a7f2eb54faa8b88 - 0.0% (169 Bytes)

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


History
2021-10-01 02:23:40 UTC

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

2021-10-01 02:23:40 UTC

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

2021-10-01 05:26:54 UTC

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

2021-10-01 05:27:02 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-10-01 05:27:03 UTC

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

2021-10-01 05:27:03 UTC

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

2021-10-01 05:27:14 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-10-01 05:27:15 UTC

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

2021-10-09 00:48:00 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; 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-10-09 00:48:00 UTC

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

2021-10-09 00:48:01 UTC

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

2021-10-09 00:48:01 UTC

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

2021-10-09 00:48:01 UTC

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

2021-10-09 00:48:02 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-10-09 00:48:02 UTC

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

2021-10-09 00:48:39 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-10-09 00:48:41 UTC

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

2021-10-09 00:48:42 UTC

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

2021-10-09 00:48:42 UTC

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

2021-10-09 00:48:42 UTC

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

2021-10-09 00:48:43 UTC

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

2021-10-09 00:48:43 UTC

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

Details
Created

2021-10-14 01:43:55 UTC

Size

2.72 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1274344129ecd5259312143c58ebfcbc56e78b2bfc17c2e3225f1ec0a358a139

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.10-rc0


Layers

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

[#001] sha256:c0698cf91ebd6bcfb319be6a50421b356d6a3dbbd213d9b2b9dca0f837d7a999 - 33.15% (923 MB)

[#002] sha256:55c74bf8af074a49872e1e0411ac5572625083d17cb1100c5cade611deeb92ff - 0.0% (1.26 KB)

[#003] sha256:f95634b4cb78c3023b78bf6cec849c3ac628f2c8e78fcc32136327b6b3824f1c - 0.0% (1.3 KB)

[#004] sha256:59b3ae6a26756a74ba9a375a55e8fc7e521d7ff05ca4deea8636ac2c0880f2ad - 0.0% (1.26 KB)

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

[#006] sha256:d673b39a68c5ab82fdc7f4f9d5abbbc954470fb6bf16e7c7e6e27456a825a21e - 8.0% (223 MB)

[#007] sha256:2e6c4f495be2045e865b27ad7105f13397d8b372805134e5521329eef7246fc8 - 0.0% (1.31 KB)

[#008] sha256:cb74d91045a84fe40f0b39191013c7b811d98ee4adbc0fd3937c6ccfc048623c - 0.0% (1.29 KB)

[#009] sha256:576a19f7cdf82b834d1a5fe049704e9bcd4a3b67af6f8dfe8e48ea084590f50b - 0.0% (1.26 KB)


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

Apply image 1809-RTM-amd64

2021-10-07 08:25:51 UTC

Install update 1809-amd64

2021-10-13 00:34:10 UTC

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

2021-10-14 01:41:33 UTC

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

2021-10-14 01:41:34 UTC

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

2021-10-14 01:41:35 UTC

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

2021-10-14 01:43:50 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-10-14 01:43:53 UTC

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

2021-10-14 01:43:54 UTC

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

2021-10-14 01:43:55 UTC

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

Details
Created

2021-10-14 01:46:40 UTC

Size

6.06 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1274344129ecd5259312143c58ebfcbc56e78b2bfc17c2e3225f1ec0a358a139

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.10-rc0


Layers

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

[#001] sha256:0c776a8e8e3c02d360995b7fa26a3fd7c0928965795fac57b69ff07418ab07bf - 33.83% (2.05 GB)

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

[#003] sha256:d3f37fef8940747c564f5799cb8e1dfdaaf1db7b83eae257e74d9a12da22a224 - 0.0% (1.3 KB)

[#004] sha256:468082c2bff5005c71a7a9b88176f2a693bb4d1d027cf8f5c025187ef3f632f7 - 0.0% (1.26 KB)

[#005] sha256:f08ee25daf31f28b17ae30b6812e19ff2998ce5b3ffe7041b5beaeeafbd31997 - 0.0% (1.29 KB)

[#006] sha256:e3519bd9b582d1e10a351cd0837486581bfbfe2d34fe4970e2a40c444b5e5b8c - 3.66% (227 MB)

[#007] sha256:6e13278e0df67d851f62e298e0725ba811da8ecd81aa3a33e1a7fa13ab2107ee - 0.0% (1.37 KB)

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

[#009] sha256:682f86152b607ccd7eefd1c232d7250372fada398c8f14539ce52079af405990 - 0.0% (1.38 KB)


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

Apply image 1607-RTM-amd64

2021-10-06 21:16:00 UTC

Install update ltsc2016-amd64

2021-10-13 00:39:24 UTC

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

2021-10-14 01:44:01 UTC

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

2021-10-14 01:44:02 UTC

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

2021-10-14 01:44:03 UTC

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

2021-10-14 01:46:36 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-10-14 01:46:38 UTC

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

2021-10-14 01:46:39 UTC

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

2021-10-14 01:46:40 UTC

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

Details
Created

2021-10-09 01:16:49 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.10~rc0

PATH

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


Layers

[#000] sha256:a2e448ef5a4dfc8e290db319d98910aa96a3abfcf38ae90bbac21672b8438d9e - 16.31% (25.9 MB)

[#001] sha256:0d2d7ad0c540d3d6a3e1c2a1b6c954e66d6e6b6c75bf59c2104a92df0740cb53 - 0.0% (1.72 KB)

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

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

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

[#005] sha256:131e9df30bd017672fe5022f55136c457eae0caed20edbb12eb0019d46c9a0ab - 0.0% (4.53 KB)

[#006] sha256:9da22518bc4361b8bd0cbe83327a836dea9cd05e2b91327860056ec73df9b30a - 0.0% (239 Bytes)

[#007] sha256:999e2fdc5c484bb23c9eca76d394d5065f7b6bab3507316da59cc9b3e338b25e - 78.08% (124 MB)

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

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


History
2021-10-01 02:43:52 UTC

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

2021-10-01 02:43:52 UTC

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

2021-10-01 03:47:06 UTC

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

2021-10-01 03:47:14 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-10-01 03:47:14 UTC

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

2021-10-01 03:47:14 UTC

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

2021-10-01 03:47:27 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-10-01 03:47:28 UTC

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

2021-10-09 01:16:27 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; 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-10-09 01:16:27 UTC

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

2021-10-09 01:16:27 UTC

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

2021-10-09 01:16:27 UTC

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

2021-10-09 01:16:27 UTC

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

2021-10-09 01:16:28 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-10-09 01:16:28 UTC

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

2021-10-09 01:16:46 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-10-09 01:16:48 UTC

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

2021-10-09 01:16:48 UTC

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

2021-10-09 01:16:48 UTC

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

2021-10-09 01:16:48 UTC

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

2021-10-09 01:16:48 UTC

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

2021-10-09 01:16:49 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