Namespace
dpage
Image / Tag
pgadmin4:4.21
Content Digest
sha256:fb7ad1c5d9cc659f957c60d1f08b60a4955370604b556f4832b8c9b29aa65988
Details
Created

2020-04-28 05:56:07 UTC

Size

119 MB

Content Digest
Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

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

PYTHONPATH

/pgadmin4

PYTHON_GET_PIP_SHA256

421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py

PYTHON_PIP_VERSION

20.0.2

PYTHON_VERSION

3.7.7


Layers

[#000] sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 - 2.24% (2.66 MB)

[#001] sha256:1baf8a687be7ffea0d5471a91e524515128c316739abda79ead8135ca464ea15 - 0.24% (295 KB)

[#002] sha256:c76509a1f14414b17442e11b1b9fa527335c81e5d04f96db8906f17735f05cf1 - 22.9% (27.2 MB)

[#003] sha256:309d8543d55bde5650eea880dd753ea3c50f674818169d4a6f08debd616d3e71 - 0.0% (230 Bytes)

[#004] sha256:37b423a1c32f6e5bae675b63e9adc2d73e218ec3cad31dcac8b0b104a0367416 - 1.52% (1.8 MB)

[#005] sha256:c05e20d6543d9aee9aa52510695bffeca194416dc2e26ecfaa0b98706210fcf3 - 2.47% (2.93 MB)

[#006] sha256:8bd6c7d6cf1cd76318ff5a48f1e9dedf7b86e4dabe0cc2843ad1f07c824c78a2 - 0.0% (129 Bytes)

[#007] sha256:93783dae807849871e31d33f039ba7aed332b7cc6aa2440483ba29eec0f3c02c - 5.08% (6.03 MB)

[#008] sha256:5c61990c4949bd549638465351433c6a0346be9bd52a8d2a48b394de9afeb539 - 38.37% (45.5 MB)

[#009] sha256:76c622ed8ece0d84fff6a5137909e9ffea5a5b97e495e9aa15407ace04c86aea - 0.0% (692 Bytes)

[#010] sha256:36fc6b7789d08945240d402eed412d0f4c64b40d9c488211342519afea2231d4 - 26.32% (31.2 MB)

[#011] sha256:63cf12813a479a05743a3042daa17129600d1acc6a806ad731f5ff997845663a - 0.12% (141 KB)

[#012] sha256:acd604ceb3a525b5a9f898c85d04a82cbb414378b65bc2c1ded047dca69c3b7f - 0.0% (152 Bytes)

[#013] sha256:9f53bd025e545cdf7d0d173fb6f90c4f40aa0f6c1d9eb61f7db686652e96b941 - 0.0% (205 Bytes)

[#014] sha256:56313ebeeee24792146324e37ae231492616daf99dd1efaf92ab0aaeabc021af - 0.0% (1.41 KB)

[#015] sha256:5d8e0c29316b709fe6ce4b09b126b41bd1aaa445864c9543c71edca4955296fe - 0.72% (878 KB)

[#016] sha256:bcea4b9b7369a64c3efdc9a6b918a54cc519309aa482dfd0db5240dea8fe5468 - 0.01% (15.6 KB)


History
2020-01-23 16:53:06 UTC

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

2020-01-23 16:53:06 UTC

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

2020-01-23 18:05:38 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2020-01-23 23:09:17 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2020-01-23 23:09:19 UTC

/bin/sh -c apk add --no-cache ca-certificates

2020-01-23 23:32:58 UTC

/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

2020-03-11 01:03:37 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.7

2020-03-11 01:13:01 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg tar xz && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps bluez-dev bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev && apk del --no-network .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' && make install && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del --no-network .build-deps && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python && python3 --version

2020-03-11 01:13:02 UTC

/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config

2020-03-11 01:13:02 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2

2020-03-11 01:13:02 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py

2020-03-11 01:13:03 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e

2020-03-11 01:13:08 UTC

/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2020-03-11 01:13:08 UTC

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

2020-03-16 09:36:46 UTC

/bin/sh -c #(nop) COPY dir:4c9e3401cfacb760c275a6ef1fd8c38ed687e42a4d1a090c5b237e3fc94d9732 in /usr/local/

2020-03-16 09:36:46 UTC

/bin/sh -c #(nop) WORKDIR /pgadmin4

2020-03-16 09:36:46 UTC

/bin/sh -c #(nop) ENV PYTHONPATH=/pgadmin4

2020-04-28 05:51:08 UTC

/bin/sh -c #(nop) COPY dir:5bac951e5f8159594b22d4591b06d6ebf13df46e0d6c1a73509ca037e9c1706f in /pgadmin4

2020-04-28 05:51:12 UTC

/bin/sh -c #(nop) COPY dir:396e85f738633f84f5500ce55a177263d42953e6468934015ac0e03a03c3de1c in /pgadmin4/docs

2020-04-28 05:51:12 UTC

/bin/sh -c #(nop) COPY file:51fdf310849ed0c4c1a8e578c204dc03f3996e75c6bde4751a05bf53da62eca7 in /pgadmin4/requirements.txt

2020-04-28 05:56:00 UTC

/bin/sh -c apk add --no-cache --virtual build-deps build-base postgresql-dev libffi-dev linux-headers && apk add postfix postgresql-client postgresql-libs shadow sudo libcap && pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt && pip install --no-cache-dir gunicorn==19.9.0 && apk del --no-cache build-deps && echo "pgadmin ALL = NOPASSWD: /usr/sbin/postfix start" > /etc/sudoers.d/postfix

2020-04-28 05:56:01 UTC

/bin/sh -c #(nop) COPY file:d0b51b94c2b6016d80e4eb7de6cc81f51d3cc63f72fbec31dda732577ca8eca1 in /usr/lib/

2020-04-28 05:56:02 UTC

/bin/sh -c ln -sf /usr/lib/libpq.so.5.12 /usr/lib/libpq.so.5

2020-04-28 05:56:02 UTC

/bin/sh -c #(nop) COPY file:d7b4a5bf183fe2383e008753c8afa8b39c3f61907fdc7ded5007241f12d69468 in /pgadmin4

2020-04-28 05:56:03 UTC

/bin/sh -c #(nop) COPY file:7132e2be93e71d07d9622a0755ddd2bc3bcabb00657b80fac3be5058696e4623 in /entrypoint.sh

2020-04-28 05:56:05 UTC

/bin/sh -c python -O -m compileall -x node_modules /pgadmin4

2020-04-28 05:56:06 UTC

/bin/sh -c groupadd -g 5050 pgadmin && useradd -r -u 5050 -g pgadmin pgadmin && mkdir -p /var/lib/pgadmin && chown pgadmin:pgadmin /var/lib/pgadmin && mkdir -p /var/log/pgadmin && chown pgadmin:pgadmin /var/log/pgadmin && touch /pgadmin4/config_distro.py && chown pgadmin:pgadmin /pgadmin4/config_distro.py && setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/python3.7

2020-04-28 05:56:07 UTC

/bin/sh -c #(nop) USER pgadmin

2020-04-28 05:56:07 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/pgadmin]

2020-04-28 05:56:07 UTC

/bin/sh -c #(nop) EXPOSE 443 80

2020-04-28 05:56:07 UTC

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

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