Namespace
library
Image / Tag
mongo:3.6.20
Content Digest
sha256:0f939abf087793b53997771ea053c9a17631ff9e7bef89884e5feec1cdeb83a8
Details
Created

2020-10-23 18:19:09 UTC

Size

160 MB

Content Digest
Environment
GOSU_VERSION

1.12

GPG_KEYS

2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5

JSYAML_VERSION

3.13.1

MONGO_MAJOR

3.6

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

3.6.20

PATH

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


Layers

[#000] sha256:2c11b7cecaa5d3e2a57e290921ababbfb8572b549015168d4cbd91c340d2c566 - 27.37% (43.7 MB)

[#001] sha256:04637fa562525a9366f00e8f4b08d04a347bded1ee513738451ef9d42b4dfc4e - 0.0% (849 Bytes)

[#002] sha256:d6e6af23a0f38c4a6511147d2a9dc06a07a7afa0669000cb62720c7eafe031ae - 0.0% (528 Bytes)

[#003] sha256:b4a424de92ad71639c5cabadcdab0493e4067eb2f9cf109ffef40db178349238 - 0.0% (168 Bytes)

[#004] sha256:cfdc37f645f1f92efc0d481e792e0fa91ea089f6b73d9fb792c96633805fda5d - 0.0% (1.94 KB)

[#005] sha256:42052a7ad84f4de60a92f03233d87e607d2175611a861941c9341c1123dc456d - 1.73% (2.77 MB)

[#006] sha256:877ff6eda0f824a9018cac13d7660227ddd551ba5fbd37341dd9ae9266b8c40f - 0.78% (1.24 MB)

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

[#008] sha256:299eaf21db23f042463bcd03ff6b2e0b143d947a03c8a73ad0a600de2d2de676 - 0.0% (1.95 KB)

[#009] sha256:86160728082d5e4dca1dcba55260bc04b117d23240f447c5f67297b219df3478 - 0.0% (236 Bytes)

[#010] sha256:41a4f4ac0278459f971fa1e542271449551497e63142be9a12c96c9408740e4a - 70.11% (112 MB)

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

[#012] sha256:6860826a14805c1bce5344447510517a26e19a5a6b1072fcb1dc0681e072f07f - 0.0% (3.86 KB)


History
2020-10-23 17:33:08 UTC

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

2020-10-23 17:33:09 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

2020-10-23 17:33:09 UTC

/bin/sh -c rm -rf /var/lib/apt/lists/*

2020-10-23 17:33:10 UTC

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

2020-10-23 17:33:10 UTC

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

2020-10-23 18:18:23 UTC

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

2020-10-23 18:18:33 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/*

2020-10-23 18:18:33 UTC

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

2020-10-23 18:18:33 UTC

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

2020-10-23 18:18:46 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

2020-10-23 18:18:46 UTC

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

2020-10-23 18:18:47 UTC

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

2020-10-23 18:18:48 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

2020-10-23 18:18:48 UTC

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

2020-10-23 18:18:48 UTC

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

2020-10-23 18:18:48 UTC

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

2020-10-23 18:18:48 UTC

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

2020-10-23 18:18:48 UTC

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

2020-10-23 18:18:49 UTC

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

2020-10-23 18:19:07 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

2020-10-23 18:19:08 UTC

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

2020-10-23 18:19:08 UTC

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

2020-10-23 18:19:08 UTC

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

2020-10-23 18:19:08 UTC

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

2020-10-23 18:19:09 UTC

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

2020-10-23 18:19:09 UTC

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

Details
Created

2020-11-11 21:35:50 UTC

Size

6.02 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

341d1163c192488596e01219b50c14c9113ad0c305b0aef73f271d9746e44aa1

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.20-signed.msi

MONGO_VERSION

3.6.20


Layers

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

[#001] sha256:4830fb08bc2df7ae80548c349b880c263ea87a7b93e13ecbc77c862b6e179558 - 26.3% (1.58 GB)

[#002] sha256:9affba5fa493b09d48e6bd56c0d7b0eb03d1dbaa80493dd08cb18a3c9ddfbb67 - 0.0% (1.14 KB)

[#003] sha256:f4e364635f0518ca5f9c97814abb56232be31bca4a7a5ce4ad6fc1d3e75c1d30 - 0.0% (1.1 KB)

[#004] sha256:b65964aad08ba90843076934592b6dcf6e5f1b6437f7867257c3651e73e4a1b2 - 0.0% (1.13 KB)

[#005] sha256:009e5c9b0485ce1fa745f4c8d522a189936e5c883c965f5debef4fceb8bf12ff - 0.0% (1.12 KB)

[#006] sha256:a50c687076d78d080e43376e68606e03e31b492282264928005e6c7ddb909dfc - 10.75% (663 MB)

[#007] sha256:fa6aa738282ed0ef03c7c3b5ce6c93c9777db559f5cf0c6ba5d71776fb05cc1d - 0.0% (1.12 KB)

[#008] sha256:670658686972e4d435d9e324dd0d0ace6ebe050bdf8b4396614e389341e8a3e7 - 0.0% (1.09 KB)

[#009] sha256:4ab04eb4d040b80f2e25a235e1640f7e0b850f4fa2ddfe8feaed33b6a2dac3cd - 0.0% (1.1 KB)


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

Apply image 1607-RTM-amd64

2020-10-28 18:03:00 UTC

Install update ltsc2016-amd64

2020-11-11 14:26:40 UTC

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

2020-11-11 21:13:38 UTC

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

2020-11-11 21:13:39 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.20-signed.msi

2020-11-11 21:13:40 UTC

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

2020-11-11 21:35:47 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', '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:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2020-11-11 21:35:48 UTC

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

2020-11-11 21:35:49 UTC

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

2020-11-11 21:35:50 UTC

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

Details
Created

2020-11-11 21:55:34 UTC

Size

2.44 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

341d1163c192488596e01219b50c14c9113ad0c305b0aef73f271d9746e44aa1

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.20-signed.msi

MONGO_VERSION

3.6.20


Layers

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

[#001] sha256:680bbdbacf1bcbace70de5087d02d31e9dd7a22feae59f746f54dab46c1d5bda - 25.58% (639 MB)

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

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

[#004] sha256:cd674f51d7fb6787d9d0e51cadd38969f4d4564c9f42b845b0e6ce777f8b31cc - 0.0% (1.12 KB)

[#005] sha256:956cdb7bcfe48bcb690c0aaec1bdfc86ccabd64940d6185c8d6bd8f1f52ee5c8 - 0.0% (1.12 KB)

[#006] sha256:aceed10ea0daa314db1e6fec268390a7be6cc1598d8eb472bceaa36bc2ec5b03 - 8.79% (219 MB)

[#007] sha256:aa5c31d44a13eae8ee31b6eec4b26329bba8735405422b60a0d6e4b4b1688636 - 0.0% (1.12 KB)

[#008] sha256:786221bc9bc9f05d378b09a28ef9ab168e6099a555112b9174e50640d5e94479 - 0.0% (1.12 KB)

[#009] sha256:a7c97c634a8c5a73a0e0fc4f0b0f4018cf24351583f51b5cab677a5e975a91a4 - 0.0% (1.15 KB)


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

Apply image 1809-RTM-amd64

2020-11-03 03:11:34 UTC

Install update 1809-amd64

2020-11-11 14:18:42 UTC

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

2020-11-11 21:35:59 UTC

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

2020-11-11 21:35:59 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.20-signed.msi

2020-11-11 21:36:00 UTC

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

2020-11-11 21:55:32 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', '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:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2020-11-11 21:55:33 UTC

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

2020-11-11 21:55:33 UTC

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

2020-11-11 21:55:34 UTC

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

Details
Created

2020-11-06 04:23:42 UTC

Size

149 MB

Content Digest
Environment
GOSU_VERSION

1.12

GPG_KEYS

2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5

JSYAML_VERSION

3.13.1

MONGO_MAJOR

3.6

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

3.6.20

PATH

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


Layers

[#000] sha256:d2a73c0bcd690b0c96f2917b855b4499d5b9f1c49f92a39f32b6840fa49fe74e - 26.15% (38.9 MB)

[#001] sha256:27ee81a9e6847a65206218a3b456bc136f8e38689ebb56cc9877d597a41bb371 - 0.0% (853 Bytes)

[#002] sha256:f489a564b05761b210f9a87ff4b2b1e232cdd89eaaffd5e27bf658d0956b1d57 - 0.0% (468 Bytes)

[#003] sha256:05c25910825cfb7d71977bb81419f287002fb712d755ec89fb9fb9f120e30936 - 0.0% (168 Bytes)

[#004] sha256:a331f7652ae50a7ecee1b38efc4229d5c8e18267be16199bb5d0b49010415b83 - 0.0% (1.94 KB)

[#005] sha256:cfefba0b0e1b8077dd4258e500120a3cc0132595641680e26c2a3e85d30bd239 - 1.57% (2.33 MB)

[#006] sha256:56eb9c59fba5eca90b7a641599724c7d89ae5b6612456c13c0d2db8b6680b2c8 - 0.79% (1.18 MB)

[#007] sha256:4363f9928931889afc6c2e4674bced6333375451e49357dd5fbb380e1c8028ea - 0.0% (149 Bytes)

[#008] sha256:ce57cb59f958e16818b7a55c704525864c33c8e1d50e46cfdfefbddde64dfe55 - 0.0% (1.95 KB)

[#009] sha256:823779865385a2d45416b4ca470aba36e2e8a82a0316b014ac796ace027f7997 - 0.0% (238 Bytes)

[#010] sha256:df99e61a8ad73557c05e77e3d5223429401ecf4a8305649c4a7852de16b1e225 - 71.49% (106 MB)

[#011] sha256:2f7f192b06d6e3ba1e9eb52148c0b3da0413c05f275ce535d1e16975ed59d9a6 - 0.0% (169 Bytes)

[#012] sha256:fd86e973406889a4570586239562cdf0562f268381ce64f70b96bd4a5a692213 - 0.0% (3.86 KB)


History
2020-10-23 18:20:23 UTC

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

2020-10-23 18:20:27 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

2020-10-23 18:20:29 UTC

/bin/sh -c rm -rf /var/lib/apt/lists/*

2020-10-23 18:20:30 UTC

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

2020-10-23 18:20:31 UTC

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

2020-11-06 04:22:12 UTC

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

2020-11-06 04:22: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/*

2020-11-06 04:22:28 UTC

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

2020-11-06 04:22:29 UTC

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

2020-11-06 04:23:01 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

2020-11-06 04:23:03 UTC

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

2020-11-06 04:23:03 UTC

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

2020-11-06 04:23:07 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

2020-11-06 04:23:07 UTC

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

2020-11-06 04:23:08 UTC

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

2020-11-06 04:23:08 UTC

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

2020-11-06 04:23:09 UTC

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

2020-11-06 04:23:09 UTC

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

2020-11-06 04:23:11 UTC

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

2020-11-06 04:23:36 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

2020-11-06 04:23:39 UTC

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

2020-11-06 04:23:40 UTC

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

2020-11-06 04:23:41 UTC

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

2020-11-06 04:23:41 UTC

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

2020-11-06 04:23:42 UTC

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

2020-11-06 04:23:42 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