Tag

library/mongo:4.4.13
Content Digest: sha256:05678ae4e5e1df9f4b7d89c102fe55b1ef156bb8ba148b156ddb98549f8efe90
Manifests
Details
Content Digest

sha256:aa61e4b09cef04db6fd5668e61085e5f458e51c80edafe42fa8e01b5d2a4e8ee

Created

2022-04-30 01:27:59 UTC

Size

164 MB


Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.13

PATH

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


Layers

[#000] sha256:d5fd17ec1767521cf97f61568096bfc9a7cd9c2d149576a7b43930c5a97062b0 - 16.64% (27.2 MB)

[#001] sha256:b2c91407ff49a20fbbec312d88c5b7eb2e72d91686e743944a6db5a0f4f8486c - 0.0% (1.71 KB)

[#002] sha256:05bd3555a96cfd496dab347b14ff1a31e76e1f6ddb3733c2f289f4ac7d3d23bb - 1.78% (2.92 MB)

[#003] sha256:49fe477b9b26149e47b35bb58ebaa5a79097d222ccdaa91a8ab5838772fd0cc3 - 3.79% (6.2 MB)

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

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

[#006] sha256:d5444fe6c1b6c15ba1606da52b26eb4a76a5d333878d58f8b129afdd6025cb30 - 0.0% (260 Bytes)

[#007] sha256:1d423d6a5a5160979ee8b7472488ee7a8b7ef0f0b36ba1808373189201e6070c - 77.78% (127 MB)

[#008] sha256:29d157208b19c197efd2a376caa48ef90c45929f0d2f9b5c3f22ef5e665f7e80 - 0.0% (170 Bytes)

[#009] sha256:19f347f45530925b9084dc66a36971739d6fd280bd3bf873afbff1a228d122b7 - 0.0% (4.83 KB)


History
2022-04-29 23:20:59 UTC

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

2022-04-29 23:20:59 UTC

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

2022-04-30 01:26:10 UTC

/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb

2022-04-30 01:26:17 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-04-30 01:26:18 UTC

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

2022-04-30 01:26:18 UTC

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

2022-04-30 01:26:29 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-04-30 01:26:29 UTC

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

2022-04-30 01:27:36 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-04-30 01:27:36 UTC

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

2022-04-30 01:27:36 UTC

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

2022-04-30 01:27:36 UTC

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

2022-04-30 01:27:36 UTC

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

2022-04-30 01:27:36 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-04-30 01:27:37 UTC

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

2022-04-30 01:27:57 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && ln -s /bin/true /usr/local/bin/systemctl && 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 -f /usr/local/bin/systemctl && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2022-04-30 01:27:59 UTC

/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb

2022-04-30 01:27:59 UTC

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

2022-04-30 01:27:59 UTC

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

2022-04-30 01:27:59 UTC

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

2022-04-30 01:27:59 UTC

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

2022-04-30 01:27:59 UTC

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

Details
Content Digest

sha256:d99341c2a154210ea4470eeaba1ef1693c989711dab58a3885744987cac77b9b

Created

2022-05-11 16:48:24 UTC

Size

2.31 GB


Environment
MONGO_DOWNLOAD_SHA256

0eb6e5c43c74a992301529515c52b7e326239cd12649fb6f91e807fcbbf06f39

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.13


Layers

[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 57.93% (1.34 GB)

[#001] sha256:12fb50a031bdc8d2b65d86d694a4ed20e937852ed1bd3c433d8f2f60279cecc7 - 32.28% (764 MB)

[#002] sha256:52d280e9bf32da92b07a144022b757d7e39ac8039e166551ad32f8ee416bb55f - 0.0% (1.26 KB)

[#003] sha256:16900b0eef05f3da0e92232ec13c75628020577bc4a32e6268d53af55563547b - 0.0% (1.36 KB)

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

[#005] sha256:8104d667205efc25673bed47d2489d6d21257c7bdd2cd6c1ab1197ac7268a400 - 0.0% (1.4 KB)

[#006] sha256:3c0e1b2506a26c591d6f9b208c8df3a7e37b51fa30990a7f1764931907d6d9f6 - 9.79% (232 MB)

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

[#008] sha256:960759cf02966e2870463bdfd10b57da4f9d33843a71a643bfb5ee5db2361223 - 0.0% (1.41 KB)

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


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

Apply image 10.0.20348.643

2022-05-05 03:02:27 UTC

Install update 10.0.20348.707

2022-05-11 12:34:26 UTC

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

2022-05-11 16:47:01 UTC

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

2022-05-11 16:47:02 UTC

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

2022-05-11 16:47:03 UTC

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

2022-05-11 16:48:20 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\mongo.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-05-11 16:48:22 UTC

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

2022-05-11 16:48:23 UTC

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

2022-05-11 16:48:24 UTC

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

Details
Content Digest

sha256:dde23a52be7b7e4b31f56988826f3155c52b3cc7d642ef4e755821d630640663

Created

2022-05-11 16:50:41 UTC

Size

2.56 GB


Environment
MONGO_DOWNLOAD_SHA256

0eb6e5c43c74a992301529515c52b7e326239cd12649fb6f91e807fcbbf06f39

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.13


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 68.34% (1.75 GB)

[#001] sha256:8b534d64a7c337eb8a23b425e4f598cd3e7407ddf8c7b2f714d1e7f7ed6a04be - 22.82% (598 MB)

[#002] sha256:b34adcbd607b6c175a7c7a819fecbbfd53899678f53f169f2b4504070ec6b0ab - 0.0% (1.25 KB)

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

[#004] sha256:7a0b8cf46227182c04db36accefd5c05fcc3647b25572dc1cdf1ba4c7b13f4b5 - 0.0% (1.36 KB)

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

[#006] sha256:9b5e5a4f78198e226454e4e9f60e98db6342f3e31fe3e11e0c5c498648b68ccd - 8.84% (232 MB)

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

[#008] sha256:641622bfb5c3b3274e0e03b0e2775c5a8a6930ab1c6a76d635f63fc5568218c1 - 0.0% (1.38 KB)

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


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

Apply image 10.0.17763.2803

2022-05-05 17:03:24 UTC

Install update 10.0.17763.2928

2022-05-11 12:42:26 UTC

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

2022-05-11 16:48:46 UTC

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

2022-05-11 16:48:47 UTC

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

2022-05-11 16:48:48 UTC

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

2022-05-11 16:50:36 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\mongo.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-05-11 16:50:38 UTC

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

2022-05-11 16:50:40 UTC

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

2022-05-11 16:50:41 UTC

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

Details
Content Digest

sha256:03a7a21cde2367f3bf9cbaf3100231a0d5cfd58a53ea5a6a171b4a2d954c2106

Created

2022-04-30 01:02:04 UTC

Size

159 MB


Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.13

PATH

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


Layers

[#000] sha256:d4ba87bb7858f0dd4a60003f011338f3a58b87d0add985652856007fe5ca5034 - 16.29% (25.9 MB)

[#001] sha256:2905e503bba5cabc836e98f44231192481fc1bbdbb490746f66fe06e85112373 - 0.0% (1.69 KB)

[#002] sha256:7f2fbfedcbbd5836fcf2acfd4eb776878244a44f12b71a3c4fb18e285ab7afd1 - 1.75% (2.78 MB)

[#003] sha256:fed819c9035120a3b2e0dfddbd0da9c877f71d2ad339de57b514c7c346213475 - 3.75% (5.96 MB)

[#004] sha256:8c9476a7638d326b957e4885732ba2bb1e87564becc4b674565f8d575a0a60ea - 0.0% (115 Bytes)

[#005] sha256:443796fcd1a6292fef9f604200f902530ed9f4232f9b354f3f88467872ce759c - 0.0% (1.36 KB)

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

[#007] sha256:16204c167146799b997fb0584fed36d0ace28482762b57c2cd4dfb30a5bf75b4 - 78.21% (124 MB)

[#008] sha256:22f7843efe62c842f1698c36f7c0955633953df40f008cd632c2fb335a3d57ad - 0.0% (138 Bytes)

[#009] sha256:0f2aef72b4369d48f45372a010be28a3bad0504259ad96a21465e13ea92ee2bd - 0.0% (4.83 KB)


History
2022-04-29 22:49:34 UTC

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

2022-04-29 22:49:35 UTC

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

2022-04-30 00:59:39 UTC

/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb

2022-04-30 00:59:49 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-04-30 00:59:49 UTC

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

2022-04-30 00:59:50 UTC

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

2022-04-30 01:00:05 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-04-30 01:00:06 UTC

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

2022-04-30 01:01:36 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-04-30 01:01:37 UTC

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

2022-04-30 01:01:38 UTC

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

2022-04-30 01:01:39 UTC

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

2022-04-30 01:01:40 UTC

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

2022-04-30 01:01:41 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-04-30 01:01:42 UTC

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

2022-04-30 01:01:58 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && ln -s /bin/true /usr/local/bin/systemctl && 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 -f /usr/local/bin/systemctl && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2022-04-30 01:01:59 UTC

/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb

2022-04-30 01:02:00 UTC

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

2022-04-30 01:02:02 UTC

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

2022-04-30 01:02:02 UTC

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

2022-04-30 01:02:03 UTC

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

2022-04-30 01:02:04 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.