Namespace
library
Image / Tag
mongo:5.0.6
Content Digest
sha256:fed6248ae0bb0d54c0448eb786c87120737eedc522172ee1536ad47789782348
Details
Created

2022-04-06 04:07:11 UTC

Size

238 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

5.0

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

5.0.6

PATH

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


Layers

[#000] sha256:e0b25ef516347a097d75f8aea6bc0f42a4e8e70b057e84d85098d51f96d458f9 - 11.46% (27.2 MB)

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

[#002] sha256:7a6592c2fb05fb80b5a3c01c92bc623faf5fc0ded7dd0551be39ea78a4d9efc8 - 1.23% (2.92 MB)

[#003] sha256:5dad2281c276115bf50711681c05326e6a65cec55a5d727481ac937664a35efa - 2.61% (6.2 MB)

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

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

[#006] sha256:660887418c9b636f3ae29187f3e75b0b75f104c10c76177bda14c4f86c667dd4 - 0.0% (260 Bytes)

[#007] sha256:97291b67bd8ea1784d4f2c2bb8d0563a2e67091848d6bda10ef42e8c54d96b32 - 84.7% (201 MB)

[#008] sha256:65956d0b19fc6bf80d6d7c8e21a315e803603852850e9d622302055d90db54a1 - 0.0% (170 Bytes)

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


History
2022-04-05 22:20:50 UTC

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

2022-04-05 22:20:51 UTC

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

2022-04-06 04:06:17 UTC

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

2022-04-06 04:06: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/*

2022-04-06 04:06:25 UTC

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

2022-04-06 04:06:25 UTC

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

2022-04-06 04:06:38 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-04-06 04:06:38 UTC

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

2022-04-06 04:06:39 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; for key; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; mkdir -p /etc/apt/keyrings; gpg --batch --export "$@" > /etc/apt/keyrings/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"

2022-04-06 04:06:39 UTC

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

2022-04-06 04:06:39 UTC

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

2022-04-06 04:06:40 UTC

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

2022-04-06 04:06:40 UTC

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

2022-04-06 04:06:40 UTC

/bin/sh -c echo "deb [ signed-by=/etc/apt/keyrings/mongodb.gpg ] http://$MONGO_REPO/apt/ubuntu focal/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2022-04-06 04:06:40 UTC

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

2022-04-06 04:07:09 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-04-06 04:07:11 UTC

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

2022-04-06 04:07:11 UTC

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

2022-04-06 04:07:11 UTC

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

2022-04-06 04:07:11 UTC

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

2022-04-06 04:07:11 UTC

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

2022-04-06 04:07:11 UTC

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

Details
Created

2022-03-08 20:09:50 UTC

Size

2.35 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

f6e2bc600b2b8b0251a9e99d84fefc43c66e45deb5793ed8e65cd12a318c76ee

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.6


Layers

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

[#001] sha256:037d5740b40414bc505c21324142a1cd3eab10c176189a9a74d1a90354ac7cd4 - 38.4% (925 MB)

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

[#003] sha256:92c9d2089e83e0db436c1ab530847faf62ff24e52888f6fba1aeaeb3137137bf - 0.0% (1.25 KB)

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

[#005] sha256:b3a05a9f46d9482a199122a3a7b0f82dfa9dae53f6f208fc2477b7cb9c7fd9e7 - 0.0% (1.25 KB)

[#006] sha256:16afd9689041bd078641ba29b412011757a6228323b4af23eb1b0777896b5825 - 12.03% (290 MB)

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

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

[#009] sha256:160777a0193ce1d56a06deeaaa612777de792729b467b69ff640aabab35a806d - 0.0% (1.38 KB)


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

Apply image 2022-RTM-amd64

2022-03-03 05:02:11 UTC

Install update ltsc2022-amd64

2022-03-08 20:08:18 UTC

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

2022-03-08 20:08:18 UTC

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

2022-03-08 20:08:19 UTC

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

2022-03-08 20:08:20 UTC

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

2022-03-08 20:09:46 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-03-08 20:09:48 UTC

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

2022-03-08 20:09:49 UTC

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

2022-03-08 20:09:50 UTC

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

Details
Created

2022-03-08 20:12:39 UTC

Size

2.81 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

f6e2bc600b2b8b0251a9e99d84fefc43c66e45deb5793ed8e65cd12a318c76ee

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.6


Layers

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

[#001] sha256:0a6173b79e25f2ebc0ed51b0ac32a6f65ca5a3bbfcbeab8b74a6c24324121dea - 33.03% (951 MB)

[#002] sha256:4688be73f177648e78a5e4d7da9b850d16dafa3dbf1700a2ed3e35e1ffff22ed - 0.0% (1.35 KB)

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

[#004] sha256:ca1b3eac5e87d71248b1b003064c46a0832fbd493ea0a091fa88422f6aa141d9 - 0.0% (1.4 KB)

[#005] sha256:cb097f7db09d59e01e891468bf5665fb6bb598d278034764d03a71940cfe1ef6 - 0.0% (1.38 KB)

[#006] sha256:fd45930aa8f21dc84cd5e6f307bf7878f0a977de331d80aa26fbbbeda491366c - 10.05% (289 MB)

[#007] sha256:1f186fdafa64c9272d66bade1484a9e3797e479740a5dc38f8ec50b473c16223 - 0.0% (1.37 KB)

[#008] sha256:4bf13ed17f4ebdb33ad70aa74cfc746f91db87e62e9156b705746965cd02c3b6 - 0.0% (1.4 KB)

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


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

Apply image 1809-RTM-amd64

2022-03-03 15:05:04 UTC

Install update 1809-amd64

2022-03-08 20:10:01 UTC

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

2022-03-08 20:10:02 UTC

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

2022-03-08 20:10:03 UTC

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

2022-03-08 20:10:04 UTC

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

2022-03-08 20:12:34 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-03-08 20:12:36 UTC

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

2022-03-08 20:12:38 UTC

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

2022-03-08 20:12:39 UTC

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

Details
Created

2022-04-05 23:30:43 UTC

Size

230 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

5.0

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

5.0.6

PATH

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


Layers

[#000] sha256:185e8a4c100571f111d924b5d4399d89f163bf95d71ce2c6a33f656a66c52f0a - 11.25% (25.9 MB)

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

[#002] sha256:e820cd795df140b554de55a8fd8db2ab8e46f204bf20439b9fe7e342d06b323e - 1.21% (2.78 MB)

[#003] sha256:003e7508c0ed3f4cf57557f470f1fdf5d9d803515e608dd76cc5fdc86673f691 - 2.59% (5.96 MB)

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

[#005] sha256:f0c8045d45d9657198979d78588596602f3074b44802c00a92565770e7eb13db - 0.0% (1.36 KB)

[#006] sha256:2561362d345d5c89d213f5606c562b6b692a8ecf8800ca8b4fd260e8bcc59dc9 - 0.0% (259 Bytes)

[#007] sha256:b2daadfe03ac9b6e34f0584eb8890354205801b210bf7c95db0d477c85a57237 - 84.95% (196 MB)

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

[#009] sha256:efac2a5412ee6e01ea8b7cd4d2ea1f76095d6e8097d1dd94b9439bc2be26340c - 0.0% (4.84 KB)


History
2022-04-05 22:40:59 UTC

/bin/sh -c #(nop) ADD file:113ba5e7bc74d50e8d35449f8a62712359e2f00146e03eee822c28c8c6f59368 in /

2022-04-05 22:41:00 UTC

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

2022-04-05 23:29:38 UTC

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

2022-04-05 23:29:48 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-04-05 23:29:49 UTC

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

2022-04-05 23:29:50 UTC

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

2022-04-05 23:30:06 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-04-05 23:30:07 UTC

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

2022-04-05 23:30:09 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; for key; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; mkdir -p /etc/apt/keyrings; gpg --batch --export "$@" > /etc/apt/keyrings/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"

2022-04-05 23:30:10 UTC

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

2022-04-05 23:30:11 UTC

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

2022-04-05 23:30:12 UTC

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

2022-04-05 23:30:13 UTC

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

2022-04-05 23:30:14 UTC

/bin/sh -c echo "deb [ signed-by=/etc/apt/keyrings/mongodb.gpg ] http://$MONGO_REPO/apt/ubuntu focal/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2022-04-05 23:30:15 UTC

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

2022-04-05 23:30: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-04-05 23:30:38 UTC

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

2022-04-05 23:30:39 UTC

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

2022-04-05 23:30:41 UTC

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

2022-04-05 23:30:41 UTC

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

2022-04-05 23:30:42 UTC

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

2022-04-05 23:30: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