Tag

library/mongo:4.4.15
Content Digest: sha256:1a5dc2f28111e4270d8d317a1b9afbf811a7080333b740d31f5e296e7f0983b7
Manifests
Details
Content Digest

sha256:79fdd3aa95735a99c08918abd5ecf12b425ab1259bffd5117207b9ab8b516e6e

Created

2022-08-02 20:31:57 UTC

Size

165 MB


Environment
GOSU_VERSION

1.12

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.15

PATH

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


Layers

[#000] sha256:3b65ec22a9e96affe680712973e88355927506aa3f792ff03330f3a3eb601a98 - 16.54% (27.2 MB)

[#001] sha256:016bc871e2b33f0e2a37272769ebd6defdb4b702f0d41ec1e685f0366b64e64a - 0.0% (1.79 KB)

[#002] sha256:9ddd649edd82d79ffc6f573cd5da7909ae50596b95aca684a571aff6e36aa8cb - 1.77% (2.92 MB)

[#003] sha256:39bf776c01e412c9cf35ea7a41f97370c486dee27a2aab228cf2e850a8863e8b - 3.77% (6.2 MB)

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

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

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

[#007] sha256:f6fe7cd58602a7a8f87114de32bc07385a3657155a7267e2826bd98d7295a158 - 77.92% (128 MB)

[#008] sha256:294fa2ba585402c146a82d970595105f796cf5e68d49cee74f84ddf5782074b2 - 0.0% (4.83 KB)


History
2022-08-02 01:30:49 UTC

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

2022-08-02 01:30:49 UTC

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

2022-08-02 20:30:41 UTC

/bin/sh -c set -eux; groupadd --gid 999 --system mongodb; useradd --uid 999 --system --gid mongodb --home-dir /data/db mongodb; mkdir -p /data/db /data/configdb; chown -R mongodb:mongodb /data/db /data/configdb

2022-08-02 20:30: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-08-02 20:30:50 UTC

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

2022-08-02 20:30:50 UTC

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

2022-08-02 20:31: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-08-02 20:31:02 UTC

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

2022-08-02 20:31:39 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5'; 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-08-02 20:31:39 UTC

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

2022-08-02 20:31:39 UTC

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

2022-08-02 20:31:39 UTC

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

2022-08-02 20:31:40 UTC

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

2022-08-02 20:31: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-08-02 20:31:40 UTC

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

2022-08-02 20:31:56 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && 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 -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2022-08-02 20:31:57 UTC

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

2022-08-02 20:31:57 UTC

/bin/sh -c #(nop) ENV HOME=/data/db

2022-08-02 20:31:57 UTC

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

2022-08-02 20:31:57 UTC

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

2022-08-02 20:31:57 UTC

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

2022-08-02 20:31:57 UTC

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

Details
Content Digest

sha256:6483efdb4b4849948e1315aa8b94776a020df05acbb29ba11c185941c4df2fd6

Created

2022-08-10 18:25:20 UTC

Size

2.38 GB


Environment
MONGO_DOWNLOAD_SHA256

cac59647e791ef572d2706c82ed3d5e8fdb2c93e0680a3d18a8a831e7ee35a36

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.15


Layers

[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 56.12% (1.34 GB)

[#001] sha256:97b25a378238b615dc51216c4d87ce17fd3cc3dca9db458e8705d1a4c17e3bb7 - 34.37% (839 MB)

[#002] sha256:ff9b89cbdb5f88cb926263140643eb2bfad61fb092119830e290c8f8ff711c8f - 0.0% (1.32 KB)

[#003] sha256:4d378fa263e2b044b1f85f6d2dfe148e0fc3c60e11c2bb048be81b9e0be2aa40 - 0.0% (1.39 KB)

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

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

[#006] sha256:167aeeb96d4067802b43f4a5af5a8476369b2eba3bbae192d39b15bec15fa1de - 9.51% (232 MB)

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

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

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


History
2022-04-22 01:12:09 UTC

Apply image 10.0.20348.643

2022-08-06 02:59:35 UTC

Install update 10.0.20348.887

2022-08-10 13:33:21 UTC

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

2022-08-10 18:23:54 UTC

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

2022-08-10 18:23:55 UTC

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

2022-08-10 18:23:56 UTC

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

2022-08-10 18:25:17 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-08-10 18:25:18 UTC

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

2022-08-10 18:25:19 UTC

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

2022-08-10 18:25:20 UTC

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

Details
Content Digest

sha256:70c620d6a10a2db0e1ecaf86a7dbc0c51727e66a83cb3ed98274849d3e88bd18

Created

2022-08-10 18:27:54 UTC

Size

2.72 GB


Environment
MONGO_DOWNLOAD_SHA256

cac59647e791ef572d2706c82ed3d5e8fdb2c93e0680a3d18a8a831e7ee35a36

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.15


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 64.27% (1.75 GB)

[#001] sha256:294d77ac553d7210b662d07674ef9e39a6c2e88dc15b9d2788d51e509bc8b54e - 27.41% (763 MB)

[#002] sha256:da71148bcd96afa7027d6172acee93aad6002bfbe87cadf468260667c09b3a89 - 0.0% (1.4 KB)

[#003] sha256:51759dd946ce1eda7cef91a90b70b829182d9ff77f6cd1008c29c0ba6cc0e52d - 0.0% (1.39 KB)

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

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

[#006] sha256:754951d866973bd09c0e7b10cd80942ca00f05597718fc0abbaa24bd6d80494e - 8.32% (232 MB)

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

[#008] sha256:2ff7aa4f0672d67b6ecedea96b4f480f03f82d7c59fdb19383eb164a927e81ee - 0.0% (1.34 KB)

[#009] sha256:76e366e3e7c2bcd1f3596a885710821a4556e2d8f7c7ae1a272d7f2a548277ee - 0.0% (1.4 KB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-08-06 18:30:32 UTC

Install update 10.0.17763.3287

2022-08-10 13:44:07 UTC

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

2022-08-10 18:25:37 UTC

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

2022-08-10 18:25:38 UTC

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

2022-08-10 18:25:39 UTC

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

2022-08-10 18:27:51 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-08-10 18:27:52 UTC

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

2022-08-10 18:27:53 UTC

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

2022-08-10 18:27:54 UTC

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

Details
Content Digest

sha256:af153048014169d41c7add552b9d065f0302252e6805c8e164eb09670ca22a5c

Created

2022-08-02 18:48:43 UTC

Size

160 MB


Environment
GOSU_VERSION

1.12

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.15

PATH

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


Layers

[#000] sha256:a749a280e3e905de447c3d95a39e8aa1ede5835a6eadeb0c11596051592b675b - 16.22% (25.9 MB)

[#001] sha256:70f92e7525120387a6bc9ec42b9ebfc8115309ab70f65a766e3fda1239d787f9 - 0.0% (1.74 KB)

[#002] sha256:5fdda1347325980782ee9b7c6232d712c262b77bc097f712508cf17423dea0de - 1.73% (2.77 MB)

[#003] sha256:c5e02463a0f47d7c309281cbc5b4603815ec64c4653d4ed4ac37a06e6bb91b8e - 3.73% (5.96 MB)

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

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

[#006] sha256:9428703c3af24b6c6867936bdcf957a9c2a7fc1201fc8956327be046401cdd59 - 0.0% (259 Bytes)

[#007] sha256:6c28ceb5cc272d85e5d9da586964a4158dbb5ade4829e84d9810f11461d39acc - 78.31% (125 MB)

[#008] sha256:9e753228b225776db97b295e52fd7bb4bb59c833dd8063d77605b5000c1b3cf3 - 0.0% (4.84 KB)


History
2022-08-02 01:18:51 UTC

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

2022-08-02 01:18:51 UTC

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

2022-08-02 18:46:08 UTC

/bin/sh -c set -eux; groupadd --gid 999 --system mongodb; useradd --uid 999 --system --gid mongodb --home-dir /data/db mongodb; mkdir -p /data/db /data/configdb; chown -R mongodb:mongodb /data/db /data/configdb

2022-08-02 18:46: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-08-02 18:46:42 UTC

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

2022-08-02 18:46:43 UTC

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

2022-08-02 18:47:02 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-08-02 18:47:02 UTC

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

2022-08-02 18:47:52 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5'; 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-08-02 18:47:53 UTC

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

2022-08-02 18:47:54 UTC

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

2022-08-02 18:47:55 UTC

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

2022-08-02 18:47:56 UTC

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

2022-08-02 18:47:57 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-08-02 18:47:58 UTC

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

2022-08-02 18:48:38 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && 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 -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2022-08-02 18:48:38 UTC

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

2022-08-02 18:48:39 UTC

/bin/sh -c #(nop) ENV HOME=/data/db

2022-08-02 18:48:41 UTC

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

2022-08-02 18:48:41 UTC

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

2022-08-02 18:48:42 UTC

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

2022-08-02 18:48: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.