Namespace
library
Image / Tag
mongo:4.2.0-rc4
Content Digest
sha256:d6d12a8aa01b109e2b54c093f31a74f7ce6f6a692712b6da61dc13fa431ef3e5
Details
Created

2019-07-29 23:49:11 UTC

Size

140 MB

Content Digest
Environment
GOSU_VERSION

1.11

GPG_KEYS

E162F504A20CDF15827F718D4B7C549A058F8B6B 9DA31620334BD75D9DCB49F368818C72E52529D4 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5 0C49F3730359A14518585931BC711F9BA15703C6

JSYAML_VERSION

3.13.0

MONGO_MAJOR

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.2.0~rc4

PATH

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


Layers

[#000] sha256:7413c47ba209e555018c4be91101d017737f24b0c9d1f65339b97a4da98acb2a - 18.19% (25.5 MB)

[#001] sha256:0fe7e7cbb2e88617d969efeeb3bd3125f7d309335c736a0525233ec2dc06aee1 - 0.02% (34.5 KB)

[#002] sha256:1d425c98234572d4221a1ac173162c4279f9fdde4726ec22ad3c399f59bb7503 - 0.0% (847 Bytes)

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

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

[#005] sha256:f6508c5fc358cf116de1ef71c14daca5300d9193d86aaa68e8c9d0059758ccfc - 2.03% (2.84 MB)

[#006] sha256:1798ab2eeee4b72a0027af7cfec0eefec5e88ea491c75d29b2f1b1870b15df8e - 3.93% (5.5 MB)

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

[#008] sha256:e69683b211a278fe4aa82b1f94a1c2e3e4cc9a28eaba3f696bda8472b0252605 - 0.0% (5.6 KB)

[#009] sha256:6b6e492ee289702cb1782b3bbed73d69dfff0d4816a1559f73eb72b38df260a7 - 0.0% (238 Bytes)

[#010] sha256:a82335eeaef03317e32f5cb4afd0918cbaaf6fa8b1a0ae23fbdfa6f73adec8c7 - 75.82% (106 MB)

[#011] sha256:e55b1d8ce113d29b391e9f5bc44966970074a2b6cf7259fb438858139f832087 - 0.0% (139 Bytes)

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


History
2019-07-23 15:21:10 UTC

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

2019-07-23 15:21:11 UTC

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

2019-07-23 15:21:12 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-07-23 15:21:12 UTC

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

2019-07-23 15:21:13 UTC

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

2019-07-23 18:10:00 UTC

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

2019-07-23 18:10:08 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-07-23 18:10:08 UTC

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

2019-07-23 18:10:09 UTC

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

2019-07-23 18:10:21 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; 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-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false

2019-07-23 18:10:21 UTC

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

2019-07-29 23:48:39 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=E162F504A20CDF15827F718D4B7C549A058F8B6B 9DA31620334BD75D9DCB49F368818C72E52529D4 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5 0C49F3730359A14518585931BC711F9BA15703C6

2019-07-29 23:48:41 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-07-29 23:48:41 UTC

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

2019-07-29 23:48:41 UTC

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

2019-07-29 23:48:41 UTC

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

2019-07-29 23:48:41 UTC

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

2019-07-29 23:48:42 UTC

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

2019-07-29 23:48:42 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-07-29 23:49:09 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-07-29 23:49:10 UTC

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

2019-07-29 23:49:11 UTC

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

2019-07-29 23:49:11 UTC

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

2019-07-29 23:49:11 UTC

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

2019-07-29 23:49:11 UTC

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

2019-07-29 23:49:11 UTC

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

Details
Created

2019-07-30 00:02:08 UTC

Size

5.4 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

9071fbe5a143ee96a635c010ef02c755dd75ed83b8d3d8115ea13f4d9c204567

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.0-rc4


Layers

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

[#001] sha256:a816556df6ab81da5fe05f09f52050098042b11001ccce80336f3c312a840d65 - 28.24% (1.53 GB)

[#002] sha256:569687b16c6d860ffcbe521b5cf3f3564df9d3abcfe21ebf8b766651bb5d68d3 - 0.0% (1.18 KB)

[#003] sha256:78a09d4d4438350627fc96e57587e596bbde48fa193ba7a5746b358c3ef81d42 - 0.0% (1.18 KB)

[#004] sha256:120d526af999897dd2b54d7b4a2031ddc182474c186ab956eb1649b780a53535 - 0.0% (1.17 KB)

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

[#006] sha256:4972d7733ea7a1729657a0c2b24831cde5c4a2fd4dc6daee0b0b69b3327cd759 - 1.6% (88.6 MB)

[#007] sha256:96eb839ae9dbbf118d9aa60d742c17a50924089ddd98f72a81f8d0ef02ef1cbb - 0.0% (1.15 KB)

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

[#009] sha256:95d50e375eb479391a3f48c62a6d6d12c5a921bd3e3789068684d073a905433a - 0.0% (1.13 KB)


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

Apply image 1607-RTM-amd64

2019-07-05 15:56:18 UTC

Install update ltsc2016-amd64

2019-07-10 14:30:47 UTC

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

2019-07-29 23:51:53 UTC

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

2019-07-29 23:51:54 UTC

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

2019-07-29 23:51:55 UTC

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

2019-07-30 00:02:02 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-07-30 00:02:04 UTC

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

2019-07-30 00:02:06 UTC

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

2019-07-30 00:02:08 UTC

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

Details
Created

2019-07-30 00:21:26 UTC

Size

2.63 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

9071fbe5a143ee96a635c010ef02c755dd75ed83b8d3d8115ea13f4d9c204567

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.0-rc4


Layers

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

[#001] sha256:2c94705eec1366ad664f9523fe8b5dc4ceed4b4dd7f784e64a526c588201bdc4 - 23.81% (640 MB)

[#002] sha256:ca923bbdbfb45b97fa3deacb0fab791394bb70acb0e732a28742f352b9e98b5f - 0.0% (1.15 KB)

[#003] sha256:3ec9c86c8bfa316609d8e93b077a5ff1bfec6cb2b505232b6405e2c2bc7c4cd0 - 0.0% (1.17 KB)

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

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

[#006] sha256:dc694893d3397e8cfac9c1d061a2018e64ebb112a74d9c597be881275b0c03a8 - 17.31% (465 MB)

[#007] sha256:17ed11ff84caae44b779661881b4efe9651a9f0f6ed50507d13b211f802bcc29 - 0.0% (1.17 KB)

[#008] sha256:3395040f8509445dfff867278102676b7c665f9b1280e36a26b056655f3f0579 - 0.0% (1.17 KB)

[#009] sha256:350cb9d7bafc67c3c7b5166d17f1da77a8a90ad6cb26647d260375dde86499e9 - 0.0% (1.14 KB)


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

Apply image 1803-RTM-amd64

2019-07-05 15:30:33 UTC

Install update 1803-amd64

2019-07-10 22:21:16 UTC

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

2019-07-30 00:02:22 UTC

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

2019-07-30 00:02:24 UTC

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

2019-07-30 00:02:25 UTC

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

2019-07-30 00:21:19 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-07-30 00:21:21 UTC

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

2019-07-30 00:21:24 UTC

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

2019-07-30 00:21:26 UTC

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

Details
Created

2019-07-29 23:48:34 UTC

Size

130 MB

Content Digest
Environment
GOSU_VERSION

1.11

GPG_KEYS

E162F504A20CDF15827F718D4B7C549A058F8B6B 9DA31620334BD75D9DCB49F368818C72E52529D4 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5 0C49F3730359A14518585931BC711F9BA15703C6

JSYAML_VERSION

3.13.0

MONGO_MAJOR

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.2.0~rc4

PATH

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


Layers

[#000] sha256:e5e9de242ab4d0ca15b2bfdee2c533dc91e53c44a2e2b3640b19413b5aab0072 - 17.45% (22.6 MB)

[#001] sha256:60d7edb2b4b3d325044f3dd46288f29673ba54881a4bd7f4c9186b8ffada4b17 - 0.03% (34.4 KB)

[#002] sha256:af2d5adc6d482fa58ba27ca0432cefacdca924049686818743a7fbb9ae8239b5 - 0.0% (851 Bytes)

[#003] sha256:07198cd8e218a5dc3c4ef8472f87a1ba53ead7dda5258516e448ae22515e0a0b - 0.0% (188 Bytes)

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

[#005] sha256:9d2a3a6f5c2f3ff781dd9ee7ae5d023cda901d8b6f21af868b979bff3a3df3e0 - 1.97% (2.55 MB)

[#006] sha256:e0716c913f520acc7732183d9ee1b9ac5bf0e38f508d24f839a237298df016bf - 3.89% (5.04 MB)

[#007] sha256:bd3be8ebc848fe4e0a39acf14d06cdb473e60c0e44d223e44ac397f2d53cf948 - 0.0% (148 Bytes)

[#008] sha256:d98c441e6face2f1e5db2c5864fccded1d5fb2a0ea648f72bd232ef7f446419c - 0.0% (5.6 KB)

[#009] sha256:88133cad92a203e26ef9d43fd3dc7fe454b699417b8587a49bfd8ec98697ae42 - 0.0% (240 Bytes)

[#010] sha256:7a1464464918665b7fe726355b48507e1ec78e52d3cb571cf2c5a7e099d2e8ad - 76.66% (99.3 MB)

[#011] sha256:081adaf7450b1c1551b3c4430ea587701143208b51a1583dc4bb3cbdc594cc08 - 0.0% (170 Bytes)

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


History
2019-07-23 15:45:16 UTC

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

2019-07-23 15:45:18 UTC

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

2019-07-23 15:45:20 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-07-23 15:45:21 UTC

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

2019-07-23 15:45:21 UTC

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

2019-07-23 17:50:09 UTC

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

2019-07-23 17:50:27 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-07-23 17:50:27 UTC

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

2019-07-23 17:50:27 UTC

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

2019-07-23 17:50:51 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; 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-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false

2019-07-23 17:50:53 UTC

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

2019-07-29 23:47:58 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=E162F504A20CDF15827F718D4B7C549A058F8B6B 9DA31620334BD75D9DCB49F368818C72E52529D4 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5 0C49F3730359A14518585931BC711F9BA15703C6

2019-07-29 23:48:00 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-07-29 23:48:01 UTC

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

2019-07-29 23:48:01 UTC

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

2019-07-29 23:48:01 UTC

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

2019-07-29 23:48:02 UTC

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

2019-07-29 23:48:02 UTC

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

2019-07-29 23:48:04 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-07-29 23:48:30 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-07-29 23:48:31 UTC

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

2019-07-29 23:48:32 UTC

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

2019-07-29 23:48:32 UTC

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

2019-07-29 23:48:33 UTC

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

2019-07-29 23:48:33 UTC

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

2019-07-29 23:48:34 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