2023-06-09 06:35:34 UTC
239 MB
1.16
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION7.0.0~rc3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d1669123f28121211977ed38e663dca1a397c0c001e5386598b96c89b1b1cd51 - 12.17% (29 MB)
[#001] sha256:d3fd4571e6035d5998ac1e8a4f0599df4fb8401f24d313b893511a0803e15035 - 0.0% (1.79 KB)
[#002] sha256:0e66ccdce995876e1e93a7fb37086f0240f422ed910fc0527b4f5bbd2f44993d - 2.02% (4.82 MB)
[#003] sha256:40a83fbdd8b3bf0b322e6eb471944d7bc1d42947fd09df3a8e8c677b61911eae - 0.5% (1.19 MB)
[#004] sha256:6634acc50e6b69e8bc40ee2ed41c7458c1967b539c932943924d2e45286f0147 - 0.0% (149 Bytes)
[#005] sha256:1cb1448c897113033e716c3404ed9238bab08c4d4e407b16ad5b3c6ec3ef3863 - 0.0% (6.09 KB)
[#006] sha256:ad6cbeb75262bca1fe7759eb0fb7f308776fd601461fd87ed671f83070fac1ca - 0.0% (271 Bytes)
[#007] sha256:4b7337d9152bf3e3c8e5cd6a03a4df9b66e7596102bcda331fe863b6bdd4dc9a - 0.0% (268 Bytes)
[#008] sha256:ff6c94c86ce70a0f7a52b4e50dc18e101b777d819591800105715910d61b4812 - 85.31% (203 MB)
[#009] sha256:fa9b5695301a86f7c90fb030f62e73004d1657ff0e5d6654113b1f95131d221e - 0.0% (4.9 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-05-22 17:45:50 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-05-22 17:45:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-05-22 17:45:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-05-22 17:45:52 UTC/bin/sh -c #(nop) ADD file:2fd2684e989d275c95e18b6f6e9ccf57ca1382ecd8faf4a66961ede28102dedf in /
2023-05-22 17:45:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-06-02 01:26:36 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-06-02 01:26:50 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-06-02 01:26:50 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.16
2023-06-02 01:26:50 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2023-06-02 01:26:57 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-06-02 01:26:57 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-06-02 01:27:00 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' '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-06-02 01:27:00 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2023-06-02 01:27:00 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2023-06-02 01:27:00 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2023-06-02 01:27:00 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2023-06-02 01:27:01 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-06-02 01:27:01 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-previous.list"
2023-06-09 06:35:09 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=7.0.0~rc3
2023-06-09 06:35:32 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-06-09 06:35:34 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2023-06-09 06:35:34 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2023-06-09 06:35:34 UTC/bin/sh -c #(nop) COPY file:e3d6a34db83fe880626bff5d0b8d720ae43720caac9c739cbd1d336a129dad2d in /usr/local/bin/
2023-06-09 06:35:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-06-09 06:35:34 UTC/bin/sh -c #(nop) EXPOSE 27017
2023-06-09 06:35:34 UTC/bin/sh -c #(nop) CMD ["mongod"]
2023-06-14 19:18:46 UTC
1.87 GB
42207c97412cf4668c3c2d1e420409cc8c3021f6f1b4c7c30f2cbbe88846446b
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.0-rc3-signed.msi
MONGO_VERSION7.0.0-rc3
[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 69.33% (1.29 GB)
[#001] sha256:c45a9c91ac9cf27bb12f7baad712822dbb1e41b172e97946a8d48287c1570eb5 - 0.0% (1.4 KB)
[#002] sha256:a57670026054b6054f4daf98f5f9030ee0c650813c2c0a4e3fd524644c48231d - 0.0% (1.36 KB)
[#003] sha256:93dd2bfe66b623f5da9d6a95585b7aa42696567f80b5a813e21d28660440bb98 - 0.0% (1.38 KB)
[#004] sha256:d4790497254249086bdc6f3c31e808c13d79ed3060f14524845c14de31b3f068 - 0.0% (1.38 KB)
[#005] sha256:9216e065edac043beee094e71673dd4f86fc6b72f1c8eda9e8e19e7c51ea36fb - 30.67% (586 MB)
[#006] sha256:8aa9748a6fb962df41d151653aa8e0221fc56053ae7da772e1e3a1124584b796 - 0.0% (1.36 KB)
[#007] sha256:d36719478c623dc1ee3702d2c0a833a10609edd841d758fba978d589f7203fb8 - 0.0% (1.38 KB)
[#008] sha256:4e802480b81e33c6b00448f510e31a0d64dd75006ec2efefa22e529ddc075214 - 0.0% (1.38 KB)
Apply image 10.0.20348.1787
2023-06-14 19:16:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2023-06-14 19:16:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.0-rc3
2023-06-14 19:16:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.0-rc3-signed.msi
2023-06-14 19:16:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=42207c97412cf4668c3c2d1e420409cc8c3021f6f1b4c7c30f2cbbe88846446b
2023-06-14 19:18:40 UTCpowershell -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-06-14 19:18:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2023-06-14 19:18:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2023-06-14 19:18:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2023-06-14 19:21:38 UTC
2.11 GB
42207c97412cf4668c3c2d1e420409cc8c3021f6f1b4c7c30f2cbbe88846446b
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.0-rc3-signed.msi
MONGO_VERSION7.0.0-rc3
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 72.88% (1.54 GB)
[#001] sha256:3929a070e5d6b9cb95587cf41492d8ef77aaa7e9f90fa3cd1b32619fae5debc2 - 0.0% (1.36 KB)
[#002] sha256:132876c928a072f621414f48a32c16f48f2107d46cbfec1411b31ebd7495bde6 - 0.0% (1.39 KB)
[#003] sha256:32be44ce60868327a7c6cb02754a724c7fb03ec0b83ef719fcc301b1b1eff859 - 0.0% (1.39 KB)
[#004] sha256:ffbe8377e0d55f948b5b0fa448979a055551af8d026b0c29e7b096613b1d70ba - 0.0% (1.4 KB)
[#005] sha256:2f4b0b29f44f4509ec5e88437e135585d126a12c4c57a75ff7faac25e0e040e6 - 27.12% (586 MB)
[#006] sha256:234f8d6862cc26fa14f654e0cf4de70378522d7d71e9d9a62d2473ddb63448f3 - 0.0% (1.38 KB)
[#007] sha256:40c893827c81ff9d1965dfe62b64ed8d9e53e10034e038fc95dda782515d463c - 0.0% (1.38 KB)
[#008] sha256:b050df9a1ee7463c0497948f6869ae72bc12bc109312d1f22199c55a28e3a5ba - 0.0% (1.39 KB)
Apply image 10.0.17763.4499
2023-06-14 19:18:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2023-06-14 19:18:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.0-rc3
2023-06-14 19:18:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.0-rc3-signed.msi
2023-06-14 19:19:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=42207c97412cf4668c3c2d1e420409cc8c3021f6f1b4c7c30f2cbbe88846446b
2023-06-14 19:21:35 UTCpowershell -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-06-14 19:21:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2023-06-14 19:21:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2023-06-14 19:21:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2023-06-09 06:49:42 UTC
231 MB
1.16
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION7.0.0~rc3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6c7698a779f6d8c45a39a6721fb5cce267d66ff8ab5181c55aa6d02c8ddacd01 - 11.7% (27.1 MB)
[#001] sha256:0bf03b60a39ae25134deb53f42e4002fa81339aad24608180a4aae7e64d70cd5 - 0.0% (1.79 KB)
[#002] sha256:8c113973dff3b28b9198806e84fbbc6cc893ae56fa8d80f1bedec18c70655d73 - 2.06% (4.76 MB)
[#003] sha256:9a26b2cb251fdc9f6d66e0c3890a2ceec46f1e45f3d9ec57f1f659dffb9b9d0d - 0.49% (1.13 MB)
[#004] sha256:d09a4405ccbc320c10f26573b811c3c42f8f3d65daa7a5a3c58d4c41222d0722 - 0.0% (149 Bytes)
[#005] sha256:78c9e7cac29119f6d4af749052c4083b4a70684ec5ad2caf4240b551e49c66a6 - 0.0% (6.09 KB)
[#006] sha256:eb580d08e00de708ac46ed5d762264fccc5b054886659ba9a5e574bb5cda373a - 0.0% (266 Bytes)
[#007] sha256:09f73f55611bbcf8896c578cfea64d3f2865adaa3ded330897d68c6d054c5fc7 - 0.0% (270 Bytes)
[#008] sha256:c21aecc49cc4c65cdad6156e2d2c5f584ed9fc8916ae210964054af0770b3c51 - 85.75% (198 MB)
[#009] sha256:5e28fa26cd72dca681690c4e22291086e7f64a1951ecd7ecd7b1f757f5ef2c5d - 0.0% (4.9 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-05-22 17:53:01 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-05-22 17:53:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-05-22 17:53:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-05-22 17:53:07 UTC/bin/sh -c #(nop) ADD file:f0435ed8dcf91cc69ec63b6b16d9efac56e5a6a7ec518e1fcc3df7457d3113ed in /
2023-05-22 17:53:08 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-06-01 23:34:19 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-06-01 23:34:30 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-06-01 23:34:30 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.16
2023-06-01 23:34:30 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2023-06-01 23:34:37 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-06-01 23:34:38 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-06-01 23:34:41 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' '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-06-01 23:34:41 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2023-06-01 23:34:41 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2023-06-01 23:34:41 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2023-06-01 23:34:41 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2023-06-01 23:34:41 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-06-01 23:34:42 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-previous.list"
2023-06-09 06:49:10 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=7.0.0~rc3
2023-06-09 06:49:37 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-06-09 06:49:41 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2023-06-09 06:49:41 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2023-06-09 06:49:41 UTC/bin/sh -c #(nop) COPY file:e3d6a34db83fe880626bff5d0b8d720ae43720caac9c739cbd1d336a129dad2d in /usr/local/bin/
2023-06-09 06:49:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-06-09 06:49:42 UTC/bin/sh -c #(nop) EXPOSE 27017
2023-06-09 06:49:42 UTC/bin/sh -c #(nop) CMD ["mongod"]
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.