Namespace
library
Image / Tag
mongo:6.0.10-rc0
Content Digest
sha256:503df0d9717edeb2153cd4e0bed1ab04bcafdfa0ef94911195c28905099790f7
Details
Created

2023-09-05 23:50:21 UTC

Size

230 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

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

6.0.10~rc0

PATH

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


Layers

[#000] sha256:44ba2882f8eb14264e5f2f9f6ec55bcf5306527b637279f2cd9d4858762388af - 12.6% (29 MB)

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

[#002] sha256:a27add3570ee3faa9da1b77c375b8bb99413712b5224b28a602ee63fd472d318 - 2.09% (4.82 MB)

[#003] sha256:fcfb29d27eb410d190c80f9e2e77d260251df361480f9e7657d1411564a05e23 - 0.52% (1.19 MB)

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

[#005] sha256:0b2c739d2a6220bfdaf3fb41b5e23c94a0663382e2ff8bf6c91115a43c350084 - 0.0% (7.13 KB)

[#006] sha256:b925ce7ed71ec8bab863daa02c023eafb3a27db6f187f33975b15ca32153f33a - 0.0% (264 Bytes)

[#007] sha256:78fbfb99a9c343edcc04abf8e736fe0d0a2c24c0b2f35364f766c4f7ec416fda - 0.0% (265 Bytes)

[#008] sha256:3095811f4e25c8f371600f502e815892fbe867fa6949aca8cf221b07f663662a - 84.79% (195 MB)

[#009] sha256:e406f211ed7b4a04f82435d1260ca9488fddb48ded06212069100197784852fa - 0.0% (4.88 KB)


History
2023-08-16 06:01:52 UTC

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

2023-08-16 06:01:52 UTC

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

2023-08-16 06:01:52 UTC

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

2023-08-16 06:01:52 UTC

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

2023-08-16 06:01:54 UTC

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

2023-08-16 06:01:54 UTC

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

2023-09-02 01:07:16 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-09-02 01:07:27 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-09-02 01:07:27 UTC

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

2023-09-02 01:07:27 UTC

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

2023-09-02 01:07:34 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-09-02 01:07:34 UTC

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

2023-09-02 01:07:38 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'E58830201F7DD82CD808AA84160D26BB1785BA38' 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; 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-09-02 01:07:38 UTC

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

2023-09-02 01:07:38 UTC

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

2023-09-02 01:07:38 UTC

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

2023-09-02 01:07:38 UTC

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

2023-09-02 01:07:39 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-09-05 23:49:58 UTC

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

2023-09-05 23:49:58 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=6.0.10~rc0

2023-09-05 23:50:20 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 ${MONGO_PACKAGE}-database=$MONGO_VERSION ${MONGO_PACKAGE}-database-tools-extra=$MONGO_VERSION && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2023-09-05 23:50:21 UTC

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

2023-09-05 23:50:21 UTC

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

2023-09-05 23:50:21 UTC

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

2023-09-05 23:50:21 UTC

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

2023-09-05 23:50:21 UTC

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

2023-09-05 23:50:21 UTC

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

Details
Created

2023-09-13 04:05:04 UTC

Size

2.2 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

f5068da57e14d41ee5d8dcdde3561f96e1ec3aac3486307b5bb4ac82690662e5

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.10-rc0


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 58.91% (1.29 GB)

[#001] sha256:feca8e06011ab171ad74cda49c7c305e791965aef283d5b7c2b987dd5388e6c7 - 19.03% (428 MB)

[#002] sha256:19f19fc66ee381d7fb9811b24aea9ed1dff8ef483bc0e019d3c24c09fb8fbecd - 0.0% (1.35 KB)

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

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

[#005] sha256:2ef87b67bd3ca693838dbf3e69ab78aa5ad58d8206372166dbfdc273c0477d2f - 0.0% (1.37 KB)

[#006] sha256:b5ba82e5eaf4c0ab098e6928fe8089ef956e210b6f407ea3a7a7ff537b1757e1 - 22.06% (496 MB)

[#007] sha256:07a271c313bf80b6070ad60ab1a7649ce99b010ce679bb4e772381a068474165 - 0.0% (1.25 KB)

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

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


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2023-09-01 00:43:48 UTC

Install update 10.0.20348.1970

2023-09-13 03:53:57 UTC

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

2023-09-13 04:03:06 UTC

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

2023-09-13 04:03:07 UTC

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

2023-09-13 04:03:07 UTC

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

2023-09-13 04:05:00 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-09-13 04:05:02 UTC

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

2023-09-13 04:05:03 UTC

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

2023-09-13 04:05:04 UTC

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

Details
Created

2023-09-13 04:08:05 UTC

Size

2.36 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

f5068da57e14d41ee5d8dcdde3561f96e1ec3aac3486307b5bb4ac82690662e5

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.10-rc0


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 65.08% (1.54 GB)

[#001] sha256:179757339e051b99f9a62375fed8f87ffcc4df0eeedb984d20b485bdd089ad08 - 14.42% (349 MB)

[#002] sha256:5b21bbf840142288ae2bce3465085b591133cf10f78f7dda43277db4838332d8 - 0.0% (1.34 KB)

[#003] sha256:bae3a5d8d0aa8447894a77250690673134d1d6c770b25babef159beb7ac7d8ee - 0.0% (1.33 KB)

[#004] sha256:e9c531d29c6a0fe18784072a1692dbaa1f845dfd9c472d01910d53652b7c067f - 0.0% (1.3 KB)

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

[#006] sha256:5288e33a6f82336aa9b8b1573185c80f6319fd0995b65105c1914cb7d2191c2f - 20.5% (496 MB)

[#007] sha256:a6bd4455ae176ce96946e9c8da1e536a679e0715fa4f9eb51c0d6f0533099475 - 0.0% (1.36 KB)

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

[#009] sha256:2a0d61b7a005362f0a86a1262159ab2f1569d0803292df1624ca46a973dedd33 - 0.0% (1.38 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2023-08-29 17:09:18 UTC

Install update 10.0.17763.4851

2023-09-13 03:56:42 UTC

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

2023-09-13 04:05:19 UTC

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

2023-09-13 04:05:20 UTC

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

2023-09-13 04:05:21 UTC

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

2023-09-13 04:08:01 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-09-13 04:08:03 UTC

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

2023-09-13 04:08:04 UTC

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

2023-09-13 04:08:05 UTC

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

Details
Created

2023-09-06 00:00:20 UTC

Size

224 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

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

6.0.10~rc0

PATH

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


Layers

[#000] sha256:8b5db5f6400d85199afbfde601a9e3c2051ebceb1ed9cc0fe25fe6b91e79afa9 - 12.09% (27.1 MB)

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

[#002] sha256:3da44cac7a76e566b31b1edc7a28854883516d28ec592194c83ddc94bb6eb6ca - 2.13% (4.76 MB)

[#003] sha256:9fb89f88e3931f6e3134429223ca20bda2f4b80e94999c49cda888b372d905db - 0.51% (1.13 MB)

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

[#005] sha256:e18b2c15cdc241f8261f4de429e77aba1b4160c1fe9fe4a035d52bbbfbb59996 - 0.0% (7.13 KB)

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

[#007] sha256:7961fe20da22e759559846f1897234aec9ef504e446cc69ab1f7d4c90598175d - 0.0% (265 Bytes)

[#008] sha256:a3df40408ed3465817695599f697de1e54fa95bc1c14431ed0afe69b669b037c - 85.28% (191 MB)

[#009] sha256:4bed405ce6375b43544005bc8b6c9803fb16d84a13955d4052b7f40dd16da808 - 0.0% (4.88 KB)


History
2023-08-16 06:19:52 UTC

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

2023-08-16 06:19:52 UTC

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

2023-08-16 06:19:52 UTC

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

2023-08-16 06:19:53 UTC

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

2023-08-16 06:19:59 UTC

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

2023-08-16 06:19:59 UTC

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

2023-09-01 23:45:07 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-09-01 23:45:16 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-09-01 23:45:17 UTC

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

2023-09-01 23:45:17 UTC

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

2023-09-01 23:45:23 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-09-01 23:45:24 UTC

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

2023-09-01 23:45:27 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'E58830201F7DD82CD808AA84160D26BB1785BA38' 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; 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-09-01 23:45:27 UTC

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

2023-09-01 23:45:27 UTC

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

2023-09-01 23:45:27 UTC

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

2023-09-01 23:45:27 UTC

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

2023-09-01 23:45:28 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-09-05 23:59:56 UTC

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

2023-09-05 23:59:57 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=6.0.10~rc0

2023-09-06 00:00:16 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 ${MONGO_PACKAGE}-database=$MONGO_VERSION ${MONGO_PACKAGE}-database-tools-extra=$MONGO_VERSION && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2023-09-06 00:00:20 UTC

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

2023-09-06 00:00:20 UTC

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

2023-09-06 00:00:20 UTC

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

2023-09-06 00:00:20 UTC

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

2023-09-06 00:00:20 UTC

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

2023-09-06 00:00:20 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