2023-10-03 06:55:28 UTC
235 MB
1.16
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJOR6.0
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION6.0.10
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:707e32e9fc569fee476af9e92ae3d1df8b8e6dca47f9cb31db9d2c922a6de952 - 12.37% (29 MB)
[#001] sha256:c7ac84d07e956a21a84edd5656ca5f8c6a4d46b774a69a9c6bb1307ea3c07a59 - 0.0% (1.79 KB)
[#002] sha256:ce678af55db40aca17e12e2491540b0db04997abe68d23bee7ee26bc679cab62 - 2.05% (4.82 MB)
[#003] sha256:e6212b74a0e2a0bf5776404a542f864df8ecd3e8e346afe06b090b8ad91162ff - 0.51% (1.2 MB)
[#004] sha256:08077ff6df719127adcc0ba3894d9da76284b6f80691d74d4834c4b3f6749aef - 0.0% (149 Bytes)
[#005] sha256:dd57de34668892dbc10655c39eb70fb4f53b28b11d6b8497a5279d5611ab01ac - 0.0% (1.39 KB)
[#006] sha256:fe042c164d9de20fe1e48789f8120973e7fc29d7d5dc57ce2e2257be52b73147 - 0.0% (266 Bytes)
[#007] sha256:a5e746310c939c01e53ae5f950306e2dda0ced41ca4894f85ab19dec202b1086 - 85.07% (200 MB)
[#008] sha256:497b5f19e5e9a8444e2670cac457fa7bbb463bfdd0b361dd2f4b25f168c9b166 - 0.0% (4.88 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-09-25 10:17:05 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-09-25 10:17:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-09-25 10:17:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-09-25 10:17:07 UTC/bin/sh -c #(nop) ADD file:194c886b88876c1804cc5f80719669653c16a388b664147b7f22402105f533c4 in /
2023-09-25 10:17:08 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-10-03 06:54:06 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-10-03 06:54:21 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-10-03 06:54:21 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.16
2023-10-03 06:54:21 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2023-10-03 06:54:28 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-10-03 06:54:29 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-10-03 06:55: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-10-03 06:55:05 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2023-10-03 06:55:05 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2023-10-03 06:55:05 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2023-10-03 06:55:05 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=6.0
2023-10-03 06:55: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-10-03 06:55:06 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=6.0.10
2023-10-03 06:55:26 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-10-03 06:55:28 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2023-10-03 06:55:28 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2023-10-03 06:55:28 UTC/bin/sh -c #(nop) COPY file:8fc8efb4e3db886ece2de8764459b4ab3e639e636ed08b2e828441229b4f8571 in /usr/local/bin/
2023-10-03 06:55:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-10-03 06:55:28 UTC/bin/sh -c #(nop) EXPOSE 27017
2023-10-03 06:55:28 UTC/bin/sh -c #(nop) CMD ["mongod"]
2023-10-11 03:11:30 UTC
2.21 GB
11892a8a8eda913e7146ac547885f2ed637a1ec3b74bfb7c8d26a11ef6a4ac9c
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.10-signed.msi
MONGO_VERSION6.0.10
[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 58.42% (1.29 GB)
[#001] sha256:e3d2471a50c8ec3ea61c16dd871f7b9167bf779faad2b6e5a6f72a18b88b846b - 19.83% (449 MB)
[#002] sha256:c131d94d08cb023367d3fd8434c336e9d07495660367cc521ddff869fb44dc7d - 0.0% (1.38 KB)
[#003] sha256:58a054b51a1cb85e28c5f307d0c08296800fc8b669260a97324d4f2926671b67 - 0.0% (1.38 KB)
[#004] sha256:53134f5fffcfbabd9e4faa1445691294c834c23c000251bb6e5c7d0d5626ecb1 - 0.0% (1.4 KB)
[#005] sha256:46bc3faffbe06361dc9b25acca69e242668ec4ea1e0eac4fe5f9526e040c6c0b - 0.0% (1.39 KB)
[#006] sha256:2a0dfbd9a2a47f7352302b14986bb7678d9525415bf891d6328491426a309d27 - 21.76% (493 MB)
[#007] sha256:7a2ef4376ebb95aa63455ace748193e46f2e97f45ddbed7972cecde5a10a2b51 - 0.0% (1.32 KB)
[#008] sha256:f7d594340397291b05fbea803a30dd303e55b472c5768b0e1d95d9dae8881cb0 - 0.0% (1.37 KB)
[#009] sha256:ec86de7d776aafc3775ce1bd3d04e45d3e4b005d8b8bb82b8417f5b29349246f - 0.0% (1.39 KB)
Apply image 10.0.20348.1787
2023-10-06 21:59:31 UTCInstall update 10.0.20348.2031
2023-10-11 02:54:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2023-10-11 03:09:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=6.0.10
2023-10-11 03:09:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.10-signed.msi
2023-10-11 03:09:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=11892a8a8eda913e7146ac547885f2ed637a1ec3b74bfb7c8d26a11ef6a4ac9c
2023-10-11 03:11:26 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-10-11 03:11:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2023-10-11 03:11:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2023-10-11 03:11:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2023-10-11 03:15:38 UTC
2.37 GB
11892a8a8eda913e7146ac547885f2ed637a1ec3b74bfb7c8d26a11ef6a4ac9c
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.10-signed.msi
MONGO_VERSION6.0.10
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 64.76% (1.54 GB)
[#001] sha256:1af2bcb37edaec1dd87fc4a6f7c9129ca37bf1f91b65eb365ba9d4c70473beea - 14.95% (363 MB)
[#002] sha256:69a4919cd870c32d33d8113b108e3e6ea2391bbbc70b2cf7e9febeeee307b1a4 - 0.0% (1.4 KB)
[#003] sha256:66d4088acdd972e10cf2c26dbe5b91d30300a9b3e568976a881707c40f946246 - 0.0% (1.39 KB)
[#004] sha256:155a9242ca95ae32f7eebca2a8f63eed71c896f648aa949d51f32879841d935d - 0.0% (1.39 KB)
[#005] sha256:98a3b10a0b23427f497087942f02f967d89c9b8712c06794dc377b6607da0dc1 - 0.0% (1.38 KB)
[#006] sha256:ec5c097db9a2daddcb97debcf2e316414b105badbe131bdbb5d946fe17a4afee - 20.29% (493 MB)
[#007] sha256:fe7f7e75442fda7dcaad41942143a9569102e4005550dfbf50b6c51a8c66be27 - 0.0% (1.27 KB)
[#008] sha256:baeaf8a9e92786495433b0b43fbadc2183557e86bdd62e13edf0bc905998c82d - 0.0% (1.29 KB)
[#009] sha256:e1e99442aa759eb14db2e69f8005a6bf7bd269c26fd8afa02e8dba85c4f552f8 - 0.0% (1.25 KB)
Apply image 10.0.17763.4499
2023-10-02 08:29:38 UTCInstall update 10.0.17763.4974
2023-10-11 02:58:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2023-10-11 03:11:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=6.0.10
2023-10-11 03:11:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.10-signed.msi
2023-10-11 03:11:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=11892a8a8eda913e7146ac547885f2ed637a1ec3b74bfb7c8d26a11ef6a4ac9c
2023-10-11 03:15:31 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-10-11 03:15:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2023-10-11 03:15:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2023-10-11 03:15:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2023-10-03 05:06:31 UTC
228 MB
1.16
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJOR6.0
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION6.0.10
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6ea603f1df5e3d23206761eca19fba4cdf4e22d773256cb65b71b730aa5acced - 11.88% (27.1 MB)
[#001] sha256:07e7f50dd3203f7b84dc0002961680b684151760bcb368411e9860375243ebaa - 0.0% (1.8 KB)
[#002] sha256:515a5b396a1e4dad243802f8309d901c2b854defc42ef3b02f01ff8f3a9b44ac - 2.09% (4.76 MB)
[#003] sha256:cd6981979503451cde4f8f32f20ad796e9ec88004b24b0fa20a433941dde3cb9 - 0.5% (1.13 MB)
[#004] sha256:25ca81d067655ac8527498c273c9654d825c4dafef6ee63680891bca645c3f06 - 0.0% (149 Bytes)
[#005] sha256:7c5665c1d0cf92fcb36e041307cf1b9173c02c7adf2bea25a065112bfa24dc1e - 0.0% (1.39 KB)
[#006] sha256:fa1bf9e7ee2a74c81c6b4ecb16e208ef3ef77be2782a5f13c5f1b8a850abd255 - 0.0% (263 Bytes)
[#007] sha256:23b1af009197388022e3c4bb2f6f3c95edee76b3aaccbe78757a792196602f07 - 85.53% (195 MB)
[#008] sha256:4af6db37806333f5d5dbd983ba5e4d78fb56e72b3a0dc0c21678a484ebea8e61 - 0.0% (4.88 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-09-25 10:17:41 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-09-25 10:17:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-09-25 10:17:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-09-25 10:17:44 UTC/bin/sh -c #(nop) ADD file:8540670760767f19eaf101fbce1da1881a2f24a7d65da6abdedc644b8fb00463 in /
2023-09-25 10:17:45 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-10-03 05:05:20 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-10-03 05:05: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-10-03 05:05:30 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.16
2023-10-03 05:05:30 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2023-10-03 05:05:36 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-10-03 05:05:37 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-10-03 05:06:09 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-10-03 05:06:09 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2023-10-03 05:06:09 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2023-10-03 05:06:09 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2023-10-03 05:06:10 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=6.0
2023-10-03 05:06:10 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-10-03 05:06:10 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=6.0.10
2023-10-03 05:06:27 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-10-03 05:06:31 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2023-10-03 05:06:31 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2023-10-03 05:06:31 UTC/bin/sh -c #(nop) COPY file:8fc8efb4e3db886ece2de8764459b4ab3e639e636ed08b2e828441229b4f8571 in /usr/local/bin/
2023-10-03 05:06:31 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-10-03 05:06:31 UTC/bin/sh -c #(nop) EXPOSE 27017
2023-10-03 05:06:31 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.