Namespace
dpage
Image / Tag
pgadmin4:4.2
Content Digest
sha256:409e55fbf953f75c052db5a65ab32513620f3a5d93816e877e2af8a78657e6b9
Details
Created

2019-02-04 13:03:51 UTC

Size

116 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_PIP_VERSION

10.0.1

PYTHON_VERSION

3.6.5


Layers

[#000] sha256:ff3a5c916c92643ff77519ffa742d3ec61b7f591b6b7504599d95a4a41134e28 - 1.7% (1.97 MB)

[#001] sha256:471170bb1257626389ed5fd16962cdec310ab3af264ffef445df2773e7420b92 - 0.25% (301 KB)

[#002] sha256:a92899abaf426b4fc95700ecc8dee0153d4a7374e7c5fa6586fcc2e2b326db41 - 22.84% (26.5 MB)

[#003] sha256:2699438859de183d00dd84d486f6b57bbbc172bf905399e814c500e6c50d04c7 - 0.0% (227 Bytes)

[#004] sha256:d278818cf042d33ced356d1a90b8e7b6ab2f9d020ae1c35c0db5385c9b0d9489 - 1.56% (1.81 MB)

[#005] sha256:7523285a67ea4855da18e4f441d13dee96e6f168a33c75bf37652e491cd7e0bf - 1.78% (2.06 MB)

[#006] sha256:8954687a75ca96c94c26a9a6f3e7551d572e299b886d7324721137ff10455e33 - 2.52% (2.92 MB)

[#007] sha256:51415d1bcfc37586fe91f462f1d45de7af8ac7cfc48ba767f5c43a9cb5e10f2a - 0.0% (131 Bytes)

[#008] sha256:9ec38ae9af21fa5e77354354ad92ad7db9c669381b79ed2413a9e29f64052052 - 0.0% (661 Bytes)

[#009] sha256:e8022761ff0d8364a3ecf4e742b3530bc0f5aae6f85f40096f47de600b8fbbd4 - 22.31% (25.8 MB)

[#010] sha256:706b48a30b6263862c21b2e937d04ce7b6926810a86c8c2172436f0ca4cbf0dc - 2.01% (2.33 MB)

[#011] sha256:e802a07c47caa649200193ccebf3fe1861426d78f847dcc3fd5b0df21cb2ed7e - 41.36% (47.9 MB)

[#012] sha256:d50628ab067b9361a6e5953e5e9f7355c6486220b7bc6825c3d74a155010457e - 2.85% (3.3 MB)

[#013] sha256:ab67bff74d4ceb4f25f1d83efea5928ce50b39a1e626a72424fb71e5cb355f45 - 0.0% (206 Bytes)

[#014] sha256:859594f54fb9fc9274f8ec260c5d852d9e035b02d14aea3b8e7de3364880a051 - 0.0% (226 Bytes)

[#015] sha256:1ae784ed9c8696c2ca83e099b1f5f78a0c0560802ec9f4a9f53a7bf438990d1f - 0.0% (92 Bytes)

[#016] sha256:f8fc3d8fdd8549dfad5e87a38544620ff8e0e0dd5d027bdacc8f9275c2cc10b6 - 0.82% (974 KB)

[#017] sha256:48bfe0ccec068909d85dc4f7c5a8140e6751cfab361e92fbd712528af1fdd3f6 - 0.0% (765 Bytes)


History
2018-01-09 21:10:58 UTC

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

2018-01-09 21:10:58 UTC

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

2018-01-09 22:41:47 UTC

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

2018-01-10 05:16:00 UTC

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

2018-01-10 05:16:04 UTC

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

2018-01-10 05:16:04 UTC

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

2018-03-31 01:51:18 UTC

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

2018-04-04 23:12:26 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg libressl 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 --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && 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 bzip2-dev coreutils dpkg-dev dpkg expat-dev gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev libressl libressl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev xz-dev zlib-dev && apk del .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" && make install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --virtual .python-rundeps $runDeps && apk del .build-deps && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python

2018-04-04 23:12:27 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

2018-04-21 02:57:36 UTC

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

2018-04-21 02:57:45 UTC

/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps libressl; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apk del .fetch-deps; 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 \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2018-04-21 02:57:45 UTC

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

2018-05-31 18:54:34 UTC

/bin/sh -c pip --no-cache-dir install gunicorn

2018-12-05 14:46:49 UTC

/bin/sh -c apk add --no-cache postfix postgresql-client postgresql-libs

2018-12-05 14:46:49 UTC

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

2018-12-05 14:46:49 UTC

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

2019-01-31 15:04:26 UTC

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

2019-01-31 15:09:15 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual build-deps build-base postgresql-dev libffi-dev linux-headers && pip install --upgrade pip==18.1 && pip install --no-cache-dir -r requirements.txt && apk del --no-cache build-deps

2019-02-04 12:19:34 UTC

/bin/sh -c #(nop) COPY dir:ed9c6774fea04ae739392f55c1532232982c91a855d033aa6572eba79ea0ee83 in /pgadmin4/pgadmin/static/js/generated/

2019-02-04 13:03:38 UTC

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

2019-02-04 13:03:41 UTC

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

2019-02-04 13:03:42 UTC

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

2019-02-04 13:03:42 UTC

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

2019-02-04 13:03:47 UTC

/bin/sh -c pip install --no-cache-dir -r requirements.txt

2019-02-04 13:03:50 UTC

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

2019-02-04 13:03:50 UTC

/bin/sh -c #(nop) COPY file:499cb357f5e53e98c69be9b470568c2cdc5d50e4f4cffdb774f27944fd3a5436 in /entrypoint.sh

2019-02-04 13:03:51 UTC

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

2019-02-04 13:03:51 UTC

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

2019-02-04 13:03:51 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