Namespace
library
Image / Tag
mongo:4.2.16-rc0
Content Digest
sha256:170dbf10890798c5ff3566e0928aefdf36b2cbed41ba6255475c394d75357e51
Details
Created

2021-09-02 00:31:19 UTC

Size

158 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.2.16~rc0

PATH

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


Layers

[#000] sha256:e4ca327ec0e73c737201b7a6d7b2df779a3ccf34fe9cf1b0c031e767f6464240 - 16.17% (25.5 MB)

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

[#002] sha256:90429bad72b2afdc5387f488ff5b24e3fe5ff4f708fed65f0b5d0de32cf2d79e - 1.8% (2.84 MB)

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

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

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

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

[#007] sha256:275e153a4427829702f1ad078010a1c7363e0d82185ff63229f632a758d78416 - 78.5% (124 MB)

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

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


History
2021-08-31 01:20:48 UTC

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

2021-08-31 01:20:48 UTC

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

2021-08-31 03:52:49 UTC

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

2021-08-31 03:52:58 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-08-31 03:52:58 UTC

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

2021-08-31 03:52:58 UTC

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

2021-08-31 03:53: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

2021-08-31 03:53:10 UTC

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

2021-09-02 00:30:45 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-09-02 00:30:45 UTC

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

2021-09-02 00:30:45 UTC

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

2021-09-02 00:30:45 UTC

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

2021-09-02 00:30:45 UTC

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

2021-09-02 00:30:46 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-09-02 00:30:46 UTC

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

2021-09-02 00:31:17 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-09-02 00:31:18 UTC

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

2021-09-02 00:31:19 UTC

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

2021-09-02 00:31:19 UTC

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

2021-09-02 00:31:19 UTC

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

2021-09-02 00:31:19 UTC

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

2021-09-02 00:31:19 UTC

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

Details
Created

2021-09-02 00:17:03 UTC

Size

2.73 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

64f3a496487d964d95702188a54d5a92b44009a246711bcaf0dcde5b6229306b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.16-rc0


Layers

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

[#001] sha256:c67ded6868b61d392a0c096f911563fd6bc0bc3ed4fe401d077b3718a1b0cdaf - 33.03% (923 MB)

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

[#003] sha256:0b72609f571de12f08fc53b8c7cd924463a03f4e2e75c6d652db83b4c69e91fa - 0.0% (1.41 KB)

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

[#005] sha256:9fc5e0f957d7ad49783d1f4fedbd35e57e5b3c7c3db771365c88fde731d54683 - 0.0% (1.37 KB)

[#006] sha256:da5e2179d9f6de83bc68bc75f3c2f9f05d08d62f52caba2ded2bf9df0f012c6a - 8.31% (232 MB)

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

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

[#009] sha256:9dbdc8f2e75d2e2c92d2a942bc99682339f8d83173b3c5996b8610228b108e70 - 0.0% (1.4 KB)


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

Apply image 1809-RTM-amd64

2021-08-05 19:44:34 UTC

Install update 1809-amd64

2021-08-25 13:46:35 UTC

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

2021-09-02 00:14:49 UTC

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

2021-09-02 00:14:50 UTC

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

2021-09-02 00:14:51 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=64f3a496487d964d95702188a54d5a92b44009a246711bcaf0dcde5b6229306b

2021-09-02 00:16:59 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-09-02 00:17:01 UTC

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

2021-09-02 00:17:02 UTC

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

2021-09-02 00:17:03 UTC

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

Details
Created

2021-09-02 00:19:32 UTC

Size

6.07 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

64f3a496487d964d95702188a54d5a92b44009a246711bcaf0dcde5b6229306b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.16-rc0


Layers

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

[#001] sha256:c427f892fe74603ae09d4e49b25f8f7046f957054034dc9f462e0e88d7bffaa5 - 33.76% (2.05 GB)

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

[#003] sha256:67b2e38909b81518335bb0faf64838932b807cdfaa9a5fcbada822b02b79e675 - 0.0% (1.38 KB)

[#004] sha256:73418c388f6b71745b9ac9ca1431804184807a718fcfd32049d8e8bda0903993 - 0.0% (1.32 KB)

[#005] sha256:274a1d5ec823a980b7b651033b8b52931f31736388aa69cf621a7da0872b471d - 0.0% (1.35 KB)

[#006] sha256:6c4ea74cdb203f868042a4b4c90fc3403f1f9d8ed330c876aeda256d720eff33 - 3.8% (236 MB)

[#007] sha256:9d108174378f8d4d22af90ba77c7836d89fbebbd6523d06e076b778a64bb9f95 - 0.0% (1.38 KB)

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

[#009] sha256:50e976026932ba64bfd27806acd50e9c57414e07e3e245d32d223540bf9d8548 - 0.0% (1.39 KB)


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

Apply image 1607-RTM-amd64

2021-08-01 08:52:00 UTC

Install update ltsc2016-amd64

2021-08-25 13:59:32 UTC

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

2021-09-02 00:17:15 UTC

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

2021-09-02 00:17:16 UTC

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

2021-09-02 00:17:17 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=64f3a496487d964d95702188a54d5a92b44009a246711bcaf0dcde5b6229306b

2021-09-02 00:19: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,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-09-02 00:19:30 UTC

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

2021-09-02 00:19:31 UTC

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

2021-09-02 00:19:32 UTC

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

Details
Created

2021-09-01 23:47:00 UTC

Size

148 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.2.16~rc0

PATH

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


Layers

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

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

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

[#003] sha256:325293ecfd3d62c4787b9211cb673edddaefa37d26dc6933ae52fe0932bc421c - 3.44% (5.1 MB)

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

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

[#006] sha256:253db2adb08658983465579b41bc1fc08d9f15a514f8c21e6edf4c2b6a1a9603 - 0.0% (240 Bytes)

[#007] sha256:7ce50b96ff6894146caf1890ef6d749fdfaf9f78bb0c4489e3ce42d57a80a9b5 - 79.58% (118 MB)

[#008] sha256:2fb606167d3c5e9376e559f7cd313019c83f0669f40a859c87aa34a8c7375dac - 0.0% (169 Bytes)

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


History
2021-08-31 01:40:36 UTC

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

2021-08-31 01:40:36 UTC

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

2021-08-31 03:17:35 UTC

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

2021-08-31 03:17:43 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-08-31 03:17:43 UTC

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

2021-08-31 03:17:44 UTC

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

2021-08-31 03:17:57 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-08-31 03:17:57 UTC

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

2021-09-01 23:46:38 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-09-01 23:46:38 UTC

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

2021-09-01 23:46:38 UTC

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

2021-09-01 23:46:38 UTC

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

2021-09-01 23:46:38 UTC

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

2021-09-01 23:46:39 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-09-01 23:46:39 UTC

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

2021-09-01 23:46:58 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-09-01 23:46:59 UTC

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

2021-09-01 23:46:59 UTC

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

2021-09-01 23:46:59 UTC

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

2021-09-01 23:46:59 UTC

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

2021-09-01 23:46:59 UTC

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

2021-09-01 23:47:00 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