Tag

library/mongo:4.4.21
Content Digest: sha256:cc9361e0af4e51560f00995f642411a739edd7b21c5649fb2a74573aaafae4cb
Manifests
Details
Content Digest

sha256:6dcde8b068debffbb7516787f13d7b0e4e2cb38cac275dc70bb3d3247faa1446

Created

2023-05-03 04:30:15 UTC

Size

168 MB


Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    20.04

Environment
GOSU_VERSION

1.16

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.21

PATH

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


Layers

[#000] sha256:99803d4b97f3db529ae9ca4174b0951afac6b309e7deaa8ec3214c584e02b3a8 - 16.25% (27.3 MB)

[#001] sha256:6653ceb2297789e4fe13aba3af53f096e83ecc4ad4417356ea72e4f9e8b7dccb - 0.0% (1.79 KB)

[#002] sha256:e067c5774dde349c4127278bc0f06acc2f6d6a88bff74983171225648b999315 - 4.75% (7.96 MB)

[#003] sha256:3f2512535c9bcf2f6101b06b4fe0ed1c287f5468ff706040b190898672771028 - 0.71% (1.2 MB)

[#004] sha256:95823dd641199b73cc53f548fee010eee561dfe2ebae9a7ee571fe1452e33db0 - 0.0% (147 Bytes)

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

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

[#007] sha256:2abb8f5c5e6670f7aa6bcc5fe9d0dfc782d714e07edb9842a525739ac12e9be2 - 78.28% (131 MB)

[#008] sha256:5ccc4657b334384e0d325da53ba88aca4ad6bb224d8b2352f821e4223944f20c - 0.0% (4.9 KB)


History
2023-04-13 13:05:13 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-04-13 13:05:13 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-04-13 13:05:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-04-13 13:05:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04

2023-04-13 13:05:15 UTC

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

2023-04-13 13:05:15 UTC

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

2023-04-18 02:43:43 UTC

/bin/sh -c set -eux; groupadd --gid 999 --system mongodb; useradd --uid 999 --system --gid mongodb --home-dir /data/db mongodb; mkdir -p /data/db /data/configdb; chown -R mongodb:mongodb /data/db /data/configdb

2023-05-03 04:29:00 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates gnupg jq numactl procps ; rm -rf /var/lib/apt/lists/*

2023-05-03 04:29:00 UTC

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

2023-05-03 04:29:00 UTC

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

2023-05-03 04:29:08 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; 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; gpgconf --kill all; rm -rf "$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

2023-05-03 04:29:09 UTC

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

2023-05-03 04:29:52 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; mkdir -p /etc/apt/keyrings; gpg --batch --export "$@" > /etc/apt/keyrings/mongodb.gpg; gpgconf --kill all; rm -rf "$GNUPGHOME"

2023-05-03 04:29:53 UTC

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

2023-05-03 04:29:53 UTC

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

2023-05-03 04:29:53 UTC

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

2023-05-03 04:29:53 UTC

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

2023-05-03 04:29:53 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"

2023-05-03 04:29:53 UTC

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

2023-05-03 04:30:14 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && 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 -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2023-05-03 04:30:15 UTC

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

2023-05-03 04:30:15 UTC

/bin/sh -c #(nop) ENV HOME=/data/db

2023-05-03 04:30:15 UTC

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

2023-05-03 04:30:15 UTC

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

2023-05-03 04:30:15 UTC

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

2023-05-03 04:30:15 UTC

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

Details
Content Digest

sha256:b5f73cd254b430c0238b5cfa038c8e7a4df576d5e3a9338b6995b4a1d8a07d03

Created

2023-05-10 02:10:28 UTC

Size

1.88 GB


Environment
MONGO_DOWNLOAD_SHA256

98fc7f0d7942752cdd4bf1eca9f58ed916df6c3cfc4b92fef45616fbc6e667fd

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.21


Layers

[#000] sha256:1a65b089bc835b0c3700397b1935e97cf469b0891bb4de3942c8dfbe4b672d47 - 68.58% (1.29 GB)

[#001] sha256:5829cfc8807e3c8e6f804ec45e3696c2b2e76cd39141b9c20486f8f070f56002 - 19.24% (371 MB)

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

[#003] sha256:c62f56c7796cd7551a5e821b6e12ac3fd1eeee24a837936929f8eeb44e058ee0 - 0.0% (1.26 KB)

[#004] sha256:0397b6143d2939a68fc13ecae120d39018bd78af1ae22e4aa6ec64d89f5e79ab - 0.0% (1.29 KB)

[#005] sha256:e67c069fc429d0206ec540cebab917871766d41f0fcad71a9ee09f48d041417d - 0.0% (1.32 KB)

[#006] sha256:64456da7dd2c2cfeaddd1b2b9e6d90a799fb73821b22abe71d85206f756d5c9f - 12.18% (235 MB)

[#007] sha256:ebab77f2899016be3247f14bd0987f3a013b497853aa51abd1a8081f5c03aa3f - 0.0% (1.26 KB)

[#008] sha256:5401e15ca9929c8f671939bd72c210476968718e69867d9cca8f7a5a03215545 - 0.0% (1.26 KB)

[#009] sha256:ecdda0783125c238e125d45ea2db8f34f5fda0d69a55b79f2106150223fc2fcd - 0.0% (1.27 KB)


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-05-05 13:22:05 UTC

Install update 10.0.20348.1726

2023-05-10 01:53:47 UTC

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

2023-05-10 02:09:04 UTC

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

2023-05-10 02:09:05 UTC

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

2023-05-10 02:09:06 UTC

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

2023-05-10 02:10:24 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\mongod.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.';

2023-05-10 02:10:26 UTC

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

2023-05-10 02:10:27 UTC

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

2023-05-10 02:10:28 UTC

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

Details
Content Digest

sha256:53124ca723d47c27508c18ba04b8b6087d847ab97b1b41d1938c731cd7ad9262

Created

2023-05-10 02:12:57 UTC

Size

2.16 GB


Environment
MONGO_DOWNLOAD_SHA256

98fc7f0d7942752cdd4bf1eca9f58ed916df6c3cfc4b92fef45616fbc6e667fd

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.21


Layers

[#000] sha256:6e222c5ada69382aa2b4fe30b23ae56c7e3ada92712109d20f3edd457a6120b6 - 73.67% (1.59 GB)

[#001] sha256:e01de39a0c44e24aa1912078d32ee54389b71154e509138cc4f5d1de42e7a32a - 15.71% (347 MB)

[#002] sha256:f2a89be60a77cd8d520ec5f03d703ddbc15675dd1df4d95e041032cf08960af5 - 0.0% (1.36 KB)

[#003] sha256:e02cd86d9ef5adf64f61095777b14cf298c252ff33fbeb2559bf8f6f1ee3ee01 - 0.0% (1.26 KB)

[#004] sha256:ec31f1725071b41590ca01464ebfe48f132f3f2fdf1c2ae1eb6ede0f44ba52a5 - 0.0% (1.26 KB)

[#005] sha256:64ed3c7fb88f1fb929578a13b72df40fe4e30e6761e50e518a684dffa449db4c - 0.0% (1.26 KB)

[#006] sha256:bda8d1b4fc99fb1ae73d3f2d8149e3a81793e4b1cbe4b0c0bd1ab5943d6e4e7b - 10.62% (235 MB)

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

[#008] sha256:be2ea76d67a0154ccbb1a752a32174ebf14065add440d699406ea8cb085a4fc0 - 0.0% (1.27 KB)

[#009] sha256:f97e71228e07ba4ed098a0f0cef4e5a1da5031507c8516c949bc25b55d10dfaa - 0.0% (1.26 KB)


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-05-05 12:05:28 UTC

Install update 10.0.17763.4377

2023-05-10 01:56:29 UTC

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

2023-05-10 02:10:46 UTC

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

2023-05-10 02:10:47 UTC

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

2023-05-10 02:10:48 UTC

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

2023-05-10 02:12:54 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\mongod.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.';

2023-05-10 02:12:55 UTC

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

2023-05-10 02:12:56 UTC

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

2023-05-10 02:12:57 UTC

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

Details
Content Digest

sha256:5e79e4025e5b7dc97caf70b1d0321a8894050f72c7eaecb0249dc92f0634947f

Created

2023-05-03 03:48:55 UTC

Size

164 MB


Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    20.04

Environment
GOSU_VERSION

1.16

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.21

PATH

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


Layers

[#000] sha256:2378679266ac5157323158b6e52e7a884e559db5217037e57992e47a1667d525 - 15.86% (25.9 MB)

[#001] sha256:e06c7ba53fe6d965200e96c72021fd3bee66138e7ae32fda40347d832ca07c4c - 0.0% (1.8 KB)

[#002] sha256:a98de930ed0eb92a28b1702a22726d9e7e758797d1d25717a0cd817996e0dd58 - 4.77% (7.8 MB)

[#003] sha256:3506d1a4618d9841c72c1c1cdcd5ee3a21454c69647995922f810059f9800d8d - 0.69% (1.13 MB)

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

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

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

[#007] sha256:20814ebb640967bcd936dc249c3f80cd5432edfb5a494799feb6c01fb3ff3018 - 78.67% (129 MB)

[#008] sha256:a0fcdae47087c13fdb4a295c206277a9e906a8826a756b06bce9e895e89ebd19 - 0.0% (4.91 KB)


History
2023-04-13 13:09:50 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-04-13 13:09:50 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-04-13 13:09:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-04-13 13:09:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04

2023-04-13 13:09:59 UTC

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

2023-04-13 13:10:00 UTC

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

2023-04-18 01:57:21 UTC

/bin/sh -c set -eux; groupadd --gid 999 --system mongodb; useradd --uid 999 --system --gid mongodb --home-dir /data/db mongodb; mkdir -p /data/db /data/configdb; chown -R mongodb:mongodb /data/db /data/configdb

2023-05-03 03:47:47 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates gnupg jq numactl procps ; rm -rf /var/lib/apt/lists/*

2023-05-03 03:47:47 UTC

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

2023-05-03 03:47:47 UTC

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

2023-05-03 03:47:55 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; 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; gpgconf --kill all; rm -rf "$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

2023-05-03 03:47:55 UTC

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

2023-05-03 03:48:38 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; mkdir -p /etc/apt/keyrings; gpg --batch --export "$@" > /etc/apt/keyrings/mongodb.gpg; gpgconf --kill all; rm -rf "$GNUPGHOME"

2023-05-03 03:48:38 UTC

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

2023-05-03 03:48:39 UTC

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

2023-05-03 03:48:39 UTC

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

2023-05-03 03:48:39 UTC

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

2023-05-03 03:48:39 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"

2023-05-03 03:48:39 UTC

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

2023-05-03 03:48:53 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && 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 -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2023-05-03 03:48:54 UTC

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

2023-05-03 03:48:55 UTC

/bin/sh -c #(nop) ENV HOME=/data/db

2023-05-03 03:48:55 UTC

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

2023-05-03 03:48:55 UTC

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

2023-05-03 03:48:55 UTC

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

2023-05-03 03:48:55 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.