Namespace
library
Image / Tag
mongo:5.0.7
Content Digest
sha256:7a43a1b79b177c4ac78974bf50c5634014dd5f08a3288233acdc9a8461724893
Details
Created

2022-04-22 04:22:55 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.7

PATH

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


Layers

[#000] sha256:8e5c1b329fe39c318c0d49821b339fb94a215c5dc0a2898c8030b5a4d091bcba - 11.44% (27.2 MB)

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

[#002] sha256:0a0a2dae0995ae0954b8776744eaa7043aafcc171cade65b8c746ed4f122716a - 1.23% (2.92 MB)

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

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

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

[#006] sha256:b969a6b5e7556ae2ff6056979f224b978bdea9bb31e66b644064d438c8d4ea20 - 0.0% (258 Bytes)

[#007] sha256:8a2fd96bceb84a1062d419914c6ddb4497c0c05c6301038ae687084c80961349 - 84.72% (202 MB)

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

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


History
2022-04-21 23:00:07 UTC

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

2022-04-21 23:00:07 UTC

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

2022-04-22 04:21:52 UTC

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

2022-04-22 04:22:00 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-22 04:22:00 UTC

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

2022-04-22 04:22:00 UTC

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

2022-04-22 04:22:10 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-22 04:22:11 UTC

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

2022-04-22 04:22:12 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-22 04:22:12 UTC

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

2022-04-22 04:22:12 UTC

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

2022-04-22 04:22:12 UTC

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

2022-04-22 04:22:12 UTC

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

2022-04-22 04:22:13 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-22 04:22:13 UTC

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

2022-04-22 04:22:52 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-22 04:22:54 UTC

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

2022-04-22 04:22:54 UTC

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

2022-04-22 04:22:54 UTC

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

2022-04-22 04:22:55 UTC

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

2022-04-22 04:22:55 UTC

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

2022-04-22 04:22:55 UTC

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

Details
Created

2022-04-13 17:31:32 UTC

Size

2.36 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

3d9eee63d56ff75176cf03308274a29c9e385704e21a26f5864cfe1357ca3cf7

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.7


Layers

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

[#001] sha256:dccd9e4d14d3d5a6e93f87350b903e117368ada32d711986f779b5a3ef8657cc - 38.49% (930 MB)

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

[#003] sha256:1e8f4da1c3ac9a9cbd52543f5061c6fbc24a8980cd9411d4c625e91284f5b288 - 0.0% (1.38 KB)

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

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

[#006] sha256:b69d1ed8b2315a6126b58e0d3151aa9ac27ebe1ce7fb5ca243afb444bf5be36f - 12.11% (293 MB)

[#007] sha256:2e21e42a9a082d8988a908b45e9b1dedfb7e7d70199a134f3a0c327e068b3f37 - 0.0% (1.34 KB)

[#008] sha256:05eded7b672fbe2a2927fd581a459e220208a0a649acf8a7ebc9da0878f1895c - 0.0% (1.38 KB)

[#009] sha256:553d324af8f0d9738175edafbdc297be5a0e884bdb80cc169f549247a9ed59a4 - 0.0% (1.39 KB)


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

Apply image 2022-RTM-amd64

2022-04-03 05:50:25 UTC

Install update ltsc2022-amd64

2022-04-13 12:34:30 UTC

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

2022-04-13 17:30:03 UTC

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

2022-04-13 17:30:04 UTC

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

2022-04-13 17:30:05 UTC

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

2022-04-13 17:31: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.';

2022-04-13 17:31:30 UTC

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

2022-04-13 17:31:31 UTC

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

2022-04-13 17:31:32 UTC

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

Details
Created

2022-04-13 17:34:08 UTC

Size

2.82 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

3d9eee63d56ff75176cf03308274a29c9e385704e21a26f5864cfe1357ca3cf7

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.7


Layers

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

[#001] sha256:ba8181afd4264392fbbf8df14fb4cddc55fbe085ab000e986b789678bc2bb171 - 33.0% (951 MB)

[#002] sha256:7ebb23aa64bff633cfa3c62b190d84f0e870b04fecb1910f65d0870b5c7f8981 - 0.0% (1.35 KB)

[#003] sha256:6b66ea12661f8a8e6b38ced86e61ba70695074d50b6beeccf745bb6c4fbf8060 - 0.0% (1.38 KB)

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

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

[#006] sha256:bbfba45e2006de2b17af9f6c74b2adc209b96d198686dd629a481e419f9b0b96 - 10.15% (292 MB)

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

[#008] sha256:8a0bc625ce7c9a95cfe10076a85555dd4d864fa68d209de4689debf9238825c6 - 0.0% (1.34 KB)

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


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

Apply image 1809-RTM-amd64

2022-04-04 11:20:25 UTC

Install update 1809-amd64

2022-04-13 12:43:33 UTC

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

2022-04-13 17:31:45 UTC

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

2022-04-13 17:31:46 UTC

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

2022-04-13 17:31:46 UTC

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

2022-04-13 17:34:05 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-04-13 17:34:06 UTC

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

2022-04-13 17:34:07 UTC

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

2022-04-13 17:34:08 UTC

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

Details
Created

2022-04-22 03:41:34 UTC

Size

231 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.7

PATH

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


Layers

[#000] sha256:61e1864f78be077e322819a4ce1e09da9389c8119cf552629dc048b713a3f42b - 11.23% (25.9 MB)

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

[#002] sha256:4b9afb565f40abd7917924ee0c971fde0ca8af95d6f59c86f58ea3ac8ec9ad7f - 1.2% (2.78 MB)

[#003] sha256:6479c288bbabe768e64609b13c00107f5646915d271aef379d57590b5ddaec96 - 2.58% (5.96 MB)

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

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

[#006] sha256:c918d4dbc757e126532f3a3b31c7f69af566975701ff01229ea429ba0c7ddf4d - 0.0% (261 Bytes)

[#007] sha256:6442d9c5c4916fc3a7fcfc29b917c1c43ecf5529032bab431867877bc087df88 - 84.98% (196 MB)

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

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


History
2022-04-22 00:54:11 UTC

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

2022-04-22 00:54:11 UTC

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

2022-04-22 03:40:31 UTC

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

2022-04-22 03:40:41 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-22 03:40:41 UTC

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

2022-04-22 03:40:42 UTC

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

2022-04-22 03:40: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

2022-04-22 03:40:58 UTC

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

2022-04-22 03:41:00 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-22 03:41:01 UTC

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

2022-04-22 03:41:02 UTC

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

2022-04-22 03:41:03 UTC

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

2022-04-22 03:41:04 UTC

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

2022-04-22 03:41:05 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-22 03:41:06 UTC

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

2022-04-22 03:41:28 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-22 03:41:29 UTC

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

2022-04-22 03:41:30 UTC

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

2022-04-22 03:41:32 UTC

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

2022-04-22 03:41:32 UTC

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

2022-04-22 03:41:33 UTC

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

2022-04-22 03:41:34 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