Namespace
library
Image / Tag
mongo:4.4.6
Content Digest
sha256:6efa052039903e731e4a5550c68a13c4869ddc93742c716332883fd9c77eb79b
Details
Created

2021-07-14 01:08:21 UTC

Size

160 MB

Content Digest
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.6

PATH

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


Layers

[#000] sha256:e7ae86ffe2df0787131a4c49ace1b018fd38d62929b007d86bdd1f825e56a852 - 15.93% (25.5 MB)

[#001] sha256:cb44957d0c541a845375a933d2ec21ba0505bf0f2af0625cea1eecc2536a41d6 - 0.0% (1.83 KB)

[#002] sha256:1b034681f705a41cbc4e39d522ff033596e77fc853e10c2e37f50a5c826aeda2 - 1.78% (2.84 MB)

[#003] sha256:f68a0696c1b269f268673814e9babc38de9b0d5f48ea4e808788f17e4b8b1055 - 3.48% (5.56 MB)

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

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

[#006] sha256:af2e1e83b32e0eec8654608732a246567a97820837fb1bd352bc3552888dc786 - 0.0% (238 Bytes)

[#007] sha256:1a263184825bf104ee4fed991f8fc43039b582435583fd42f19f8ab422395fb0 - 78.81% (126 MB)

[#008] sha256:8cadecd5d9b5c872634aad769a6df37d4c1af7416eddb33c2793c38c10f1a41e - 0.0% (169 Bytes)

[#009] sha256:a0b5b7c565dcd3d0a41b6a45c32f5a5eeece0850843e38978f5a516c16f0d29a - 0.0% (4.37 KB)


History
2021-07-13 22:29:15 UTC

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

2021-07-13 22:29:15 UTC

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

2021-07-14 01:07:34 UTC

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

2021-07-14 01:07:44 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/*

2021-07-14 01:07:44 UTC

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

2021-07-14 01:07:44 UTC

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

2021-07-14 01:07:56 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

2021-07-14 01:07:57 UTC

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

2021-07-14 01:07:58 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; gpg --batch --export "$@" > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list

2021-07-14 01:07:59 UTC

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

2021-07-14 01:07:59 UTC

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

2021-07-14 01:07:59 UTC

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

2021-07-14 01:07:59 UTC

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

2021-07-14 01:08:00 UTC

/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2021-07-14 01:08:00 UTC

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

2021-07-14 01:08:19 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

2021-07-14 01:08:20 UTC

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

2021-07-14 01:08:20 UTC

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

2021-07-14 01:08:21 UTC

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

2021-07-14 01:08:21 UTC

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

2021-07-14 01:08:21 UTC

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

2021-07-14 01:08:21 UTC

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

Details
Created

2021-07-14 01:42:36 UTC

Size

6.06 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

ede50e8f8d8c9d23a8ca2cc1c96cdb9bcc1f617930e8bd1d46f21d95d0b555f8

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.6


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 62.56% (3.79 GB)

[#001] sha256:a567de41cc349380b25967f180fb1b6b2431bda61ccaaf69d78a33bc9523614a - 33.81% (2.05 GB)

[#002] sha256:fed351b78c876c55ec9c7e75d3b9d1b146c5c5dfeb4b5480c0a7c384322df98c - 0.0% (1.41 KB)

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

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

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

[#006] sha256:9fe4d76acc3a2cf38247c1cbec65584eed34014a36a92ae0a292cb09403dd4df - 3.63% (225 MB)

[#007] sha256:c75fc1ae80a1ed144e4be6730916b843792cbc97e5cb895b000fc7f77628fee9 - 0.0% (1.34 KB)

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

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


History
2016-11-19 17:05:00 UTC

Apply image 1607-RTM-amd64

2021-07-09 05:02:00 UTC

Install update ltsc2016-amd64

2021-07-14 01:14:25 UTC

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

2021-07-14 01:39:17 UTC

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

2021-07-14 01:39:20 UTC

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

2021-07-14 01:39:23 UTC

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

2021-07-14 01:42:26 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.';

2021-07-14 01:42:30 UTC

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

2021-07-14 01:42:33 UTC

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

2021-07-14 01:42:36 UTC

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

Details
Created

2021-07-14 01:39:03 UTC

Size

2.72 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

ede50e8f8d8c9d23a8ca2cc1c96cdb9bcc1f617930e8bd1d46f21d95d0b555f8

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.6


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 58.9% (1.6 GB)

[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 33.15% (922 MB)

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

[#003] sha256:a7a780c3e6fa770d22210417e5c5a3a4d2e668bbe4c1a7ab3b994ea2719d8228 - 0.0% (1.35 KB)

[#004] sha256:46669403d8fafe018b0a4e4d6e14632750ca0a27a9a55080b629b0dfd529d4bb - 0.0% (1.4 KB)

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

[#006] sha256:dff0c2c8f7108d4eaa33602ab00eb6d39d7e1ce8824aeffd94c035465990cd1c - 7.94% (221 MB)

[#007] sha256:e67f4d8a65c90add62186cc8ae941f212e96721c2fb2347c7ccd470da5bc2ecf - 0.0% (1.4 KB)

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

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


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2021-07-06 20:34:18 UTC

Install update 1809-amd64

2021-07-14 01:07:27 UTC

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

2021-07-14 01:36:18 UTC

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

2021-07-14 01:36:21 UTC

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

2021-07-14 01:36:24 UTC

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

2021-07-14 01:38:54 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.';

2021-07-14 01:38:57 UTC

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

2021-07-14 01:39:00 UTC

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

2021-07-14 01:39:03 UTC

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

Details
Created

2021-07-13 23:35:48 UTC

Size

153 MB

Content Digest
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.6

PATH

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


Layers

[#000] sha256:b9bb7af7248f30dd1b1f9807608f5f532133384e4db55caa6dbc69b9cf15ddcc - 14.79% (22.6 MB)

[#001] sha256:1144ce5a4d437bc3a402b7d84dbb07ebfd29e6a27c69308595a22c5427d7740a - 0.0% (1.84 KB)

[#002] sha256:9d41492c226c4229bf083283f32267459e6d319325ca5480bdcee7865201d9f5 - 1.66% (2.55 MB)

[#003] sha256:2f53d0649742e2bcfa176905aeb79bd30b58e6ac54b07eb6e9ee79478605853d - 3.33% (5.1 MB)

[#004] sha256:37eec4453e89798d2ca6a9f360d41034efc6a80fa1d59c0c6c41376d0061b756 - 0.0% (149 Bytes)

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

[#006] sha256:e856c7ece5dbebbdd2f08d0bd111a3d5b3566964de3c5690abf8d3f3e2447ca0 - 0.0% (235 Bytes)

[#007] sha256:31e6e9954c4a8bf9845122cfe7ed757afa64c2959831a04f075d93048c36aff1 - 80.21% (123 MB)

[#008] sha256:33eaace2176a2d87b3104a230b1b4f08332d76c3433af907745bef2bf40629d9 - 0.0% (170 Bytes)

[#009] sha256:7abf3bb369462371c3ba2e60799e66bd9fd991cc7e082cf28bd597d28365d775 - 0.0% (4.37 KB)


History
2021-07-13 23:01:09 UTC

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

2021-07-13 23:01:09 UTC

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

2021-07-13 23:34:55 UTC

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

2021-07-13 23:35:04 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/*

2021-07-13 23:35:04 UTC

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

2021-07-13 23:35:04 UTC

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

2021-07-13 23:35:23 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

2021-07-13 23:35:24 UTC

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

2021-07-13 23:35:25 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; gpg --batch --export "$@" > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list

2021-07-13 23:35:25 UTC

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

2021-07-13 23:35:25 UTC

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

2021-07-13 23:35:26 UTC

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

2021-07-13 23:35:26 UTC

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

2021-07-13 23:35:27 UTC

/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2021-07-13 23:35:27 UTC

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

2021-07-13 23:35:46 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

2021-07-13 23:35:47 UTC

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

2021-07-13 23:35:47 UTC

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

2021-07-13 23:35:48 UTC

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

2021-07-13 23:35:48 UTC

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

2021-07-13 23:35:48 UTC

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

2021-07-13 23:35:48 UTC

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

Details
Created

2021-07-13 23:55:11 UTC

Size

162 MB

Content Digest
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.6

PATH

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


Layers

[#000] sha256:3287e09e36098b10234ccc1f8db0b48e2027ca7caa353a362d65f9b017ab802e - 14.97% (24.2 MB)

[#001] sha256:61c7abbb3c12105fa99caf76024a1040bd582d41576eb015a98a10c5490c5b50 - 0.0% (1.84 KB)

[#002] sha256:bf7294dd42dfc01299b4b9413f0f346ba6aae1e4a9429d55b6501e980302a1a3 - 1.6% (2.58 MB)

[#003] sha256:6dac345cafca3cecd05cd49cfdbff6ac6c3ae06806200652e7a82ac4c60eed8f - 3.39% (5.48 MB)

[#004] sha256:434bbeb474bbb9e604c4c71a54d1e70712ffd7aad811211e57d6421748568369 - 0.0% (149 Bytes)

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

[#006] sha256:186ab46e91691849947d374ec271c07a6c73200054e902f3a921231b311db772 - 0.0% (236 Bytes)

[#007] sha256:11f6f98542478317bc924f3f88033eeff47e8a9db8dba3b477553c3c7e128e63 - 80.04% (129 MB)

[#008] sha256:01d96e95e9833678681afb6eac9c8f6d3375ecb52983c0b394abaa3e9ee0dba0 - 0.0% (169 Bytes)

[#009] sha256:9cb95f558d4cdd7e227e47f6b30d2fbf9e037deca6e9220988569746f5d9d486 - 0.0% (4.37 KB)


History
2021-07-13 22:53:22 UTC

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

2021-07-13 22:53:24 UTC

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

2021-07-13 23:54:11 UTC

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

2021-07-13 23:54:19 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/*

2021-07-13 23:54:19 UTC

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

2021-07-13 23:54:20 UTC

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

2021-07-13 23:54:32 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

2021-07-13 23:54:33 UTC

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

2021-07-13 23:54:35 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; gpg --batch --export "$@" > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list

2021-07-13 23:54:36 UTC

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

2021-07-13 23:54:36 UTC

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

2021-07-13 23:54:36 UTC

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

2021-07-13 23:54:37 UTC

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

2021-07-13 23:54:38 UTC

/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2021-07-13 23:54:38 UTC

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

2021-07-13 23:55:03 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

2021-07-13 23:55:10 UTC

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

2021-07-13 23:55:10 UTC

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

2021-07-13 23:55:11 UTC

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

2021-07-13 23:55:11 UTC

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

2021-07-13 23:55:11 UTC

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

2021-07-13 23:55:11 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