Namespace
library
Image / Tag
mongo:4.4.14-rc0
Content Digest
sha256:4eb70ba33039057002b45e2997c50d05391401c3c29e8d566e837580917264d7
Details
Created

2022-04-30 01:27:31 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.14~rc0

PATH

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


Layers

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

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

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

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

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

[#005] sha256:4ecd976af6fad8b5fd141b2828944cc2513e5ae0016363ff0f2382140d79b09d - 0.0% (5.59 KB)

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

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

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

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


History
2022-04-29 23:20:59 UTC

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

2022-04-29 23:20:59 UTC

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

2022-04-30 01:26:10 UTC

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

2022-04-30 01:26:17 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-30 01:26:18 UTC

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

2022-04-30 01:26:18 UTC

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

2022-04-30 01:26:29 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-30 01:26:29 UTC

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

2022-04-30 01:27:10 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' '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-30 01:27:10 UTC

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

2022-04-30 01:27:10 UTC

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

2022-04-30 01:27:10 UTC

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

2022-04-30 01:27:10 UTC

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

2022-04-30 01:27:11 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-30 01:27:11 UTC

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

2022-04-30 01:27:29 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-30 01:27:30 UTC

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

2022-04-30 01:27:30 UTC

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

2022-04-30 01:27:31 UTC

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

2022-04-30 01:27:31 UTC

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

2022-04-30 01:27:31 UTC

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

2022-04-30 01:27:31 UTC

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

Details
Created

2022-05-11 16:43:06 UTC

Size

2.31 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

ef714a8f5338ecec421f12200b9850fbbc06b50237071bbf78127fd34be2e828

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.14-rc0


Layers

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

[#001] sha256:12fb50a031bdc8d2b65d86d694a4ed20e937852ed1bd3c433d8f2f60279cecc7 - 32.28% (764 MB)

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

[#003] sha256:878083181c7834dc0d2dfe0bd9d9c276a1e2fa02dab125b8d5a3b77f30b6ca5a - 0.0% (1.25 KB)

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

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

[#006] sha256:0f8c326962982c125307febe98378a73f874181cb0b5cbd246195f46e45e151e - 9.8% (232 MB)

[#007] sha256:3b7ccb3eff95d95321d6df8e83fc65c5ea4481a248ea81453ff20ea3a0ac6460 - 0.0% (1.25 KB)

[#008] sha256:dbd6d97d11dc486f53bf8a595890a09bc954466ba8d4a6694394b80ebc18cb45 - 0.0% (1.33 KB)

[#009] sha256:505f1da081c992b483e056ce947dabbce4561581298a082cdd4c84bde349b848 - 0.0% (1.25 KB)


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

Apply image 10.0.20348.643

2022-05-05 03:02:27 UTC

Install update 10.0.20348.707

2022-05-11 12:34:26 UTC

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

2022-05-11 16:41:44 UTC

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

2022-05-11 16:41:45 UTC

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

2022-05-11 16:41:46 UTC

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

2022-05-11 16:43:02 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-05-11 16:43:04 UTC

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

2022-05-11 16:43:05 UTC

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

2022-05-11 16:43:06 UTC

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

Details
Created

2022-05-11 16:45:03 UTC

Size

2.56 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

ef714a8f5338ecec421f12200b9850fbbc06b50237071bbf78127fd34be2e828

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.14-rc0


Layers

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

[#001] sha256:8b534d64a7c337eb8a23b425e4f598cd3e7407ddf8c7b2f714d1e7f7ed6a04be - 22.82% (598 MB)

[#002] sha256:b34adcbd607b6c175a7c7a819fecbbfd53899678f53f169f2b4504070ec6b0ab - 0.0% (1.25 KB)

[#003] sha256:539c28909cf3c797d583d33949f5eb2c1e5aca867ce1ed5185057e799e066d0b - 0.0% (1.35 KB)

[#004] sha256:924794f15624aaa4d420a3d35bd5e5b146d0ed2da08c309e86e98012c6ab7bcd - 0.0% (1.3 KB)

[#005] sha256:0ab88f3ea6f34de9e7cdc39b39b27dba2a78beeb4e8db0e1c825bba03a14fded - 0.0% (1.35 KB)

[#006] sha256:e2b215e215abc836078ba1e3393c691c3c05b1a4ccaf780a44a79021fee4e8d3 - 8.84% (232 MB)

[#007] sha256:e1ed36e09f0c8556ecc7424284f46410978db860a9ee526e2b7e2f908aeabb39 - 0.0% (1.29 KB)

[#008] sha256:8faff3199724dc7bc85a9a231ee6e14737eed3b8fddc36040ebbfe5c1a2b29ca - 0.0% (1.3 KB)

[#009] sha256:fc9b862411c439443ab519fc0e7d6ca7879435883b743edbbd4db9f8cf8de3d8 - 0.0% (1.28 KB)


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

Apply image 10.0.17763.2803

2022-05-05 17:03:24 UTC

Install update 10.0.17763.2928

2022-05-11 12:42:26 UTC

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

2022-05-11 16:43:12 UTC

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

2022-05-11 16:43:13 UTC

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

2022-05-11 16:43:14 UTC

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

2022-05-11 16:45:00 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-05-11 16:45:01 UTC

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

2022-05-11 16:45:02 UTC

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

2022-05-11 16:45:03 UTC

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

Details
Created

2022-04-30 01:01:25 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.14~rc0

PATH

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


Layers

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

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

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

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

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

[#005] sha256:ea83931ff3d34142ef00ef453b49034e652733ea8b6ec2f6735336ef70999b78 - 0.0% (5.53 KB)

[#006] sha256:9c244ec1fc9ff8a44becd3218b1ddf51ae0fbedd109c2072452690294f3c24d4 - 0.0% (262 Bytes)

[#007] sha256:14228e5b8efa508deb5ea0fc4d9f1c7c0f8656f96c753294dc38f5fc05564474 - 78.2% (124 MB)

[#008] sha256:80503ce34d6f30cc3932a2c5b4ae6d2733cb5470c8d16e5ebe0f8dc3ee8ccf5d - 0.0% (138 Bytes)

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


History
2022-04-29 22:49:34 UTC

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

2022-04-29 22:49:35 UTC

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

2022-04-30 00:59:39 UTC

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

2022-04-30 00:59: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-04-30 00:59:49 UTC

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

2022-04-30 00:59:50 UTC

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

2022-04-30 01:00:05 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-30 01:00:06 UTC

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

2022-04-30 01:00:54 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' '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-30 01:00:55 UTC

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

2022-04-30 01:00:56 UTC

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

2022-04-30 01:00:57 UTC

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

2022-04-30 01:00:58 UTC

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

2022-04-30 01:00:59 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-30 01:01:00 UTC

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

2022-04-30 01:01:19 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-30 01:01:20 UTC

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

2022-04-30 01:01:21 UTC

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

2022-04-30 01:01:23 UTC

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

2022-04-30 01:01:23 UTC

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

2022-04-30 01:01:24 UTC

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

2022-04-30 01:01:25 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