Namespace
library
Image / Tag
mongo:4.4.8-rc0
Content Digest
sha256:f87ae1efcfdd2ce3fd4e002167cf3469182f33a82d3f421837278e6791304540
Details
Created

2021-08-04 21:29:24 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.8~rc0

PATH

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


Layers

[#000] sha256:16ec32c2132b43494832a05f2b02f7a822479f8250c173d0ab27b3de78b2f058 - 16.69% (27.2 MB)

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

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

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

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

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

[#006] sha256:2a1d740d869d9eac17ca8169b12c2537019291afda8d4a76563d00180f931c92 - 0.0% (241 Bytes)

[#007] sha256:8efd34de13c04145ed6e4f0406104d8ef3b5b3842cb2044b680a4733b6b5d2f0 - 77.71% (127 MB)

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

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


History
2021-07-26 21:21:39 UTC

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

2021-07-26 21:21:40 UTC

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

2021-07-27 00:19:01 UTC

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

2021-07-27 00:19:09 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-07-27 00:19:09 UTC

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

2021-07-27 00:19:09 UTC

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

2021-07-27 00:19:20 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-07-27 00:19:20 UTC

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

2021-07-30 02:29:36 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-07-30 02:29:37 UTC

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

2021-07-30 02:29:37 UTC

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

2021-07-30 02:29:37 UTC

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

2021-07-30 02:29:37 UTC

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

2021-07-30 02:29:38 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-07-30 02:29:38 UTC

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

2021-07-30 02:30:06 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-07-30 02:30:07 UTC

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

2021-07-30 02:30:07 UTC

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

2021-08-04 21:29:23 UTC

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

2021-08-04 21:29:23 UTC

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

2021-08-04 21:29:23 UTC

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

2021-08-04 21:29:24 UTC

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

Details
Created

2021-07-30 00:18:16 UTC

Size

2.72 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1b272d4288dcedb26094af0c117956f93ec011ce6acfbeb957eeb06f904ce668

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.8-rc0


Layers

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

[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 33.15% (922 MB)

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

[#003] sha256:7d0cd8e249e2766606d572b0c30027f193c6d1fe04df491c42e718b290a68314 - 0.0% (1.35 KB)

[#004] sha256:fe8358d32f8fb46423a9353da32516b50f115ec6377d2fec928a57e55db435c6 - 0.0% (1.25 KB)

[#005] sha256:ab12ce55e11bb0c11169789da8bf5947dc9b84ffa55e8c890cf42bdf71a24462 - 0.0% (1.26 KB)

[#006] sha256:f2f3178886b0aa3fdc30fa91d09f06f56c3e22e53a87f5c0228f61c0b5d83442 - 7.96% (221 MB)

[#007] sha256:1cdd73ce2d9cf4ef9e4e3d5f797cc8b025961d3a83eb2ad3f3b77c1dc136a07c - 0.0% (1.27 KB)

[#008] sha256:81adeba3f513ab3729b5e1cace97da657f0184c22cb4996d352223849b32732c - 0.0% (1.28 KB)

[#009] sha256:acdc4095a94c7ff91395024ffa589b1a86b2fe67093f1dd6ec5ba5e73f43698d - 0.0% (1.37 KB)


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

Apply image 1809-RTM-amd64

2021-07-06 20:34:18 UTC

Install update 1809-amd64

2021-07-14 01:07:27 UTC

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

2021-07-30 00:15:56 UTC

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

2021-07-30 00:15:58 UTC

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

2021-07-30 00:16:00 UTC

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

2021-07-30 00:18:08 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-07-30 00:18:11 UTC

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

2021-07-30 00:18:13 UTC

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

2021-07-30 00:18:16 UTC

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

Details
Created

2021-07-30 00:21:24 UTC

Size

6.06 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1b272d4288dcedb26094af0c117956f93ec011ce6acfbeb957eeb06f904ce668

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.8-rc0


Layers

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

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

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

[#003] sha256:3e82ffee280bea36cc22bf39674456b728aafbcee8c3f83c087a11c6128a56d5 - 0.0% (1.26 KB)

[#004] sha256:f530e445d7bb5ddc56c93be744e8587e9ad3f9bd6833af700c853ce0e2ab1b73 - 0.0% (1.28 KB)

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

[#006] sha256:d94bf0956bcd781224e479fdaa14a0d7fc7fdd1368a64f17622c258a1ab1f8a1 - 3.64% (226 MB)

[#007] sha256:fa5eb81e049699711d74f28fb54ee9bdb4874d64ddd68315cfc12c59a4f833b1 - 0.0% (1.36 KB)

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

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


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

Apply image 1607-RTM-amd64

2021-07-09 05:02:00 UTC

Install update ltsc2016-amd64

2021-07-14 01:14:25 UTC

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

2021-07-30 00:18:24 UTC

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

2021-07-30 00:18:26 UTC

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

2021-07-30 00:18:28 UTC

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

2021-07-30 00:21:16 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-07-30 00:21:19 UTC

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

2021-07-30 00:21:21 UTC

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

2021-07-30 00:21:24 UTC

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

Details
Created

2021-08-04 20:40:13 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.8~rc0

PATH

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


Layers

[#000] sha256:be0de17fe24f767ec21bec97d0e8ea8f0d907fe05238a0bf9cce0995f529f7ea - 16.33% (25.9 MB)

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

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

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

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

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

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

[#007] sha256:4104f5111e3748149249819f3461e6d99e317073dcc71587533cf174012c00cd - 78.07% (124 MB)

[#008] sha256:77b6f54e3c2c9932d0a435d0c7f276c12520487787a55766d2e52f217ba38ac6 - 0.0% (170 Bytes)

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


History
2021-07-26 21:48:57 UTC

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

2021-07-26 21:48:57 UTC

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

2021-07-26 23:28:49 UTC

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

2021-07-26 23:28:57 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-07-26 23:28:57 UTC

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

2021-07-26 23:28:57 UTC

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

2021-07-26 23:29:11 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-07-26 23:29:12 UTC

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

2021-07-30 03:23:40 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-07-30 03:23:41 UTC

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

2021-07-30 03:23:41 UTC

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

2021-07-30 03:23:41 UTC

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

2021-07-30 03:23:41 UTC

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

2021-07-30 03:23:42 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-07-30 03:23:42 UTC

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

2021-07-30 03:24:00 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-07-30 03:24:01 UTC

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

2021-07-30 03:24:01 UTC

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

2021-08-04 20:40:13 UTC

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

2021-08-04 20:40:13 UTC

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

2021-08-04 20:40:13 UTC

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

2021-08-04 20:40:13 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