Namespace
library
Image / Tag
mongo:4.4.12-rc1
Content Digest
sha256:8396e0724ef27946cc7e78f65079c72fa4dee38f3adb2ec45438dc883fab647c
Details
Created

2022-01-08 00:27:03 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.12~rc1

PATH

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


Layers

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

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

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

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

[#004] sha256:29dd51833fb97f2e1d80ffb59154f237b2f37bf64ee02de32618dde36be05019 - 0.0% (148 Bytes)

[#005] sha256:5ec89e8cd16daef4d66a3562e93366c5929f688e7795db683d34b7ceb1fd068c - 0.0% (4.53 KB)

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

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

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

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


History
2022-01-07 02:25:29 UTC

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

2022-01-07 02:25:30 UTC

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

2022-01-07 03:38:41 UTC

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

2022-01-07 03:38: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-01-07 03:38:49 UTC

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

2022-01-07 03:38:49 UTC

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

2022-01-07 03:39: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-01-07 03:39:02 UTC

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

2022-01-07 03:40:05 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

2022-01-07 03:40:06 UTC

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

2022-01-07 03:40:06 UTC

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

2022-01-07 03:40:06 UTC

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

2022-01-07 03:40:06 UTC

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

2022-01-07 03:40:07 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"

2022-01-08 00:26:39 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.12~rc1

2022-01-08 00:27: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

2022-01-08 00:27:02 UTC

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

2022-01-08 00:27:02 UTC

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

2022-01-08 00:27:02 UTC

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

2022-01-08 00:27:02 UTC

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

2022-01-08 00:27:03 UTC

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

2022-01-08 00:27:03 UTC

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

Details
Created

2022-01-12 03:57:57 UTC

Size

2.28 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

9a3b5cb9035c9701bfbc4e8bdef637b5380de73d5d22fdc38d6e543dde80847e

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.12-rc1


Layers

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

[#001] sha256:9b593686e27e7562a5b0696823307ffa822214cee8bd2eec1075eadad4cb9712 - 39.01% (912 MB)

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

[#003] sha256:7e74fa29ae5afd10a42eefd10f12d3d8cd560464786f004c43d5dffe7321583e - 0.0% (1.38 KB)

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

[#005] sha256:585a23a0f4dea9d6b6afa95113d3125e5eda993b02a3164b5c71ae9f8cc962ab - 0.0% (1.39 KB)

[#006] sha256:176e7672bc2c00592b57cd4a038d116fb3cc842915a380e5fb80a5b1d8f379ec - 9.91% (232 MB)

[#007] sha256:37a519e2c98d7cbba6db9b07991d9b45d543e62ae350c934cf253c7c3bc707b5 - 0.0% (1.4 KB)

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

[#009] sha256:f14a4fc87708615721b37816a550971b6494850450f6237b844e02677b7146e4 - 0.0% (1.36 KB)


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

Apply image 2022-RTM-amd64

2022-01-06 03:56:33 UTC

Install update ltsc2022-amd64

2022-01-11 19:59:40 UTC

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

2022-01-11 20:00:35 UTC

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

2022-01-11 20:00:37 UTC

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

2022-01-11 20:00:38 UTC

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

2022-01-12 03:57:52 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-01-12 03:57:55 UTC

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

2022-01-12 03:57:56 UTC

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

2022-01-12 03:57:57 UTC

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

Details
Created

2022-01-12 16:47:37 UTC

Size

2.75 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

9a3b5cb9035c9701bfbc4e8bdef637b5380de73d5d22fdc38d6e543dde80847e

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.12-rc1


Layers

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

[#001] sha256:635f15ebd5b486e8a00bf217a0574a29550e5bbf08c1d021e1e308100b2e49b5 - 33.64% (948 MB)

[#002] sha256:537828534783cff318d36854dbda0683aef7263e437c7c669de4092e1778959c - 0.0% (1.27 KB)

[#003] sha256:7c5c67074646f05e4bd37ecdcc3017cb0b989c5b7875b6aeabd7d34f32729422 - 0.0% (1.4 KB)

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

[#005] sha256:e35216d75f61d27ce788639f4f72f684209ae756eb88c45a34051161e822c567 - 0.0% (1.39 KB)

[#006] sha256:a0bd7d93db1ac7a9896083bff1770292158e5942b7c527d2de659c2818cec427 - 8.21% (231 MB)

[#007] sha256:b8446f4e6fdc37d758bd41526c5119dc1046897b8b19742c60a360bbb70e652b - 0.0% (1.4 KB)

[#008] sha256:5b2959c595fe597219b171988730480cf0174915e896e5b6239d3eb73cd5601a - 0.0% (1.4 KB)

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


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

Apply image 1809-RTM-amd64

2022-01-07 22:48:13 UTC

Install update 1809-amd64

2022-01-12 13:54:17 UTC

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

2022-01-12 16:43:37 UTC

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

2022-01-12 16:43:38 UTC

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

2022-01-12 16:43:39 UTC

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

2022-01-12 16:47: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-01-12 16:47:35 UTC

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

2022-01-12 16:47:36 UTC

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

2022-01-12 16:47:37 UTC

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

Details
Created

2022-01-08 00:47:42 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.12~rc1

PATH

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


Layers

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

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

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

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

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

[#005] sha256:24c4b06e33e7c57ab112bd5f05b08fe28429bdc0f956e9ff886146076a04e8ae - 0.0% (4.51 KB)

[#006] sha256:820f0d2af811abfe74adac91135708fd4d19490d0e5bbcd5d5e7dc08c733a9b9 - 0.0% (236 Bytes)

[#007] sha256:772821c79234f3d53dae7ccaa80534a03de14052f83f7ba806fb1a5f088a1452 - 78.2% (124 MB)

[#008] sha256:621c1a8233322c47788e72a25abdb5798c2dedf8189685a9809a1a59dacacde8 - 0.0% (139 Bytes)

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


History
2022-01-07 01:53:45 UTC

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

2022-01-07 01:53:45 UTC

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

2022-01-07 02:54:22 UTC

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

2022-01-07 02:54:32 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-01-07 02:54:33 UTC

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

2022-01-07 02:54:34 UTC

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

2022-01-07 02:54:52 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-01-07 02:54:52 UTC

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

2022-01-07 02:56:12 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

2022-01-07 02:56:13 UTC

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

2022-01-07 02:56:14 UTC

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

2022-01-07 02:56:15 UTC

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

2022-01-07 02:56:16 UTC

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

2022-01-07 02:56:17 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"

2022-01-08 00:47:09 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.12~rc1

2022-01-08 00:47: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-01-08 00:47:37 UTC

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

2022-01-08 00:47:38 UTC

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

2022-01-08 00:47:40 UTC

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

2022-01-08 00:47:40 UTC

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

2022-01-08 00:47:41 UTC

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

2022-01-08 00:47:42 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