Namespace
arm64v8
Image / Tag
mongo:4.1.9
Content Digest
sha256:4685e75d9272bfa800faf79ef54b91431064a30fe8a3744edb71eabde58d5a46
Details
Created

2019-04-03 09:21:05 UTC

Size

132 MB

Content Digest
Environment
GOSU_VERSION

1.11

GPG_KEYS

E162F504A20CDF15827F718D4B7C549A058F8B6B

JSYAML_VERSION

3.13.0

MONGO_MAJOR

4.1

MONGO_PACKAGE

mongodb-org-unstable

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.1.9

PATH

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


Layers

[#000] sha256:a0ceea30e08b5fa042d10308a43b8b093b67ce44e98a69ea8d277d00077387ab - 21.09% (27.8 MB)

[#001] sha256:82ef245d4e8728acd667d550023b9ffbb688c7976f78f72986d132072041e5a1 - 0.0% (854 Bytes)

[#002] sha256:b9bb25026742c32e7fe5417efb6bc0ff5ad1eb9963007aebd5f71e9bc333e9ba - 0.0% (532 Bytes)

[#003] sha256:b62b2948ac15d07c725e6074399d5e49e916e79b2c7738d6ad63e4d1b090db8f - 0.0% (163 Bytes)

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

[#005] sha256:0e09a9e16547979770b74f9eaf37eb42a5b4c6bbc0368101a696c85c27d094d6 - 1.77% (2.33 MB)

[#006] sha256:f848dd4349aa92112842e48ffd4b74b7521cd9522c868163a1f3e67cec1ce8a3 - 3.81% (5.03 MB)

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

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

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

[#010] sha256:f4bdf5653d483076e0eaa46e89b44f30570503b63744c7e53891896b42c564c9 - 73.32% (96.8 MB)

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

[#012] sha256:60988d8564147ea5faec705629f10ea4db2d80b73d9cbbab1d819f6e74452c26 - 0.0% (3.83 KB)


History
2019-03-14 09:34:18 UTC

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

2019-03-14 09:34:21 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-03-14 09:34:22 UTC

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

2019-03-14 09:34:31 UTC

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

2019-03-14 09:34:32 UTC

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

2019-04-03 09:17:17 UTC

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

2019-04-03 09:17:55 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-04-03 09:17:56 UTC

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

2019-04-03 09:17:56 UTC

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

2019-04-03 09:19:24 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-04-03 09:19:28 UTC

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

2019-04-03 09:19:30 UTC

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

2019-04-03 09:19:36 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-04-03 09:19:38 UTC

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

2019-04-03 09:19:40 UTC

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

2019-04-03 09:19:42 UTC

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

2019-04-03 09:19:45 UTC

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

2019-04-03 09:19:47 UTC

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

2019-04-03 09:19:52 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-04-03 09:20:55 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-04-03 09:20:59 UTC

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

2019-04-03 09:21:00 UTC

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

2019-04-03 09:21:02 UTC

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

2019-04-03 09:21:03 UTC

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

2019-04-03 09:21:04 UTC

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

2019-04-03 09:21:05 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