Namespace
library
Image / Tag
mongo:4.2.18-rc0
Content Digest
sha256:3a3cbda660a35f73166b6e74beeea04bb0768c5fb46150de18de747846583d98
Details
Created

2021-12-15 22:24:52 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.18~rc0

PATH

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


Layers

[#000] sha256:284055322776031bac33723839acb0db2d063a525ba4fa1fd268a831c7553b26 - 16.15% (25.5 MB)

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

[#002] sha256:332385499d8ba1f43c5c31d3c7ecf4c442a5af43c7ec8fda08fc6d801b1cd879 - 1.8% (2.84 MB)

[#003] sha256:efb4c37d09b9687b0c7dd4e7684cb57b32825499e1da84d301c84ccc3882a755 - 3.52% (5.56 MB)

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

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

[#006] sha256:9b1a30d5febf80bd7190ea93448ae8502182865e972f542a55bcbb5f37d2fbbd - 0.0% (241 Bytes)

[#007] sha256:7123c54d039356a1a7de8d5a2a3273d70b62d92d77632613547ee419d9093cbc - 78.52% (124 MB)

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

[#009] sha256:a064774ce68917a5844af6cbfd2e6e06835088189ffa836d59def49590d2fcb6 - 0.0% (4.83 KB)


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

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

2021-10-01 02:23:24 UTC

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

2021-10-01 05:28:36 UTC

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

2021-10-01 05:28:45 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:28:45 UTC

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

2021-10-01 05:28:46 UTC

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

2021-10-01 05:28: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-10-01 05:28:58 UTC

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

2021-12-15 22:24:28 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-12-15 22:24:28 UTC

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

2021-12-15 22:24:28 UTC

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

2021-12-15 22:24:28 UTC

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

2021-12-15 22:24:28 UTC

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

2021-12-15 22:24: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-12-15 22:24:30 UTC

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

2021-12-15 22:24:50 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-12-15 22:24:51 UTC

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

2021-12-15 22:24:52 UTC

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

2021-12-15 22:24:52 UTC

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

2021-12-15 22:24:52 UTC

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

2021-12-15 22:24:52 UTC

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

2021-12-15 22:24:52 UTC

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

Details
Created

2021-12-18 08:37:55 UTC

Size

2.31 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

52d2c3c59b2d3b508441538956f6604a066ae959912299b7dd9cc8a33f65696f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.18-rc0


Layers

[#000] sha256:8f616e6e9eec767c425fd9346648807d1b658d20ff6097be1d955aac69c26642 - 50.56% (1.17 GB)

[#001] sha256:4d1d74adc6a92e44b3cd592ec9459f1fff926eaf6fc20bb7526360bec71aefc0 - 37.93% (896 MB)

[#002] sha256:3c1de582c6c9c68cde1be202b853d6f5b2dae10020d41c1402bdaede850c77e8 - 0.0% (1.29 KB)

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

[#004] sha256:de575b808a3475e3a28e37e72ab546c0307e46d0ff1708a966e4f0e135658c7d - 0.0% (1.41 KB)

[#005] sha256:6a8f0360e7f9bccb061a068740ca03fcca59303d00b5324f394acc8adcc19fd4 - 0.0% (1.37 KB)

[#006] sha256:aad5807ddc87937f5d29e0ac6b41d2da30d16ba4efc080ee65ec4df29c01e91d - 11.51% (272 MB)

[#007] sha256:881f10521087e5662117878a68c0bff4111907991e996ae9337aefbf34b62120 - 0.0% (1.42 KB)

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

[#009] sha256:f890af86b7af455256d459960a084365d5de677f234f03bc594db0c153268b97 - 0.0% (1.41 KB)


History
2021-05-08 09:40:24 UTC

Apply image 2022-RTM-amd64

2021-12-08 01:54:07 UTC

Install update ltsc2022-amd64

2021-12-18 08:07:56 UTC

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

2021-12-18 08:36:08 UTC

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

2021-12-18 08:36:09 UTC

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

2021-12-18 08:36:10 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=52d2c3c59b2d3b508441538956f6604a066ae959912299b7dd9cc8a33f65696f

2021-12-18 08:37:52 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-12-18 08:37:53 UTC

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

2021-12-18 08:37:54 UTC

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

2021-12-18 08:37:55 UTC

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

Details
Created

2021-12-18 08:43:21 UTC

Size

6.11 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

52d2c3c59b2d3b508441538956f6604a066ae959912299b7dd9cc8a33f65696f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.18-rc0


Layers

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

[#001] sha256:2d026d646213ccf73d9f0584941d108253d62e73df2a74e070776884b7b0242b - 33.59% (2.05 GB)

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

[#003] sha256:5bc56060c82c0d7c097fc7bcb16597e36ed4c7c43723ed504754beb9740b4590 - 0.0% (1.41 KB)

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

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

[#006] sha256:e59c8419984ba6b4ec453a55b9c590fe9930e7a54a052f48745a4eb8d19414b1 - 4.4% (276 MB)

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

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

[#009] sha256:3fddf67426db49f5478b77890130a84b2ace4a0adf3e765be0be3b0871069aed - 0.0% (1.33 KB)


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

Apply image 1607-RTM-amd64

2021-12-08 08:38:00 UTC

Install update ltsc2016-amd64

2021-12-18 01:55:44 UTC

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

2021-12-18 08:40:49 UTC

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

2021-12-18 08:40:50 UTC

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

2021-12-18 08:40:51 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=52d2c3c59b2d3b508441538956f6604a066ae959912299b7dd9cc8a33f65696f

2021-12-18 08:43:18 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-12-18 08:43:19 UTC

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

2021-12-18 08:43:20 UTC

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

2021-12-18 08:43:21 UTC

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

Details
Created

2021-12-18 08:40:38 UTC

Size

2.79 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

52d2c3c59b2d3b508441538956f6604a066ae959912299b7dd9cc8a33f65696f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.18-rc0


Layers

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

[#001] sha256:5ee7a7ea9cf22f75886179907a41810a992e21f3d0c57cc10d2147ce9237701c - 33.08% (944 MB)

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

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

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

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

[#006] sha256:fab138de402950e4ebb8a3131f7b8133eae0ba3c5d6d06621ce1c356d9b2d26d - 9.51% (271 MB)

[#007] sha256:1ac9a282840185405f6f59aa35a22b8c10d7df3fab7b310013246614cc8bed8c - 0.0% (1.38 KB)

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

[#009] sha256:93650b843810d0aaf00661e3e8d032d016148d1ef1e3b1905d091c8b537dbaad - 0.0% (1.4 KB)


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

Apply image 1809-RTM-amd64

2021-12-07 04:56:01 UTC

Install update 1809-amd64

2021-12-18 01:40:43 UTC

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

2021-12-18 08:38:05 UTC

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

2021-12-18 08:38:06 UTC

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

2021-12-18 08:38:07 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=52d2c3c59b2d3b508441538956f6604a066ae959912299b7dd9cc8a33f65696f

2021-12-18 08:40:35 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-12-18 08:40:36 UTC

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

2021-12-18 08:40:37 UTC

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

2021-12-18 08:40:38 UTC

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

Details
Created

2021-12-15 22:52:30 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.18~rc0

PATH

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


Layers

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

[#001] sha256:dd5387006fd9f606083361496f04423b7c415afdac4630d9c246f21e633360ee - 0.0% (1.82 KB)

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

[#003] sha256:e57282c689179d80f099066998484b7d75b64d6c986a4ad3ee8ee3e60ef5941f - 3.34% (4.95 MB)

[#004] sha256:5200b2f51b191fb06eed3077965802ed2283f73d9d7413fee53f02de99b735d2 - 0.0% (115 Bytes)

[#005] sha256:6628ac8fc4e7616dd5ea88b44621a3af48cccf811aa822c0ef7e25a650fc4bf5 - 0.0% (4.51 KB)

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

[#007] sha256:e4f4165024978d7178155542c2f68bb122360b69d4e27ab592cf76258dbfb69a - 79.69% (118 MB)

[#008] sha256:d79ab5c2f249bd809ee43ddc9b1b2c5f677a90a48064cfa33bd551a90ef3be6e - 0.0% (139 Bytes)

[#009] sha256:c330d48d6e334e17eaf6064cb3954a7babbcd033650e7e813019a164438afe82 - 0.0% (4.83 KB)


History
2021-10-16 01:47:38 UTC

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

2021-10-16 01:47:38 UTC

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

2021-10-16 02:08:16 UTC

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

2021-10-16 02:08:25 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-16 02:08:26 UTC

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

2021-10-16 02:08:27 UTC

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

2021-10-16 02:08:41 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-16 02:08:42 UTC

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

2021-12-15 22:51:58 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-12-15 22:51:59 UTC

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

2021-12-15 22:52:00 UTC

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

2021-12-15 22:52:01 UTC

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

2021-12-15 22:52:02 UTC

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

2021-12-15 22:52:03 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-12-15 22:52:04 UTC

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

2021-12-15 22:52: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-12-15 22:52:26 UTC

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

2021-12-15 22:52:26 UTC

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

2021-12-15 22:52:28 UTC

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

2021-12-15 22:52:28 UTC

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

2021-12-15 22:52:29 UTC

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

2021-12-15 22:52:30 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