Namespace
dpage
Image / Tag
pgadmin4:4.16
Content Digest
sha256:a8e63445b4dc9731451c55419023388540498e8626a18846817d5153a17eab31
Details
Created

2019-12-09 15:58:12 UTC

Size

114 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

57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

19.2.3

PYTHON_VERSION

3.7.4


Layers

[#000] sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 - 2.33% (2.66 MB)

[#001] sha256:c0ea575d71b95849badbbe7028b2860a80414fc494a07bb439a0d202b5e77e51 - 0.25% (295 KB)

[#002] sha256:0f535eceebd59caf21911ae128f64d52438947bdc1b89f7657fe7a8b11dbc807 - 24.08% (27.5 MB)

[#003] sha256:8a30f5893bea6db26a6a113939720e3ebd4969274ae27b42b5c1d945347a551b - 0.0% (228 Bytes)

[#004] sha256:c1d30ace7b67d8a7d6e01e9572c8f3bc933e255a37a092e925e4cd08ed555680 - 1.55% (1.78 MB)

[#005] sha256:07864167d918b37f2554ada98bad4bdce85da68705156cac1f880f5922d2e28c - 2.56% (2.93 MB)

[#006] sha256:93c729eb2d674b5548e5f09064e4a5461e0d856dfd05303133a9afb10c1bd604 - 0.0% (131 Bytes)

[#007] sha256:83146ea956f05028510c1a2ee759652c25d3be233d963359e2b33014e2f19295 - 4.78% (5.47 MB)

[#008] sha256:b9ae589012326f3116de45c052f849946ad43880a1ca6cb34bb54698aff9bd2e - 35.7% (40.8 MB)

[#009] sha256:5d879a2720b794bdc3f9708de8bd759ace277a1ed79c919f2f94f1a8e02e7aa5 - 0.0% (680 Bytes)

[#010] sha256:ffd1e2e7cc9115a13434a472842a667815c9cfe8cc2207a2e42c44f22f608cbd - 27.91% (31.9 MB)

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

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

[#013] sha256:be5f37339f042b3530b874727becbadebdc3450c0dd77cae3f1d3ec0b51cd134 - 0.0% (207 Bytes)

[#014] sha256:dfd8a069de8ca215cd92e3a7486f42bbc0d650f6c20d9728da227af507d645c9 - 0.0% (1.32 KB)

[#015] sha256:4e44750072303284ca2e2abe119fd66bf7de11a30badc70eac6ba79fff6d8a25 - 0.7% (822 KB)

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


History
2019-08-20 20:19:55 UTC

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

2019-08-20 20:19:55 UTC

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

2019-08-20 21:29:22 UTC

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

2019-08-21 00:06:14 UTC

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

2019-08-21 00:06:15 UTC

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

2019-08-21 00:13:42 UTC

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

2019-08-21 00:13:42 UTC

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

2019-08-21 00:21:40 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 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 .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --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 .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 && python3 --version

2019-08-21 00:21:41 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

2019-08-26 23:43:22 UTC

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

2019-08-26 23:43:22 UTC

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

2019-08-26 23:43:23 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe

2019-08-26 23:43:28 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 \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2019-08-26 23:43:28 UTC

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

2019-10-11 10:16:50 UTC

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

2019-10-11 10:16:50 UTC

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

2019-10-11 10:16:50 UTC

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

2019-12-09 15:52:58 UTC

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

2019-12-09 15:53:00 UTC

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

2019-12-09 15:53:01 UTC

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

2019-12-09 15:58:06 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 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

2019-12-09 15:58:07 UTC

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

2019-12-09 15:58:08 UTC

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

2019-12-09 15:58:08 UTC

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

2019-12-09 15:58:08 UTC

/bin/sh -c #(nop) COPY file:112c2c86fbe000ecb176590733e731bab1992955c3bb039f3cb9f4c3e2599f3a in /entrypoint.sh

2019-12-09 15:58:11 UTC

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

2019-12-09 15:58:12 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

2019-12-09 15:58:12 UTC

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

2019-12-09 15:58:12 UTC

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

2019-12-09 15:58:12 UTC

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

2019-12-09 15:58:12 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