Namespace
dpage
Image / Tag
pgadmin4:4.24
Content Digest
sha256:27e074c2653e5ae2fae6bd0dac2843101bb90bc2c6bc96415fa2726bae9dcf55
Details
Created

2020-07-21 13:48:32 UTC

Size

111 MB

Content Digest
Environment
GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

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

b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

20.1.1

PYTHON_VERSION

3.8.3


Layers

[#000] sha256:cbdbe7a5bc2a134ca8ec91be58565ec07d037386d1f1d8385412d224deafca08 - 2.43% (2.68 MB)

[#001] sha256:26ebcd19a4e3221ee54d309346df0869af0d74a25920287f70b0ee1da1bf75de - 0.26% (294 KB)

[#002] sha256:a29d43ca1bb44ea27c7b0843b49cc454778069dc33caf9d4133f7ecb7df5c75d - 19.21% (21.3 MB)

[#003] sha256:979dbbcf63e040129349367e745db1b372a14883fc106b1355b934eda6795ed0 - 0.0% (229 Bytes)

[#004] sha256:30beed04940cb5afa7986dd5ffe0a0a022a56ad57a081f9db889a77d799b9af3 - 1.67% (1.84 MB)

[#005] sha256:0c7c2eba55ac300153f79b13d2370950fdf7883b6c8538f61d6d1e75e6992a28 - 2.25% (2.49 MB)

[#006] sha256:67af176baacb01d33700fee2d83a5df3bb45ee12ea14cbe3a48dfcbc63c46733 - 0.0% (131 Bytes)

[#007] sha256:ac3d6653e2f9db9d9d4b76dd6c1ab73805a3f9ec7102c2c461567bdd8a0c330f - 5.66% (6.26 MB)

[#008] sha256:054ec30d317ff1d441374f35ecae7b68374ac66e650736a34089f16356174ecf - 42.18% (46.7 MB)

[#009] sha256:435799ca1a66701c623cd955dd37564d92b897376dd8a2852cb50260fe33924b - 0.0% (693 Bytes)

[#010] sha256:86289d85d39d1eb6a1045e2a4c3b55e230b183a8e45ee42b67d905b197a1e7c2 - 0.0% (744 Bytes)

[#011] sha256:e461e9d06549d9969ad1c4533f2be57058ebc5fbe1d4e0f70baca4a0a315b5de - 0.02% (20.4 KB)

[#012] sha256:6e231cca6ddecfcdfa0b115a2b67ce365eb47b46f517cf228f5f11b70039e73e - 25.35% (28.1 MB)

[#013] sha256:80a16767b0103ce429ed1466bc2a84ae5e21568e2728fc5fff848debe5c9b888 - 0.12% (141 KB)

[#014] sha256:0d92cf3050d108eead2bc6dfb5c8fb985b24a764f8e9244f4193d6542e67c6b8 - 0.0% (151 Bytes)

[#015] sha256:213bafc0ede9e131ca0ae5a9aa8ed32b2158e32dab4dddc0421d24ba57e9703e - 0.0% (207 Bytes)

[#016] sha256:ce235987d6c432cb00eb12da63850caebac4e628675fc452d7d1c5109fd0d564 - 0.0% (1.41 KB)

[#017] sha256:eaa1a30d12b276845ddaa15468a522408ba120d9bdc66939e8a43ecf0887c0f9 - 0.85% (957 KB)

[#018] sha256:94accbedb0e55ada39e427f2b56845bc2d0d5c6901779f1f39f676a6c3458527 - 0.0% (3.18 KB)


History
2020-04-24 01:05:03 UTC

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

2020-04-24 01:05:03 UTC

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

2020-04-24 01:10:55 UTC

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

2020-04-24 01:10:55 UTC

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

2020-04-24 01:10:57 UTC

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

2020-04-24 01:10:58 UTC

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

2020-05-14 22:57:13 UTC

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

2020-05-20 20:47:57 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" LDFLAGS="-Wl,--strip-all" && 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-05-20 20:47:59 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-05-20 20:47:59 UTC

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

2020-05-20 20:47:59 UTC

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

2020-05-20 20:48:00 UTC

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

2020-05-20 20:48:10 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-05-20 20:48:10 UTC

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

2020-05-22 16:22:07 UTC

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

2020-05-22 16:22:07 UTC

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

2020-05-22 16:22:07 UTC

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

2020-07-21 13:42:45 UTC

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

2020-07-21 13:42:48 UTC

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

2020-07-21 13:42:49 UTC

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

2020-07-21 13:42:49 UTC

/bin/sh -c #(nop) COPY file:54a02f539ae9259dae1af8c44a904f89723ae82ee34771ac18da7d137b2bbeca in /pgadmin4/LICENSE

2020-07-21 13:42:49 UTC

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

2020-07-21 13:48:19 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-07-21 13:48:22 UTC

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

2020-07-21 13:48:25 UTC

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

2020-07-21 13:48:25 UTC

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

2020-07-21 13:48:25 UTC

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

2020-07-21 13:48:29 UTC

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

2020-07-21 13:48:31 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.8

2020-07-21 13:48:31 UTC

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

2020-07-21 13:48:32 UTC

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

2020-07-21 13:48:32 UTC

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

2020-07-21 13:48:32 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