Namespace
dpage
Image / Tag
pgadmin4:4.27
Content Digest
sha256:58da0db9645b67ea0432dd234ae0a3ef395e3a53b0e7117e3a483dcb29b251c7
Details
Created

2020-10-12 13:01:48 UTC

Size

105 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

6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

20.2.3

PYTHON_VERSION

3.8.6


Layers

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

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

[#002] sha256:182f9db0616e10a641e98dfcf0a15cf9c5c0b420aa9ce6e5ec7680045f93f829 - 10.29% (10.8 MB)

[#003] sha256:3636800bcad4ed25ef530171f180711c63d52d0627ab871ea84a67e57c769394 - 0.0% (230 Bytes)

[#004] sha256:6f046cb3bf48997a6e27406f671ed97139e5796cc1cdb4a4209f4db3c910fcc2 - 1.93% (2.02 MB)

[#005] sha256:5aabf3bcf1fc62854d96db79c9d50ba1d3bfd42fa5bce09452636d03bd0f0bb1 - 2.4% (2.51 MB)

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

[#007] sha256:7ccfe306b1004a5df64542202d72513f1fffbf987fa44d9b730cb17d13e494cf - 6.92% (7.23 MB)

[#008] sha256:a2233a40285d4014333b68cba36202e6c18a66cc03b036d5ba8f0e7ff0a2080e - 47.64% (49.8 MB)

[#009] sha256:5871f41223c2c97bbb8ee878837f27d6fe8ec88f64bb1cda7ca83bbd2618f436 - 0.0% (722 Bytes)

[#010] sha256:3563405f6b5a0ca7b8e1c3b284b1c1f2db25aea3a0969ee914ea2002ca48a576 - 0.0% (745 Bytes)

[#011] sha256:70f20cf2fa7a0c62dd8271f81483975b8cd93a23f46c8b782a78d3642100fac6 - 0.02% (22 KB)

[#012] sha256:be9f66a701210639d683af6f27985dac590a384b714993b222036be93a0fcdb6 - 26.88% (28.1 MB)

[#013] sha256:570191f6eb28dbf9e578e1409526adc0f0e67a59922b3f40421d2bb8f96c39df - 0.13% (141 KB)

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

[#015] sha256:4c0b5d05c2b57ab3a0956fb6f8473256f91be9f62e8f10a44a449de0a4853f5d - 0.0% (206 Bytes)

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

[#017] sha256:627b4665154a6974d7b8f42c712b9fa518ee37dd26e6629a61c2b864fce7c125 - 0.94% (1000 KB)

[#018] sha256:6b60a4a40d2cfd9f8628478304decd75978beb7072fe924c7b17f0ee5261fb5d - 0.0% (3.19 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-09-24 22:03:25 UTC

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

2020-09-24 22:10:39 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 && rm -rf /usr/src/python && 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' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && 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 && python3 --version

2020-09-24 22:10:40 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-09-24 22:10:40 UTC

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

2020-09-24 22:10:41 UTC

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

2020-09-24 22:10:41 UTC

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

2020-09-24 22:10:47 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-09-24 22:10:47 UTC

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

2020-10-12 00:30:34 UTC

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

2020-10-12 00:30:34 UTC

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

2020-10-12 00:30:35 UTC

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

2020-10-12 12:56:39 UTC

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

2020-10-12 12:56:42 UTC

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

2020-10-12 12:56:42 UTC

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

2020-10-12 12:56:43 UTC

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

2020-10-12 12:56:43 UTC

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

2020-10-12 13:01:41 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-10-12 13:01:42 UTC

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

2020-10-12 13:01:43 UTC

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

2020-10-12 13:01:43 UTC

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

2020-10-12 13:01:44 UTC

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

2020-10-12 13:01:46 UTC

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

2020-10-12 13:01:47 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-10-12 13:01:47 UTC

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

2020-10-12 13:01:47 UTC

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

2020-10-12 13:01:47 UTC

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

2020-10-12 13:01:48 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