Namespace
library
Image / Tag
mongo:4.2.14
Content Digest
sha256:e2edead3bd49a2cb1b47e487378912f8bbe7ce2d708a5d2aec83d0ded526ae5d
Details
Created

2021-06-24 08:52:48 UTC

Size

157 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.2

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.2.14

PATH

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


Layers

[#000] sha256:25fa05cd42bd8fabb25d2a6f3f8c9f7ab34637903d00fd2ed1c1d0fa980427dd - 16.18% (25.5 MB)

[#001] sha256:3380d70bde1cab6b4455704dcce83e027172549216daea62c6190b09bc05c4be - 0.0% (1.83 KB)

[#002] sha256:9c5e30e9886d48467be1dfb167593ca15886072e71381d7325c81cc55b028cc2 - 1.8% (2.84 MB)

[#003] sha256:c6583381983d84a9b981816a22a57d822fe9a7a1dddfd41349d0adbba81437e6 - 3.53% (5.56 MB)

[#004] sha256:7873a283454075db613d13bef6cfbccba2b35e199aac1f0e31675f0c0acf4ace - 0.0% (148 Bytes)

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

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

[#007] sha256:8a9181e338f8ffd5f3671d8b3aa8f7218437225cb01b017a7040763c29f710cc - 78.48% (124 MB)

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

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


History
2021-06-17 23:31:22 UTC

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

2021-06-17 23:31:22 UTC

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

2021-06-18 01:12:02 UTC

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

2021-06-18 01:12:16 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-06-18 01:12:16 UTC

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

2021-06-18 01:12:16 UTC

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

2021-06-18 01:12:28 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-06-18 01:12:29 UTC

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

2021-06-24 08:52:27 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '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-06-24 08:52:28 UTC

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

2021-06-24 08:52:28 UTC

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

2021-06-24 08:52:28 UTC

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

2021-06-24 08:52:28 UTC

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

2021-06-24 08:52:29 UTC

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

2021-06-24 08:52:29 UTC

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

2021-06-24 08:52: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-06-24 08:52:47 UTC

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

2021-06-24 08:52:48 UTC

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

2021-06-24 08:52:48 UTC

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

2021-06-24 08:52:48 UTC

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

2021-06-24 08:52:48 UTC

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

2021-06-24 08:52:48 UTC

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

Details
Created

2021-06-09 20:47:50 UTC

Size

2.72 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

706610f96ae74963d5348aafe34f976e7b1c02ef1a9f3596862e1e5ba3437e76

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.14


Layers

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

[#001] sha256:639bb6bb2beb4cfdcacb9f0844344448fe26494665d5fe78a494419f86fbb18f - 31.57% (880 MB)

[#002] sha256:ae7d2dc4b590128efeafd375d02122e65a2525623ac2be100c1a390caf8a4b49 - 0.0% (1.37 KB)

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

[#004] sha256:6ccafc420b3c440f30f1c7086c5b4e218d936d5ffb67f72e55c46f9e0fda8efd - 0.0% (1.36 KB)

[#005] sha256:633e9a3c741ea2ac12c1214bfdfa2d78742cb5e82a58b53e3d95aea348633c0d - 0.0% (1.37 KB)

[#006] sha256:cb5efbca1d8f423bb067c76dbbf0692c7202459f1dcaa54fa319aa8e65b187fd - 9.67% (270 MB)

[#007] sha256:4ebfcceffc7138e53de73ef87e78a1395c2beda6851b9c9e94e71ad70d4dc370 - 0.0% (1.38 KB)

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

[#009] sha256:65ce4601da03d628e8153d2173844a6bbf25cfc7fc9ce955eeafc4ae07ca63b4 - 0.0% (1.39 KB)


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

Apply image 1809-RTM-amd64

2021-06-06 04:28:43 UTC

Install update 1809-amd64

2021-06-09 13:15:43 UTC

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

2021-06-09 20:45:17 UTC

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

2021-06-09 20:45:19 UTC

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

2021-06-09 20:45:21 UTC

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

2021-06-09 20:47:42 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\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-06-09 20:47:45 UTC

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

2021-06-09 20:47:47 UTC

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

2021-06-09 20:47:50 UTC

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

Details
Created

2021-06-09 20:51:36 UTC

Size

6.1 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

706610f96ae74963d5348aafe34f976e7b1c02ef1a9f3596862e1e5ba3437e76

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.14


Layers

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

[#001] sha256:2f52abeee6d6f4a925ad418b5e6200d4fca9bf92834ffc918b8bbaccd34251db - 33.51% (2.04 GB)

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

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

[#004] sha256:e30211be5d6c7cf087a65f87759f93c23101323d1e1e6a0841215861cfcac3f0 - 0.0% (1.33 KB)

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

[#006] sha256:7032c593fae6d0b90246c53c9544d6f04a1d2cd1e4bbbc1822981cc9c73e918a - 4.38% (274 MB)

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

[#008] sha256:c688a83bf17cd5fbf659f84ab468d1a4cc0e64a6e8660529509d693c1f51408a - 0.0% (1.34 KB)

[#009] sha256:8bf7f341e272a207eb22c0f878ed58069560b9dc47b05b639b12fdfa5ba2104f - 0.0% (1.39 KB)


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

Apply image 1607-RTM-amd64

2021-06-06 15:37:00 UTC

Install update ltsc2016-amd64

2021-06-09 13:26:15 UTC

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

2021-06-09 20:48:02 UTC

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

2021-06-09 20:48:04 UTC

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

2021-06-09 20:48:06 UTC

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

2021-06-09 20:51:28 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\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-06-09 20:51:31 UTC

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

2021-06-09 20:51:34 UTC

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

2021-06-09 20:51:36 UTC

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

Details
Created

2021-06-24 01:43:09 UTC

Size

148 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.2

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.2.14

PATH

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


Layers

[#000] sha256:55c604a74c4b0b41ef666f811f5e160693236be8ea130c6df723480f59cbb9b8 - 15.3% (22.6 MB)

[#001] sha256:d9ae63d6c1546e327e93b9a70308b895e4f8c0c488d4132554aa456011c2891b - 0.0% (1.84 KB)

[#002] sha256:42ff824326e40aca12c8e9780428861a9675b5b55366f354c853a4145d2a9006 - 1.72% (2.55 MB)

[#003] sha256:56b6fdecd48a8062f5b47dded0087a71f8e3536e6b22f47e96365fb91285431a - 3.45% (5.1 MB)

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

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

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

[#007] sha256:8efbe030e4c3a715e596b1eb98dc0b9da45c57043e908c3b2ba99af1415a3795 - 79.53% (118 MB)

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

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


History
2021-06-17 23:53:50 UTC

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

2021-06-17 23:53:51 UTC

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

2021-06-18 00:40:26 UTC

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

2021-06-18 00:40:35 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-06-18 00:40:35 UTC

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

2021-06-18 00:40:35 UTC

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

2021-06-18 00:40:50 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-06-18 00:40:51 UTC

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

2021-06-24 01:42:46 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '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-06-24 01:42:47 UTC

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

2021-06-24 01:42:47 UTC

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

2021-06-24 01:42:47 UTC

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

2021-06-24 01:42:47 UTC

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

2021-06-24 01:42:48 UTC

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

2021-06-24 01:42:48 UTC

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

2021-06-24 01:43: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-06-24 01:43:08 UTC

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

2021-06-24 01:43:08 UTC

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

2021-06-24 01:43:08 UTC

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

2021-06-24 01:43:08 UTC

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

2021-06-24 01:43:09 UTC

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

2021-06-24 01:43:09 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