Namespace
library
Image / Tag
mongo:4.2.19
Content Digest
sha256:c5a6dbc43f41f5c875e3e584be22416c99001969163aa27c49e0db52cb78a8b0
Details
Created

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

PATH

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


Layers

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

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

[#002] sha256:96f1225ca77a7f995541f101e7847323b37a3339b46613da675b5ed14d48550e - 1.8% (2.84 MB)

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

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

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

[#006] sha256:e4e9c4902cf4bbf76d851d0b1f70aa3fb21dcaa9463690c9088309bba5739ca8 - 0.0% (257 Bytes)

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

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

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


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

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

2022-04-29 23:20:51 UTC

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

2022-04-30 01:28:03 UTC

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

2022-04-30 01:28:12 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:28:12 UTC

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

2022-04-30 01:28:12 UTC

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

2022-04-30 01:28:23 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:28:24 UTC

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

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

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

2022-04-30 01:29:01 UTC

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

2022-04-30 01:29:01 UTC

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

2022-04-30 01:29:01 UTC

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

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

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

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

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

2022-04-30 01:29:20 UTC

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

2022-04-30 01:29:20 UTC

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

2022-04-30 01:29:20 UTC

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

2022-04-30 01:29:20 UTC

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

2022-04-30 01:29:20 UTC

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

Details
Created

2022-05-11 17:00:57 UTC

Size

2.35 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6470b3208da1f913014af94b07e1e28bb831a36fb3c130acc9d4949dde6fa7a8

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.19


Layers

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

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

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

[#003] sha256:898d1f4d723cb959b7827967bf63b4bb81e7c02bf8f5ea1ed9462cef5ee979e1 - 0.0% (1.38 KB)

[#004] sha256:08f53dbaa85bf9ff5099a38c07f7490f44f72ce4133b21be9bbfa330d753d96f - 0.0% (1.39 KB)

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

[#006] sha256:4a4d645dbd107f1287ada4fc65daca6d4b979fae3215420c3fd40821207e6d85 - 11.31% (272 MB)

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

[#008] sha256:88f946c7dddd3c55a39a38784abbecaa5637ea29238efb4b9e1da70b2a91422b - 0.0% (1.38 KB)

[#009] sha256:9768ee85b7d72c70777e7375892d0e4e84f35a374f235bd8f5169b7dfd068d85 - 0.0% (1.39 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:59:20 UTC

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

2022-05-11 16:59:21 UTC

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

2022-05-11 16:59:22 UTC

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

2022-05-11 17:00:53 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-05-11 17:00:55 UTC

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

2022-05-11 17:00:56 UTC

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

2022-05-11 17:00:57 UTC

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

Details
Created

2022-05-11 17:03:13 UTC

Size

2.6 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6470b3208da1f913014af94b07e1e28bb831a36fb3c130acc9d4949dde6fa7a8

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.19


Layers

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

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

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

[#003] sha256:001413d9cf3b06c3287048a5321f1e4beb9eafff46b252914afbc0970ec11b20 - 0.0% (1.38 KB)

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

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

[#006] sha256:b0e8a5c4b46a6541a053cf62f25a713a7f06c19d832d9edb206a0526e2253285 - 10.22% (272 MB)

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

[#008] sha256:bb214d2f45b308d0c58cd0b232199336685ee294fda9f3f2efce6963c06060b4 - 0.0% (1.39 KB)

[#009] sha256:ae6f91e18b1bd413214211530f7c451c91246bacfed27cfd969760f75e91ff34 - 0.0% (1.38 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 17:01:04 UTC

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

2022-05-11 17:01:05 UTC

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

2022-05-11 17:01:06 UTC

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

2022-05-11 17:03:10 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-05-11 17:03:11 UTC

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

2022-05-11 17:03:12 UTC

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

2022-05-11 17:03:13 UTC

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

Details
Created

2022-04-30 01:03:54 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.19

PATH

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


Layers

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

[#001] sha256:bfcc1a52523d769cd1e111c609ec1b7948af9bddd7dca5bd767ff1c66d20615d - 0.0% (1.81 KB)

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

[#003] sha256:464cd0940e4bd33f640b477cda78df257abaa32c888e0922ecf5631ebb027294 - 3.34% (4.95 MB)

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

[#005] sha256:62e4ef06946f4d88ee3cb04417b940c48c08075506900cf42f106711233ce390 - 0.0% (1.37 KB)

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

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

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

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


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

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

2022-04-29 22:49:26 UTC

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

2022-04-30 01:02:12 UTC

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

2022-04-30 01:02:23 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:02:24 UTC

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

2022-04-30 01:02:25 UTC

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

2022-04-30 01:02:41 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:02:41 UTC

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

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

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

2022-04-30 01:03:27 UTC

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

2022-04-30 01:03:28 UTC

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

2022-04-30 01:03:29 UTC

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

2022-04-30 01:03:30 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-04-30 01:03:31 UTC

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

2022-04-30 01:03:49 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:03:50 UTC

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

2022-04-30 01:03:50 UTC

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

2022-04-30 01:03:52 UTC

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

2022-04-30 01:03:52 UTC

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

2022-04-30 01:03:53 UTC

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

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