Namespace
library
Image / Tag
mongo:4.4.11
Content Digest
sha256:f5fcc5809de42ae56a320f607475d15e6a4add8352081507c4054f069c64d0e2
Details
Created

2022-01-07 03:41:00 UTC

Size

164 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.11

PATH

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


Layers

[#000] sha256:ea362f368469f909a95f9a6e54ebe0121ce0a8e3c30583dd9c5fb35b14544dec - 16.66% (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:6be514f8e3e586059fdd128625d43dd01e61cd90900ecc8325e644ea5fc16671 - 0.0% (1.39 KB)

[#006] sha256:d5c00aa91c7cc420d329fc81d205ac7d508c10ef139bf109bc33fad36bd63076 - 0.0% (233 Bytes)

[#007] sha256:034955496890386fd22650feccca1e877c1f86863c9b2f94e4fc410f3e47987c - 77.76% (127 MB)

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

[#009] sha256:f9a0da737c4afa3da70c70078e47c8c65a4573850ecc7d8de9871a71485c42f4 - 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: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; 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:39 UTC

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

2022-01-07 03:40:39 UTC

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

2022-01-07 03:40:39 UTC

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

2022-01-07 03:40:40 UTC

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

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

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

2022-01-07 03:40:57 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-07 03:40:58 UTC

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

2022-01-07 03:40:59 UTC

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

2022-01-07 03:40:59 UTC

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

2022-01-07 03:40:59 UTC

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

2022-01-07 03:40:59 UTC

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

2022-01-07 03:41:00 UTC

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

Details
Created

2022-01-12 04:12:22 UTC

Size

2.27 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

40b6f28996f80e4c1922c6e4b61cec0bc16f72cb2f35cb997e64a3a6b6f95074

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.11


Layers

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

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

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

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

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

[#005] sha256:73f337157a60391a9cab2333caf9fa60bb611ed0d9b4ba2c172ce8189f062a18 - 0.0% (1.37 KB)

[#006] sha256:05d83963ae171e5f367bbc727b3c9022567b8c1f276a50e1e9678f5e6ea74047 - 9.61% (224 MB)

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

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

[#009] sha256:d91c707448e2a45ec6d72523fb471df3d52512c7a8b8b38ec03af0fe311b903d - 0.0% (1.4 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:01:26 UTC

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

2022-01-11 20:01:27 UTC

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

2022-01-11 20:01:28 UTC

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

2022-01-12 04:12:18 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 04:12:20 UTC

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

2022-01-12 04:12:21 UTC

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

2022-01-12 04:12:22 UTC

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

Details
Created

2022-01-12 16:52:10 UTC

Size

2.74 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

40b6f28996f80e4c1922c6e4b61cec0bc16f72cb2f35cb997e64a3a6b6f95074

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.11


Layers

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

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

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

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

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

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

[#006] sha256:b255106c81c5ec8e2789dbb4237955aa3bbe72249875fd7dabc44e428ed187e3 - 7.96% (224 MB)

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

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

[#009] sha256:35f51cd509e1e549cec221003c6bc4fe0bb788d2018d8ee8dedd9a7b977b867c - 0.0% (1.39 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:49:26 UTC

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

2022-01-12 16:49:27 UTC

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

2022-01-12 16:49:28 UTC

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

2022-01-12 16:52:05 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:52:07 UTC

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

2022-01-12 16:52:09 UTC

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

2022-01-12 16:52:10 UTC

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

Details
Created

2022-01-07 02:57:29 UTC

Size

159 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.11

PATH

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


Layers

[#000] sha256:5f3d23ccb99f6c9462a15efcf35aef0863858073a06d56df671d0e791b26222a - 16.31% (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:cd5b17cdcfc8a2641fe58f9aaf0cb6b80b36e48dd719403ebd4d3a84249abf07 - 0.0% (1.37 KB)

[#006] sha256:2ff03ff32ef69bd9e43256b10dcf276487da853355bc2b455445e77641b56632 - 0.0% (234 Bytes)

[#007] sha256:90cd68a2d1884b5ae3f8a0868fce7da4ce9263c906c4b59f4826737937ddbb9e - 78.19% (124 MB)

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

[#009] sha256:028f88507ab6055a7348268f459e71ed51b8c46476948c1e40b501b00dc55ce6 - 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:58 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; 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:59 UTC

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

2022-01-07 02:57:00 UTC

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

2022-01-07 02:57:01 UTC

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

2022-01-07 02:57:02 UTC

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

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

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

2022-01-07 02:57:24 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-07 02:57:25 UTC

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

2022-01-07 02:57:25 UTC

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

2022-01-07 02:57:27 UTC

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

2022-01-07 02:57:27 UTC

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

2022-01-07 02:57:28 UTC

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

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