Tag

library/mongo:4.2.0-rc1
Content Digest: sha256:4ede9a460e58037726614626baebfc8882e1e813d9d884028d6603a2a9aeefa2
Manifests
Details
Content Digest

sha256:195f206145e6b7bc9800c32db98bb809d10bbf3d381cb9998fb844b283b0cda6

Created

2019-06-19 02:55:22 UTC

Size

139 MB


Environment
GOSU_VERSION

1.11

GPG_KEYS

E162F504A20CDF15827F718D4B7C549A058F8B6B

JSYAML_VERSION

3.13.0

MONGO_MAJOR

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.2.0~rc1

PATH

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


Layers

[#000] sha256:5b7339215d1d5f8e68622d584a224f60339f5bef41dbd74330d081e912f0cddd - 18.31% (25.4 MB)

[#001] sha256:14ca88e9f6723ce82bc14b241cda8634f6d19677184691d086662641ab96fe68 - 0.02% (34.5 KB)

[#002] sha256:a31c3b1caad473a474d574283741f880e37c708cc06ee620d3e93fa602125ee0 - 0.0% (849 Bytes)

[#003] sha256:b054a26005b7f3b032577f811421fab5ec3b42ce45a4012dfa00cf6ed6191b0f - 0.0% (162 Bytes)

[#004] sha256:5efa5dbd15c6cba5c77f98b32761f0ea799ef618f1a9d952557d3d22dc405d4a - 0.0% (1.84 KB)

[#005] sha256:21bf868b78e8d18b191d319638097f510fb8223706146fd7dd58f69483ddeb46 - 2.04% (2.84 MB)

[#006] sha256:925562f87d164dddc06b822208c3af62ecbbf43f1aae5f32c3b810f0d8fd6849 - 3.95% (5.49 MB)

[#007] sha256:fbde063b2555283fab953b0ddaa30819e40617e85d3b7704d8e1bed62c88b320 - 0.0% (115 Bytes)

[#008] sha256:1e8d5b6b5b74c49629c8b767768ff4884f25aab5e081c87e09dbdfeaccb42014 - 0.0% (1.4 KB)

[#009] sha256:ac87ef662d582820a8f10a15fc1d4923d39f9cce47fc74e7263524e7aaea1967 - 0.0% (237 Bytes)

[#010] sha256:ec934e7d2a1f0c6aa0596dcf15550d915fd57963702babe1d641133a0740e157 - 75.66% (105 MB)

[#011] sha256:f0350c45bee6b075549822d2ba3e09b633d014ff6f53263d29dc746bb86adc45 - 0.0% (138 Bytes)

[#012] sha256:8dc820dfe277e2f3d6f9a1e7afc932b4c59e4ab28bc42a38b47393d9df77eceb - 0.0% (3.82 KB)


History
2019-06-18 22:51:33 UTC

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

2019-06-18 22:51:35 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2019-06-18 22:51:36 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2019-06-18 22:51:37 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2019-06-18 22:51:38 UTC

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

2019-06-19 02:53:57 UTC

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

2019-06-19 02:54:07 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/*

2019-06-19 02:54:07 UTC

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

2019-06-19 02:54:07 UTC

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

2019-06-19 02:54:25 UTC

/bin/sh -c set -ex; 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; 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 ha.pool.sks-keyservers.net --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; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true; wget -O /js-yaml.js "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js"; apt-get purge -y --auto-remove wget

2019-06-19 02:54:25 UTC

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

2019-06-19 02:54:26 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=E162F504A20CDF15827F718D4B7C549A058F8B6B

2019-06-19 02:54:27 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --export $GPG_KEYS > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list

2019-06-19 02:54:59 UTC

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

2019-06-19 02:54:59 UTC

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

2019-06-19 02:54:59 UTC

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

2019-06-19 02:54:59 UTC

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

2019-06-19 02:55:00 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.0~rc1

2019-06-19 02:55: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"

2019-06-19 02:55:18 UTC

/bin/sh -c set -x && 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

2019-06-19 02:55:21 UTC

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

2019-06-19 02:55:21 UTC

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

2019-06-19 02:55:21 UTC

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

2019-06-19 02:55:21 UTC

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

2019-06-19 02:55:21 UTC

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

2019-06-19 02:55:22 UTC

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

Details
Content Digest

sha256:4baad1f26325de635051ae473931606184c4dc5451c0b599200dba6d20aa6716

Created

2019-06-14 22:35:28 UTC

Size

5.77 GB


Environment
MONGO_DOWNLOAD_SHA256

379bcf1725c19c6ff2f2f159ef4e22c9a4ba32692a994e809457f1053c50066f

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.0-rc1-signed.msi

MONGO_VERSION

4.2.0-rc1


Layers

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

[#001] sha256:b39d5d9be066f0f1bd27e6ca44acdf71d85b81b878665ee46215ddcb7ded74a0 - 26.46% (1.53 GB)

[#002] sha256:a93a9306787f35923544db17afaac32adba5f64cbbb54158d169119bec4293a0 - 0.0% (1.16 KB)

[#003] sha256:64c9c55f57c1314df0c0ea3bfa0f9828048f1aa4ca1889f889f26b07e6bfabd0 - 0.0% (1.14 KB)

[#004] sha256:b795d63ca0c60369e3d027e4954c844c6efe95bfd395c873405e10f880562a50 - 0.0% (1.18 KB)

[#005] sha256:5c485f7beb6b0250926a31c4362ecd3d4931aea22fab60066139091f1e655b48 - 0.0% (1.16 KB)

[#006] sha256:e897bddc85c4048aa769ead4c61124c95cc0e766bc307a9983808764a10f4bec - 7.87% (465 MB)

[#007] sha256:dff27079ef190d12fb0e9660f17afc04ca56f6b935845de4a12606074bfff77b - 0.0% (1.14 KB)

[#008] sha256:65c4b77789be7b96e52e277a1665dd5db601174bb4c7c99f4dae38dcfaccbe3f - 0.0% (1.17 KB)

[#009] sha256:5fd6f8bda3590926cd663d1cd123564075952ee2edb14dc53d817eb7cd05075e - 0.0% (1.12 KB)


History
2016-11-22 23:24:34 UTC

Apply image 1607-RTM-amd64

2019-06-06 17:26:33 UTC

Install update ltsc2016-amd64

2019-06-12 16:02:36 UTC

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

2019-06-14 22:17:09 UTC

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

2019-06-14 22:17:10 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.0-rc1-signed.msi

2019-06-14 22:17:12 UTC

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

2019-06-14 22:35: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'); 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', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $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:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2019-06-14 22:35:24 UTC

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

2019-06-14 22:35:26 UTC

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

2019-06-14 22:35:28 UTC

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

Details
Content Digest

sha256:969b605442c0ebb44369f1c617dc3bf0cefd297989db8dc4016b73ebb48f4687

Created

2019-06-14 22:54:41 UTC

Size

2.6 GB


Environment
MONGO_DOWNLOAD_SHA256

379bcf1725c19c6ff2f2f159ef4e22c9a4ba32692a994e809457f1053c50066f

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.0-rc1-signed.msi

MONGO_VERSION

4.2.0-rc1


Layers

[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 59.38% (1.55 GB)

[#001] sha256:2de32ee3b543cb2d1e3b6dd5d2578256c4bde975bc92e959325ff83ae8ed617b - 23.2% (618 MB)

[#002] sha256:076b435f3942cf91d0426105dffd7d0bde44033a5dc272f9f96d6322a9c22972 - 0.0% (1.12 KB)

[#003] sha256:eb529888e90af7ffe92b08fdfb75af5d27d9f0a355a6bad626c76cf173a3cc4b - 0.0% (1.12 KB)

[#004] sha256:83619adeac618c336e63f993c76e44ee7b6dd0cc2aacd75fe4b5cec7db407a64 - 0.0% (1.18 KB)

[#005] sha256:cb18aa21df25a8384a8629925b5a237f1c5af8c0745a4f921860c9056e52a4e2 - 0.0% (1.16 KB)

[#006] sha256:0f36ed3d3ddfe442ba97893c9e03ea22248beb1547b5002f03c7ccad8af8c368 - 17.42% (464 MB)

[#007] sha256:68932ae56df5637bb43976ac08806ffbdcb45a0f54d8c06f76857d02150612aa - 0.0% (1.18 KB)

[#008] sha256:c9e98fb45bdf873c215d73727038ef885cde538e7cacc59f0e8ab1e2447c14ab - 0.0% (1.15 KB)

[#009] sha256:349a2b7d1754b924714bd3537fd9fbaeb9f52a8a3fde704fd518175e46b249ea - 0.0% (1.13 KB)


History
2018-04-12 09:20:54 UTC

Apply image 1803-RTM-amd64

2019-06-08 17:13:11 UTC

Install update 1803-amd64

2019-06-12 16:24:22 UTC

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

2019-06-14 22:35:44 UTC

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

2019-06-14 22:35:45 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.0-rc1-signed.msi

2019-06-14 22:35:46 UTC

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

2019-06-14 22:54: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'); 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', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $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:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2019-06-14 22:54:38 UTC

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

2019-06-14 22:54:39 UTC

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

2019-06-14 22:54:41 UTC

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

Details
Content Digest

sha256:b516da9af5b89d054be982d8f72ad55e945d8fcdba1d9c2f5bca2f794f5ead73

Created

2019-06-18 23:14:03 UTC

Size

129 MB


Environment
GOSU_VERSION

1.11

GPG_KEYS

E162F504A20CDF15827F718D4B7C549A058F8B6B

JSYAML_VERSION

3.13.0

MONGO_MAJOR

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.2.0~rc1

PATH

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


Layers

[#000] sha256:85df13e07ac866f0749412605b4d04aef859d2d116979e1dad9da5093585ce3c - 17.56% (22.6 MB)

[#001] sha256:8627bf1c6512dd26e72f564465b94d24232e3221dc649211b6c2169cd9bae0f7 - 0.03% (34.4 KB)

[#002] sha256:c99ec04f469874c69bd01d057f54593e5346d90cfba712152008d76624217ddb - 0.0% (853 Bytes)

[#003] sha256:dbc2e75663b5f54850089251d728dea5cb0b29b1e95e1bc0785c801bd2dc3092 - 0.0% (189 Bytes)

[#004] sha256:a1749408d43f113d12d152ab4dd576d5d29636646168a1eef8ad09ddd40763a3 - 0.0% (1.84 KB)

[#005] sha256:291d9ab7c59d5f26afe9e4900b789db5bdc1dcce9603e6cb1751243332a21eb9 - 1.98% (2.54 MB)

[#006] sha256:6de608279602a0294a2b33e70a10fe0b3661cc02c1e0dc47d12e612b6f2222b1 - 3.91% (5.03 MB)

[#007] sha256:66e2f716fe39f2427e35742bbeab398fd6bcf8c7d4d4e938e17ddf106bb89d87 - 0.0% (149 Bytes)

[#008] sha256:61707a40366e94f0ac48d45ce467e0ce4ea8069ad7bf92d95e47130cfe2efb23 - 0.0% (1.4 KB)

[#009] sha256:2d855eb5b956ecc5adcf13b4766821242cafbb7b2c27a4a9dcae786f5674c826 - 0.0% (236 Bytes)

[#010] sha256:1cae734df3859434644590e547aedbceae0e6e421aa433da66a160208adf9e12 - 76.52% (98.5 MB)

[#011] sha256:2299057a68b45f92ec500422cfdbe23eed91b55295cb571bee9795b92c1ab181 - 0.0% (168 Bytes)

[#012] sha256:d6d18f3cfa007065594f1f715a2dba6269719be0014bbe49d3017c6b6fbbfcaa - 0.0% (3.82 KB)


History
2019-06-18 21:40:20 UTC

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

2019-06-18 21:40:22 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2019-06-18 21:40:24 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2019-06-18 21:40:25 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2019-06-18 21:40:26 UTC

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

2019-06-18 23:11:39 UTC

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

2019-06-18 23:11:58 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/*

2019-06-18 23:11:59 UTC

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

2019-06-18 23:11:59 UTC

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

2019-06-18 23:12:25 UTC

/bin/sh -c set -ex; 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; 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 ha.pool.sks-keyservers.net --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; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true; wget -O /js-yaml.js "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js"; apt-get purge -y --auto-remove wget

2019-06-18 23:12:27 UTC

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

2019-06-18 23:12:27 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=E162F504A20CDF15827F718D4B7C549A058F8B6B

2019-06-18 23:12:31 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --export $GPG_KEYS > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list

2019-06-18 23:13:21 UTC

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

2019-06-18 23:13:21 UTC

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

2019-06-18 23:13:22 UTC

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

2019-06-18 23:13:22 UTC

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

2019-06-18 23:13:23 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.0~rc1

2019-06-18 23:13:25 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"

2019-06-18 23:13:57 UTC

/bin/sh -c set -x && 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

2019-06-18 23:14:01 UTC

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

2019-06-18 23:14:02 UTC

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

2019-06-18 23:14:02 UTC

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

2019-06-18 23:14:03 UTC

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

2019-06-18 23:14:03 UTC

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

2019-06-18 23:14:03 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.