Namespace
library
Image / Tag
mongo:4.2.18
Content Digest
sha256:69468660f923d23dca698dc5caa83e2a544bd3de9fd2a2f4d27d7c8530ebf681
Details
Created

2022-03-03 22:06:26 UTC

Size

158 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.2

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.2.18

PATH

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


Layers

[#000] sha256:cf06a7c3161117888114e7e91dbd21915efae33c2dbfb086380f7b21946d6e59 - 16.15% (25.5 MB)

[#001] sha256:5e8cbd0519786a031d3fe902fe1ecf2040101506bf48b0cb12a12c036c2ab8cd - 0.0% (1.83 KB)

[#002] sha256:22d2e18323fec0800e5ef24f02122f220fd07627fceaf19372174d7c75acce53 - 1.8% (2.84 MB)

[#003] sha256:ea17d81261d502d31bfafd4139d4165bdf851d0a592b77b883bfec056e161ea8 - 3.52% (5.56 MB)

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

[#005] sha256:f498f5d059833e37356dcac4736fe6429c74dbb14993c5bbd5bc0c6146a205a6 - 0.0% (1.42 KB)

[#006] sha256:498789c86cd99df0f2ebcf32aab90aef652b28c968fb9dd677e35ebcebd78f55 - 0.0% (256 Bytes)

[#007] sha256:ba1151db8da55d488b74ad52abbe9effa7703892848ce3b9ce72dbdcb23e4826 - 78.52% (124 MB)

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

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


History
2022-03-03 20:19:25 UTC

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

2022-03-03 20:19:25 UTC

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

2022-03-03 22:02:49 UTC

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

2022-03-03 22:02:58 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-03-03 22:02:58 UTC

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

2022-03-03 22:02:58 UTC

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

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

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

2022-03-03 22:06:06 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- 'E162F504A20CDF15827F718D4B7C549A058F8B6B'; 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-03-03 22:06:06 UTC

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

2022-03-03 22:06:06 UTC

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

2022-03-03 22:06:06 UTC

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

2022-03-03 22:06:06 UTC

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

2022-03-03 22:06:07 UTC

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

2022-03-03 22:06:07 UTC

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

2022-03-03 22:06:25 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-03-03 22:06:26 UTC

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

2022-03-03 22:06:26 UTC

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

2022-03-03 22:06:26 UTC

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

2022-03-03 22:06:26 UTC

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

2022-03-03 22:06:26 UTC

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

2022-03-03 22:06:26 UTC

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

Details
Created

2022-02-09 17:14:06 UTC

Size

2.33 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b10879892c9729e55bd347f6084d2783e295d3bd041167e62a5d1da6538dd6ef

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.18-signed.msi

MONGO_VERSION

4.2.18


Layers

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

[#001] sha256:898469748ff68223ab87b654b29fb366c1f4f2b7cfad7a37426346ea16db8dfa - 38.53% (919 MB)

[#002] sha256:ff78097ae7bacc8d0990c9620bbe5ddc9639d4f309f097c6cdd3cc7a68e56aad - 0.0% (1.39 KB)

[#003] sha256:7603c17a93586d20662fe9b393db70def888c13139f43719ddf37ef513b712f0 - 0.0% (1.39 KB)

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

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

[#006] sha256:be84bdfee29b2b57b78d407266559c446cd5bca2cf4a8615ca9346ef690899ef - 11.4% (272 MB)

[#007] sha256:a7a1d604eaded157eface7c0b2969de7bcba4528fe3f4898094073d550ab0210 - 0.0% (1.38 KB)

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

[#009] sha256:4a3d431a37d72bde0b090e556cac7bb339179ecc415c3ff581fab079d20e49f6 - 0.0% (1.38 KB)


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

Apply image 2022-RTM-amd64

2022-02-01 02:49:40 UTC

Install update ltsc2022-amd64

2022-02-09 14:56:00 UTC

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

2022-02-09 17:11:30 UTC

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

2022-02-09 17:11:31 UTC

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

2022-02-09 17:11:33 UTC

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

2022-02-09 17:14: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,ImportExportTools,MiscellaneousTools,MonitoringTools,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-02-09 17:14:04 UTC

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

2022-02-09 17:14:05 UTC

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

2022-02-09 17:14:06 UTC

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

Details
Created

2022-02-09 17:17:38 UTC

Size

2.79 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b10879892c9729e55bd347f6084d2783e295d3bd041167e62a5d1da6538dd6ef

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.18-signed.msi

MONGO_VERSION

4.2.18


Layers

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

[#001] sha256:1bd78008c728d8f9e56dc2093e6eb55f0f0b1aa96e5d0c7ccc830c5f60876cdf - 33.2% (949 MB)

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

[#003] sha256:d9d8d3ad7edffd5d09364c027744e3ebb6a2338584e9d3057d86502e7d8f9825 - 0.0% (1.37 KB)

[#004] sha256:f156a0fa580c88db996617261b917dd643c3b851b27d09e8e1f7a37cdf91d410 - 0.0% (1.36 KB)

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

[#006] sha256:703516012393f1820660ae38f6a15ddaaa13feefc27e66eeb266aecf390d0f95 - 9.49% (271 MB)

[#007] sha256:5178b42bed3d8eac9f6934131d543a2a971df69d7a752aaed538647f24e0e656 - 0.0% (1.37 KB)

[#008] sha256:ba5b5985c854095a58aa9deb15ffdff614373abc1bdabd5b62696e6fcec8c67d - 0.0% (1.35 KB)

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


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

Apply image 1809-RTM-amd64

2022-02-02 19:28:56 UTC

Install update 1809-amd64

2022-02-09 15:04:17 UTC

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

2022-02-09 17:14:13 UTC

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

2022-02-09 17:14:14 UTC

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

2022-02-09 17:14:15 UTC

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

2022-02-09 17:17: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,ImportExportTools,MiscellaneousTools,MonitoringTools,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-02-09 17:17:35 UTC

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

2022-02-09 17:17:37 UTC

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

2022-02-09 17:17:38 UTC

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

Details
Created

2022-03-03 21:01:29 UTC

Size

148 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.2

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.2.18

PATH

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


Layers

[#000] sha256:20d796c36622ded7b79b53bfa23d7db4140fde7ea3842825f9aca4070b429317 - 15.25% (22.6 MB)

[#001] sha256:6dfe0149b9b5b8b51774d87be06bb97e2c5187abfa38f4739c3782fdd069cfda - 0.0% (1.82 KB)

[#002] sha256:d22a20c549dcbb8090a9e33091ad5af16996ae0a6af3b3562db269b16a29eea0 - 1.72% (2.55 MB)

[#003] sha256:309f6523369dac2175295a07f0149b8adb95e50891b40f5c45aee2dd423a4ac1 - 3.34% (4.95 MB)

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

[#005] sha256:004619e96b053ba04629055f88ec4e0604a0de44e9c0eaa451c3c57a35a7e2ad - 0.0% (1.37 KB)

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

[#007] sha256:9039bddaf1e19cc94d7055b8c67b28dc89c3a9cfde188b8a6c4584925368b8e8 - 79.69% (118 MB)

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

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


History
2022-03-03 19:40:54 UTC

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

2022-03-03 19:40:55 UTC

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

2022-03-03 20:56:57 UTC

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

2022-03-03 20:57:08 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-03-03 20:57:08 UTC

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

2022-03-03 20:57:09 UTC

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

2022-03-03 20:57:25 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-03-03 20:57:26 UTC

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

2022-03-03 21:01:00 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- 'E162F504A20CDF15827F718D4B7C549A058F8B6B'; 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-03-03 21:01:01 UTC

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

2022-03-03 21:01:02 UTC

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

2022-03-03 21:01:03 UTC

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

2022-03-03 21:01:04 UTC

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

2022-03-03 21:01:05 UTC

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

2022-03-03 21:01:06 UTC

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

2022-03-03 21:01:23 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-03-03 21:01:24 UTC

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

2022-03-03 21:01:25 UTC

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

2022-03-03 21:01:27 UTC

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

2022-03-03 21:01:27 UTC

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

2022-03-03 21:01:28 UTC

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

2022-03-03 21:01:29 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