Namespace
library
Image / Tag
mongo:7.0.1-rc0
Content Digest
sha256:2acab2ed98b7d85196126384b8c06fc4c20ff673a361e67e076463a5b72ba9f8
Details
Created

2023-09-02 01:08:05 UTC

Size

242 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

7.0.1~rc0

PATH

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


Layers

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

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

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

[#003] sha256:fcfb29d27eb410d190c80f9e2e77d260251df361480f9e7657d1411564a05e23 - 0.49% (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:7fd387cd358926dfa39b5324042894e93f3d3514eae713f8991b8420fdada45c - 0.0% (265 Bytes)

[#008] sha256:aa824ab0d954e008e24c94e6db728e9b2c8c6f159d52506ebbc1ff6ec2353d4f - 85.54% (207 MB)

[#009] sha256:cdb8d455d90090d6b3cefe5c69a899850986fdfbcf1d93241314dd204d3dfcd7 - 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-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}/7.0 multiverse" | tee "/etc/apt/sources.list.d/mongodb-7.0.list"

2023-09-02 01:07:39 UTC

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

2023-09-02 01:08:03 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-02 01:08:05 UTC

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

2023-09-02 01:08:05 UTC

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

2023-09-02 01:08:05 UTC

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

2023-09-02 01:08:05 UTC

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

2023-09-02 01:08:05 UTC

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

2023-09-02 01:08:05 UTC

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

Details
Created

2023-08-24 00:17:48 UTC

Size

2.24 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d951a5682950a153f62818af3d3fe33879729f7fbba847c1662484811b4c6e70

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.1-rc0


Layers

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

[#001] sha256:22a441455ace20af58f01367d769afc2b25c3db3e4a7aee67a634d14826f6f19 - 16.96% (390 MB)

[#002] sha256:85b1b41cab0d4b78c8daa50728be89bc3c25ded051cc1e654b316623692507f1 - 0.0% (1.37 KB)

[#003] sha256:45fa321427728206ac2b3a027037967ba4c8ea85c7f76b537b918a81599528ad - 0.0% (1.38 KB)

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

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

[#006] sha256:756026ef8f262849154301057de8e5e477085c515da69c224985d5421e8c1b6d - 25.41% (584 MB)

[#007] sha256:c4c35768dd214b950577c9c6c048c91958c2bb035b9f0e92d0783886ac7cfadf - 0.0% (1.39 KB)

[#008] sha256:ca464a2e1939da74bf53d08f0e295d4c0d0d5bad7dff9f204fb4c195ae2e0844 - 0.0% (1.36 KB)

[#009] sha256:dd0461a1c9f747b4578d5021b557aab5d0054e5157d74cd30ee64f1b06dfc6a0 - 0.0% (1.36 KB)


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

Apply image 10.0.20348.1787

2023-08-03 10:01:10 UTC

Install update 10.0.20348.1906

2023-08-10 01:08:38 UTC

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

2023-08-24 00:15:14 UTC

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

2023-08-24 00:15:15 UTC

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

2023-08-24 00:15:16 UTC

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

2023-08-24 00:17:44 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-08-24 00:17:45 UTC

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

2023-08-24 00:17:46 UTC

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

2023-08-24 00:17:48 UTC

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

Details
Created

2023-08-24 00:21:19 UTC

Size

2.43 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d951a5682950a153f62818af3d3fe33879729f7fbba847c1662484811b4c6e70

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.1-rc0


Layers

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

[#001] sha256:b95f433aa7d90194e65f6b08a599b3ee12292e124d47c204107baedfd71054c1 - 13.24% (329 MB)

[#002] sha256:8c5180b8f5f7c2303ba89717cfa778a2173921ca7efdc058cfd6ed951c6d5ca3 - 0.0% (1.39 KB)

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

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

[#005] sha256:0c679643aa23af4cc2005a62925bbcd820e8ad9fbe8aeedc7eecd565f1e21c22 - 0.0% (1.39 KB)

[#006] sha256:91367d61124dda01b939b00516dfe4e151a6478739e05d00ee42370a7bf032bf - 23.48% (584 MB)

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

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

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


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

Apply image 10.0.17763.4499

2023-08-02 09:07:15 UTC

Install update 10.0.17763.4737

2023-08-10 01:11:08 UTC

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

2023-08-24 00:17:58 UTC

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

2023-08-24 00:17:58 UTC

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

2023-08-24 00:17:59 UTC

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

2023-08-24 00:21:14 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-08-24 00:21:17 UTC

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

2023-08-24 00:21:18 UTC

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

2023-08-24 00:21:19 UTC

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

Details
Created

2023-09-01 23:45:53 UTC

Size

235 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

7.0.1~rc0

PATH

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


Layers

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

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

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

[#003] sha256:9fb89f88e3931f6e3134429223ca20bda2f4b80e94999c49cda888b372d905db - 0.48% (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:ce13a0b1bb072f9794a4d9a9de47c86b284cb709b7dfdd636114a7607dc9b053 - 0.0% (265 Bytes)

[#008] sha256:02b19d785d73c2219924f39661446c865b829c1d8e8c8d6cef88e35163129911 - 85.96% (202 MB)

[#009] sha256:14fba4513eaee0c2fecc063a04059dad28d74502463c338bc9c33e7cf81ba5cd - 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-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}/7.0 multiverse" | tee "/etc/apt/sources.list.d/mongodb-7.0.list"

2023-09-01 23:45:28 UTC

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

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

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

2023-09-01 23:45:52 UTC

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

2023-09-01 23:45:52 UTC

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

2023-09-01 23:45:53 UTC

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

2023-09-01 23:45:53 UTC

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

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