Namespace
library
Image / Tag
mongo:6.0.4
Content Digest
sha256:a4f2db6f54aeabba562cd07e5cb758b55d6192dcc6f36322a334ba0b0120aaf1
Details
Created

2023-03-04 00:24:53 UTC

Size

225 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
GOSU_VERSION

1.16

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

6.0

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

6.0.4

PATH

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


Layers

[#000] sha256:b65bcf19d1445822c0d6f15ea82c9ed82ac1d903cfd6c1284ba7b2409a092845 - 12.92% (29 MB)

[#001] sha256:83449d568304310ec5ab99a9b521f9cfc42f2f3ac94197ce3fa558cd272c0ec9 - 0.0% (1.79 KB)

[#002] sha256:20d982b8a1de211ba3988f6f5a01bb210a906f3910d2eb135ecc0ded90f6458a - 2.13% (4.79 MB)

[#003] sha256:40b500d3ec7f75ed731f26bc7100939e5fb32c8ae1d84e40ccdf4dfc4dc1315e - 0.53% (1.19 MB)

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

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

[#006] sha256:cf5ae0a54c6d0c90b42260186d27c4b49be4798325e057341eb21301e78c9b39 - 0.0% (267 Bytes)

[#007] sha256:1fd08fb20faf3dff75733be6d9a3854923739061bd6e7a6652997cb76a9c170a - 84.41% (190 MB)

[#008] sha256:39e93bf7666c5363fa87407fa9698b7cf4024b3edf909fd717891f08e06c7d88 - 0.0% (4.9 KB)


History
2023-03-01 04:38:47 UTC

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

2023-03-01 04:38:47 UTC

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

2023-03-01 04:38:47 UTC

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

2023-03-01 04:38:47 UTC

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

2023-03-01 04:38:48 UTC

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

2023-03-01 04:38:49 UTC

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

2023-03-02 04:52:32 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-03-02 04:52:46 UTC

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

2023-03-02 04:52:46 UTC

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

2023-03-02 04:52:46 UTC

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

2023-03-02 04:52:53 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-03-02 04:52:54 UTC

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

2023-03-02 04:52:55 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '39BD841E4BE5FB195A65400E6A26B1AE64C3C388'; 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-03-02 04:52:55 UTC

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

2023-03-02 04:52:55 UTC

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

2023-03-02 04:52:55 UTC

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

2023-03-02 04:52:55 UTC

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

2023-03-02 04:52:56 UTC

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

2023-03-02 04:52:56 UTC

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

2023-03-02 04:53:15 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-03-02 04:53:17 UTC

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

2023-03-02 04:53:17 UTC

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

2023-03-04 00:24:53 UTC

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

2023-03-04 00:24:53 UTC

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

2023-03-04 00:24:53 UTC

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

2023-03-04 00:24:53 UTC

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

Details
Created

2023-02-16 00:41:34 UTC

Size

2.04 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

935bd3812047391e4295970538d8b33ddbe088676d5356283678368fb1b2377d

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.4


Layers

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

[#001] sha256:d1d015a9e7adea898d81486dce8b513b0e9cbeca30904cac18c3ea98ab3be7a6 - 13.37% (280 MB)

[#002] sha256:028996d5eeb6d70e4f35b4acb3bafeee3f326bb40438911de597cad432ffdbc1 - 0.0% (1.32 KB)

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

[#004] sha256:3be2181ce4ffdd1925df0debf928317ad7a4380a7bb74cdaa6de05de23030624 - 0.0% (1.25 KB)

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

[#006] sha256:6384495140e8263892737ad41081cf5c4d6b439408aa7c414f100e4c03294058 - 23.42% (490 MB)

[#007] sha256:58fe62f77f2ddbdcaf5a6fead2ba3c0e821f1cc26e5b17cf383beda8fa5090c4 - 0.0% (1.28 KB)

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

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


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

Apply image 10.0.20348.1487

2023-02-07 11:42:22 UTC

Install update 10.0.20348.1547

2023-02-16 00:38:08 UTC

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

2023-02-16 00:38:10 UTC

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

2023-02-16 00:38:11 UTC

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

2023-02-16 00:38:12 UTC

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

2023-02-16 00:41:30 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=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 ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2023-02-16 00:41:31 UTC

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

2023-02-16 00:41:33 UTC

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

2023-02-16 00:41:34 UTC

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

Details
Created

2023-02-16 00:46:19 UTC

Size

2.31 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

935bd3812047391e4295970538d8b33ddbe088676d5356283678368fb1b2377d

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.4


Layers

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

[#001] sha256:8f77c707e813c8220ab3c92b6eb7b445ee0b1a485686ff62014ae32c17d2b1b6 - 10.3% (243 MB)

[#002] sha256:531f6c3ad9784fc2870ea5ca08c4adccd9318602ed534d822e12b8b658a7b0b6 - 0.0% (1.24 KB)

[#003] sha256:f090b1b4a006448d110a8b6d34deccbea137b29ba3871ec025cf7368ab7abc64 - 0.0% (1.28 KB)

[#004] sha256:741d1fcb42edc55eb04a1d70a5a2ee18c721d3620a7d21d012c65640ea0b90c1 - 0.0% (1.24 KB)

[#005] sha256:7da4c64cafdbc33a10171ad45cfb037d546eebfc3112d3b38fe5a339ad896454 - 0.0% (1.26 KB)

[#006] sha256:408bae7c6b4a552369108cf8d91d3c5cafd307f4932de2614ba22e187d564e16 - 20.74% (490 MB)

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

[#008] sha256:885900cc33276ed65cdef25e7ef2c7cce32ea28bc4080c6deecbb085457b922b - 0.0% (1.25 KB)

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


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

Apply image 10.0.17763.3887

2023-02-07 10:44:53 UTC

Install update 10.0.17763.4010

2023-02-16 00:42:02 UTC

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

2023-02-16 00:42:03 UTC

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

2023-02-16 00:42:04 UTC

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

2023-02-16 00:42:05 UTC

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

2023-02-16 00:46:16 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=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 ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2023-02-16 00:46:17 UTC

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

2023-02-16 00:46:18 UTC

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

2023-02-16 00:46:19 UTC

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

Details
Created

2023-03-04 00:10:17 UTC

Size

219 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
GOSU_VERSION

1.16

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

6.0

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

6.0.4

PATH

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


Layers

[#000] sha256:986c4f6be3072d9528a459c780295bd053806536d2295a6de6aad327eaf19fad - 12.39% (27.1 MB)

[#001] sha256:41dd2f9a525317253a70d4ae2b96848c13cc05a11d2b6262c501c962da3be5af - 0.0% (1.79 KB)

[#002] sha256:8aa47abefa1943661c33a7d083c7b259925d9601049db144563cbfded420ecd9 - 2.17% (4.74 MB)

[#003] sha256:061fd5097347265b67d628b7d75a74c7022bf716e1ce46c71cbeb4030287b746 - 0.52% (1.13 MB)

[#004] sha256:130857d0db266cbf0cc73053fcde7715f88aa8a51a90980b87272bedd3724173 - 0.0% (147 Bytes)

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

[#006] sha256:7936c45da7e5f21868a60822497b494a1508f9d89caf27c5454020994fdfcead - 0.0% (265 Bytes)

[#007] sha256:d921cae36514aaf97e12564c3c9f81fd340405461636b6d085ff7722659def67 - 84.92% (186 MB)

[#008] sha256:98c4148c49d4f74f8e8d3d745d4aa1bfa434c8afc86c2a0f1ee153ddc9436072 - 0.0% (4.9 KB)


History
2023-03-01 04:47:53 UTC

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

2023-03-01 04:47:53 UTC

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

2023-03-01 04:47:54 UTC

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

2023-03-01 04:47:54 UTC

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

2023-03-01 04:48:01 UTC

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

2023-03-01 04:48:01 UTC

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

2023-03-02 03:07:47 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-03-02 03:07:56 UTC

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

2023-03-02 03:07:56 UTC

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

2023-03-02 03:07:56 UTC

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

2023-03-02 03:08:03 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-03-02 03:08:04 UTC

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

2023-03-02 03:08:05 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '39BD841E4BE5FB195A65400E6A26B1AE64C3C388'; 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-03-02 03:08:05 UTC

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

2023-03-02 03:08:05 UTC

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

2023-03-02 03:08:05 UTC

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

2023-03-02 03:08:05 UTC

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

2023-03-02 03:08:06 UTC

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

2023-03-02 03:08:06 UTC

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

2023-03-02 03:08:24 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-03-02 03:08:24 UTC

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

2023-03-02 03:08:24 UTC

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

2023-03-04 00:10:17 UTC

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

2023-03-04 00:10:17 UTC

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

2023-03-04 00:10:17 UTC

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

2023-03-04 00:10:17 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