Namespace
library
Image / Tag
mongo:4.4.17
Content Digest
sha256:5012ddc14de6e0959b09ff59cb144ede632d70aa117c3c0b4e4a6e99faf8569d
Details
Created

2022-10-25 17:39:10 UTC

Size

165 MB

Content Digest
Environment
GOSU_VERSION

1.12

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.17

PATH

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


Layers

[#000] sha256:eaead16dc43bb8811d4ff450935d607f9ba4baffda4fc110cc402fa43f601d83 - 16.53% (27.3 MB)

[#001] sha256:8a00eb9f68a0dcf2f4b6f3881376f35b2908e0ec03e0ba7b41dce5138a57017e - 0.0% (1.79 KB)

[#002] sha256:f683956749c518e0ea925e30c0c5115c4ce12e827cd34bcf72ce2e9d750a2bb6 - 1.77% (2.92 MB)

[#003] sha256:b33b2f05ea206b8ad00c6db544ddc80db3b9f6f9ea070867894eb83acdd9656c - 3.77% (6.21 MB)

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

[#005] sha256:d03ea960fc93fe81434c0825cf0374d9738ed78083b63862e2f7b89b842da1a1 - 0.0% (1.41 KB)

[#006] sha256:2456308b9b0dd09861f8be396a2071a0c45bb60ba4823f0689d74f268b5ea210 - 0.0% (259 Bytes)

[#007] sha256:6c5246c2368c1abbed939fe0a46e429821ee3940e23b967da2761a080b7dd445 - 77.92% (128 MB)

[#008] sha256:2e81bc3f99294fbbdbb63631f336fe6f5f6bedf1994d31c744c7a5fc324aac21 - 0.0% (4.95 KB)


History
2022-10-25 01:53:34 UTC

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

2022-10-25 01:53:35 UTC

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

2022-10-25 17:37:18 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

2022-10-25 17:37:28 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates jq numactl ; if ! command -v ps > /dev/null; then apt-get install -y --no-install-recommends procps; fi; rm -rf /var/lib/apt/lists/*

2022-10-25 17:37:28 UTC

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

2022-10-25 17:37:28 UTC

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

2022-10-25 17:37:43 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; if ! command -v gpg > /dev/null; then apt-get install -y --no-install-recommends gnupg dirmngr; savedAptMark="$savedAptMark gnupg dirmngr"; elif gpg --version | grep -q '^gpg (GnuPG) 1\.'; then apt-get install -y --no-install-recommends gnupg-curl; fi; 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; command -v gpgconf && gpgconf --kill all || :; rm -r "$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

2022-10-25 17:37:43 UTC

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

2022-10-25 17:38:50 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5'; 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; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"

2022-10-25 17:38:50 UTC

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

2022-10-25 17:38:51 UTC

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

2022-10-25 17:38:51 UTC

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

2022-10-25 17:38:51 UTC

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

2022-10-25 17:38:51 UTC

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

2022-10-25 17:38:51 UTC

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

2022-10-25 17:39:09 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

2022-10-25 17:39:10 UTC

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

2022-10-25 17:39:10 UTC

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

2022-10-25 17:39:10 UTC

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

2022-10-25 17:39:10 UTC

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

2022-10-25 17:39:10 UTC

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

2022-10-25 17:39:10 UTC

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

Details
Created

2022-11-09 18:40:31 UTC

Size

2.54 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

29aa0584c70c5c473f2a0a5d5bd90e38897c10de1d3e4bc0cefa28ae9a532a8b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.17


Layers

[#000] sha256:a4aee932fccc1ec8135f290aca03a7c93dcc2536fc84723813ef9b95f6fd13ea - 54.05% (1.37 GB)

[#001] sha256:e276673195ed11807395b0da51ac20ef31c925ce955c29ad1bab54f14617c25b - 36.95% (961 MB)

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

[#003] sha256:dd25c07a999d8fb1b30cdd282905184331940fbfd3763cc3ad18fb4614ecaf20 - 0.0% (1.4 KB)

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

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

[#006] sha256:253843bdd16813a79ad1dec4aed5668184cf7df5564a2ae9f2c8afd2347a1db1 - 9.0% (234 MB)

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

[#008] sha256:bd675464a3588547f3393f241783ac9a580ffd2b82361ca3a2ae8624d12218b3 - 0.0% (1.39 KB)

[#009] sha256:bbb525d69b8f191b27f1535e3caaeebaf333617b5ebf8c01cea0b49cdb090ea0 - 0.0% (1.4 KB)


History
2022-04-22 01:12:09 UTC

Apply image 10.0.20348.643

2022-11-05 07:49:25 UTC

Install update 10.0.20348.1249

2022-11-09 14:41:36 UTC

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

2022-11-09 18:38:52 UTC

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

2022-11-09 18:38:53 UTC

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

2022-11-09 18:38:54 UTC

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

2022-11-09 18:40:28 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=Client,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 ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2022-11-09 18:40:29 UTC

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

2022-11-09 18:40:30 UTC

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

2022-11-09 18:40:31 UTC

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

Details
Created

2022-11-09 18:43:13 UTC

Size

2.82 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

29aa0584c70c5c473f2a0a5d5bd90e38897c10de1d3e4bc0cefa28ae9a532a8b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.17


Layers

[#000] sha256:a48a3e4ae2de839d8e99bde16eb91d113fb2cf889bba472d0c4274851b5fb402 - 63.64% (1.79 GB)

[#001] sha256:c26cc6e4f9eb1ae415a5ead6f884cac597bbd57efa6cd042c878d5b54c9d2091 - 28.25% (815 MB)

[#002] sha256:99941fb33972e616b231a8aadd93463fdfd5de6aece4aa6c470d2feec31839be - 0.0% (1.3 KB)

[#003] sha256:388300cd2721fad44bbdaf82768d9e7975e98bfce8df465b2d27a667034d2fdb - 0.0% (1.39 KB)

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

[#005] sha256:fe73e691cb3f9c467691634678504f384b5202fcbd13857f98c47ba4eba017a8 - 0.0% (1.38 KB)

[#006] sha256:3cd367789747e4268b3d245c3550ee6de0d4466f7c6a7da6b46146ae30d40f71 - 8.11% (234 MB)

[#007] sha256:816f56121cc6d5b93c3265124f1f8663d5e23bba91de4fe34d65ac3a9fe960de - 0.0% (1.38 KB)

[#008] sha256:421d55bca2de3c14c9c073a62895437b5a1e356975ce0a8891cfe6fe08d35107 - 0.0% (1.39 KB)

[#009] sha256:0b012b8b4e0290d7fdce461c167492a2529bc8761738a5904aeb04b1311dd2a1 - 0.0% (1.39 KB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-11-05 18:29:26 UTC

Install update 10.0.17763.3650

2022-11-09 14:50:58 UTC

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

2022-11-09 18:40:51 UTC

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

2022-11-09 18:40:52 UTC

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

2022-11-09 18:40:53 UTC

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

2022-11-09 18:43:11 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=Client,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 ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2022-11-09 18:43:12 UTC

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

2022-11-09 18:43:13 UTC

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

2022-11-09 18:43:13 UTC

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

Details
Created

2022-10-26 02:13:40 UTC

Size

160 MB

Content Digest
Environment
GOSU_VERSION

1.12

HOME

/data/db

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.17

PATH

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


Layers

[#000] sha256:4e7e0215f4adc2c48ad9cb3b3781e21d474b477587f85682c2e2975ae91dce9d - 16.2% (25.9 MB)

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

[#002] sha256:6d44feb31079d0e2421a83a8dd5563d203ec1ff537396d3ed65dd35cdfed206f - 1.73% (2.77 MB)

[#003] sha256:bd79df0bf56efa1ec22177052bd5d6e4feef423ad95176bd0f86a478f3f99d30 - 3.83% (6.13 MB)

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

[#005] sha256:8a9543ed4a0c19afac9cad8f19103e2829189e0fa876644e0e6ce17ecc220cb9 - 0.0% (1.41 KB)

[#006] sha256:ef78c2204a4b9c23f0f0cfdc6569879d599a4367241d590f3f289f5353629b31 - 0.0% (259 Bytes)

[#007] sha256:379f78d03cd7ee2f44a57261c3ab81c0c71ba6cce08f4d39284836ed59445f15 - 78.23% (125 MB)

[#008] sha256:1ed0f1ddf3fc5fc50039ddfcc2301fc5cb3ee1005b1bc53d3ac54290bec84c9c - 0.0% (4.95 KB)


History
2022-10-25 05:54:59 UTC

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

2022-10-25 05:54:59 UTC

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

2022-10-26 02:12:08 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

2022-10-26 02:12:16 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates jq numactl ; if ! command -v ps > /dev/null; then apt-get install -y --no-install-recommends procps; fi; rm -rf /var/lib/apt/lists/*

2022-10-26 02:12:16 UTC

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

2022-10-26 02:12:16 UTC

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

2022-10-26 02:12:26 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; if ! command -v gpg > /dev/null; then apt-get install -y --no-install-recommends gnupg dirmngr; savedAptMark="$savedAptMark gnupg dirmngr"; elif gpg --version | grep -q '^gpg (GnuPG) 1\.'; then apt-get install -y --no-install-recommends gnupg-curl; fi; 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; command -v gpgconf && gpgconf --kill all || :; rm -r "$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

2022-10-26 02:12:27 UTC

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

2022-10-26 02:13:24 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5'; 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; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"

2022-10-26 02:13:24 UTC

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

2022-10-26 02:13:24 UTC

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

2022-10-26 02:13:24 UTC

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

2022-10-26 02:13:25 UTC

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

2022-10-26 02:13:25 UTC

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

2022-10-26 02:13:25 UTC

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

2022-10-26 02:13:38 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

2022-10-26 02:13:40 UTC

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

2022-10-26 02:13:40 UTC

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

2022-10-26 02:13:40 UTC

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

2022-10-26 02:13:40 UTC

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

2022-10-26 02:13:40 UTC

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

2022-10-26 02:13:40 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