Namespace
library
Image / Tag
mongo:4.4.12-rc0
Content Digest
sha256:28ea83083e57cf253f5bbaddcc21734e3e6f6593b253e767b5dc83d6d713379f
Details
Created

2022-01-07 03:40:29 UTC

Size

164 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.12~rc0

PATH

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


Layers

[#000] sha256:ea362f368469f909a95f9a6e54ebe0121ce0a8e3c30583dd9c5fb35b14544dec - 16.65% (27.2 MB)

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

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

[#003] sha256:a7de23811c0dc3af5c7a2fef91300b3ef7d56335b5b5300498f40edb2e51dbab - 3.79% (6.2 MB)

[#004] sha256:29dd51833fb97f2e1d80ffb59154f237b2f37bf64ee02de32618dde36be05019 - 0.0% (148 Bytes)

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

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

[#007] sha256:8fd16af415ccd26f684db2e34e0b343c6ad5f093de3197707d5cb41af6f209b5 - 77.77% (127 MB)

[#008] sha256:4f7446138f0de764570c64da755cfd956df1e8aca7e7e5d0715eeb3b1b0e2ba1 - 0.0% (171 Bytes)

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


History
2022-01-07 02:25:29 UTC

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

2022-01-07 02:25:30 UTC

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

2022-01-07 03:38:41 UTC

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

2022-01-07 03:38:49 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/*

2022-01-07 03:38:49 UTC

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

2022-01-07 03:38:49 UTC

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

2022-01-07 03:39:01 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

2022-01-07 03:39:02 UTC

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

2022-01-07 03:40:05 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

2022-01-07 03:40:06 UTC

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

2022-01-07 03:40:06 UTC

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

2022-01-07 03:40:06 UTC

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

2022-01-07 03:40:06 UTC

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

2022-01-07 03:40:07 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"

2022-01-07 03:40:07 UTC

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

2022-01-07 03:40:27 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

2022-01-07 03:40:28 UTC

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

2022-01-07 03:40:29 UTC

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

2022-01-07 03:40:29 UTC

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

2022-01-07 03:40:29 UTC

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

2022-01-07 03:40:29 UTC

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

2022-01-07 03:40:29 UTC

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

Details
Created

2022-01-03 19:18:48 UTC

Size

2.27 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b4017f5fc5f4efeb6ad2fd0c11d1d62c812c1bba1790a059f46621253704d759

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.12-rc0


Layers

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

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

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

[#003] sha256:477564508c053a48cb1105751a7061a4ea9135de89d7561e46b62db0666c9239 - 0.0% (1.38 KB)

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

[#005] sha256:6499ef706b10925c568d8addc9dcf9c3f46140114f41ed79f478a8a4ea2d332f - 0.0% (1.37 KB)

[#006] sha256:519d4120754ed29b7dcb76da20891f363542ba711448533bb5de81bb80454fab - 9.97% (231 MB)

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

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

[#009] sha256:57cb8a3aa386572d936a8b8e7828f2a8c1d29f6a5a94bfdd77c00025d659c53a - 0.0% (1.36 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';]

2022-01-03 19:16:38 UTC

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

2022-01-03 19:16:39 UTC

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

2022-01-03 19:16:40 UTC

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

2022-01-03 19:18:43 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.';

2022-01-03 19:18:45 UTC

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

2022-01-03 19:18:47 UTC

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

2022-01-03 19:18:48 UTC

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

Details
Created

2022-01-03 19:25:31 UTC

Size

6.07 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b4017f5fc5f4efeb6ad2fd0c11d1d62c812c1bba1790a059f46621253704d759

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.12-rc0


Layers

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

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

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

[#003] sha256:90c848359d91e06a0a34bc43c0469bdf18821612297d5550cb7a28f7ae47384b - 0.0% (1.37 KB)

[#004] sha256:f5dab3a3df9ad57d6d2d862c8f7ceca866512b3bf9b5752eb73c666045f54517 - 0.0% (1.37 KB)

[#005] sha256:1937224214c80335550c6c5188158995e8ee875a1f014f76ec5b15141e004c97 - 0.0% (1.41 KB)

[#006] sha256:fcaf901d19027de3944e71a163e4fdf183ae0c773fefc42d3124f432075d6db8 - 3.78% (235 MB)

[#007] sha256:96f5e4ce699ff53841ce6a4e3e8bc84ff92159f815c37a1d359f4a7d91295393 - 0.0% (1.37 KB)

[#008] sha256:9348f0fa3059fb74914052599965f883651bb43799be56dd82a0aac6988bc64d - 0.0% (1.36 KB)

[#009] sha256:09145c4bdede94f4172b688bd4d825c7555a3938bd518ba5b6e2b83250ecef7a - 0.0% (1.39 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';]

2022-01-03 19:22:18 UTC

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

2022-01-03 19:22:19 UTC

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

2022-01-03 19:22:20 UTC

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

2022-01-03 19:25:25 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.';

2022-01-03 19:25:28 UTC

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

2022-01-03 19:25:30 UTC

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

2022-01-03 19:25:31 UTC

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

Details
Created

2022-01-03 19:22:10 UTC

Size

2.75 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b4017f5fc5f4efeb6ad2fd0c11d1d62c812c1bba1790a059f46621253704d759

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.12-rc0


Layers

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

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

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

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

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

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

[#006] sha256:405511d3cefb8370ce462f009d0e983c0d3e3872c22787f85d486733f4d5a784 - 8.21% (231 MB)

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

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

[#009] sha256:7dbed2884e48dd11ee897b953baae791ed65da8435f85077ccf07e73fe1a22cf - 0.0% (1.39 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';]

2022-01-03 19:19:05 UTC

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

2022-01-03 19:19:06 UTC

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

2022-01-03 19:19:07 UTC

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

2022-01-03 19:22:04 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.';

2022-01-03 19:22:06 UTC

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

2022-01-03 19:22:08 UTC

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

2022-01-03 19:22:10 UTC

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

Details
Created

2022-01-07 02:56:43 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.12~rc0

PATH

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


Layers

[#000] sha256:5f3d23ccb99f6c9462a15efcf35aef0863858073a06d56df671d0e791b26222a - 16.3% (25.9 MB)

[#001] sha256:c85128fd0bdbd21eacb87b1a9d4b89432feab85c9332caa3b4d5372ea6aae020 - 0.0% (1.69 KB)

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

[#003] sha256:ca2fd1a09846b8f4ba763c5295f435ae4b8fb3fc2801fd9a7feb992bcfa1eb95 - 3.75% (5.96 MB)

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

[#005] sha256:24c4b06e33e7c57ab112bd5f05b08fe28429bdc0f956e9ff886146076a04e8ae - 0.0% (4.51 KB)

[#006] sha256:820f0d2af811abfe74adac91135708fd4d19490d0e5bbcd5d5e7dc08c733a9b9 - 0.0% (236 Bytes)

[#007] sha256:40aeca31542e95c6efe304672ba946d6acc7fd2021768ea261640646f1ebc4ae - 78.2% (124 MB)

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

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


History
2022-01-07 01:53:45 UTC

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

2022-01-07 01:53:45 UTC

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

2022-01-07 02:54:22 UTC

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

2022-01-07 02:54:32 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/*

2022-01-07 02:54:33 UTC

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

2022-01-07 02:54:34 UTC

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

2022-01-07 02:54:52 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

2022-01-07 02:54:52 UTC

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

2022-01-07 02:56:12 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

2022-01-07 02:56:13 UTC

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

2022-01-07 02:56:14 UTC

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

2022-01-07 02:56:15 UTC

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

2022-01-07 02:56:16 UTC

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

2022-01-07 02:56:17 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"

2022-01-07 02:56:18 UTC

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

2022-01-07 02:56:37 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

2022-01-07 02:56:38 UTC

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

2022-01-07 02:56:39 UTC

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

2022-01-07 02:56:41 UTC

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

2022-01-07 02:56:41 UTC

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

2022-01-07 02:56:42 UTC

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

2022-01-07 02:56:43 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