2021-01-25 14:43:19 UTC
126 MB
E3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHONPATH/pgadmin4
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
PYTHON_VERSION3.9.1
[#000] sha256:801bfaa63ef2094d770c809815b9e2b9c1194728e5e754ef7bc764030e140cea - 2.11% (2.67 MB)
[#001] sha256:8723b2b92bec2587f3d011d9141963ee89d3c8299b013ccc5ad018e4e278f0ba - 0.49% (638 KB)
[#002] sha256:4e07029ccd64c3534be6882e4a57c32f4db97cccd8018b9f8f4fbec53b2d86bc - 8.73% (11 MB)
[#003] sha256:594990504179342dcdc256aa4b4cd1cc3c971a77d895f360d042f718dff7e3ac - 0.0% (229 Bytes)
[#004] sha256:140d7fec7322e268031f2a607318ec426c4c00266c3ceaf4db4604439c9e24e2 - 1.61% (2.04 MB)
[#005] sha256:2d40c8f2dce18bdb7a74dbe4e60e2d6c069a6f85fc74b922a36d6f3a0b7f64bf - 2.45% (3.09 MB)
[#006] sha256:32a98d928eae0da2b85d04b4cde2986436f9c5e214e064de86aef186f1cf2212 - 0.0% (131 Bytes)
[#007] sha256:29241890eee4eca12d352d17465f99e857f55bb4cf3b22679dc4e8619a9326fc - 5.96% (7.53 MB)
[#008] sha256:1bfe6564401f80e81aaba5ca2960442c2aba566e0c3628018b7a66ef7a4357eb - 41.15% (52 MB)
[#009] sha256:fe20bcbe164ec4184fa5679c6c894908d13bd724d03894a7df63fe61e3ceb427 - 0.0% (768 Bytes)
[#010] sha256:d1a08a0585ca8ba42c042d1a827fbf65a508cc4ff6e54c0d8455800fa3d2c9e6 - 0.0% (744 Bytes)
[#011] sha256:89a109d5d879545d1bdc1a2b418a4287b0890f85c45a498b9a899bf351e9b9d4 - 0.02% (22.8 KB)
[#012] sha256:6c5aae5c763c67d090b22c195978a239fae66df6e54147445d59d4d969fd09cf - 36.51% (46.1 MB)
[#013] sha256:e34341960f6acb01280c2b98b3a2095c26e0473c73234bdc66359a95b29c732c - 0.11% (144 KB)
[#014] sha256:52d1b24b3b177a3bd3d7505ff88a4185a3cdabb3b43a78850168372b9a20415a - 0.0% (152 Bytes)
[#015] sha256:716ebb818d062281717c45755dbe07e572ea2fbceda02006a82b2f0d81d81409 - 0.0% (204 Bytes)
[#016] sha256:48e222735e408f6699b847f2cb25a153139e6fed12c36cd027eff37caddd2cb8 - 0.0% (195 Bytes)
[#017] sha256:03c8a421aadb1bba2e1fb35f35531f093a33d6c9a4ccabe2957bfb228ff37d25 - 0.0% (1.43 KB)
[#018] sha256:758a790903b644c64e28c44c516376c94e7799e4d0860a2d0a884489c50412e4 - 0.84% (1.07 MB)
[#019] sha256:e10592f1a3e6fbca1fc88780024531b264c36d2fb302fa111861d0c3d6cb3e8e - 0.0% (3.17 KB)
/bin/sh -c #(nop) ADD file:ec475c2abb2d46435286b5ae5efacf5b50b1a9e3b6293b69db3c0172b5b9658b in /
2020-12-17 00:19:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-17 01:38:23 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-12-17 01:38:23 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-12-17 01:38:26 UTC/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;
2020-12-17 01:49:47 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2020-12-17 01:49:47 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.9.1
2020-12-17 02:01: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 && 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' \) \) \) -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-12-17 02:01:58 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-12-17 02:01:59 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2020-12-17 02:01:59 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2020-12-17 02:01:59 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2020-12-17 02:02: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-12-17 02:02:11 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-01-25 01:33:18 UTC/bin/sh -c #(nop) COPY dir:3083566cd9c24ed64691a32d90088173cb1373198971fd284031eac611143ed9 in /usr/local/
2021-01-25 01:33:18 UTC/bin/sh -c #(nop) WORKDIR /pgadmin4
2021-01-25 01:33:18 UTC/bin/sh -c #(nop) ENV PYTHONPATH=/pgadmin4
2021-01-25 14:35:22 UTC/bin/sh -c #(nop) COPY dir:8738e791cd80e9df0b84f0d67f38c2cdd0befb0880acc44d6f41027d964b4c9c in /pgadmin4
2021-01-25 14:35:25 UTC/bin/sh -c #(nop) COPY dir:e9ccaf4c2644dd85844586555de18a68ed2c5d21c2b22b5dfca06d9b3feca391 in /pgadmin4/docs
2021-01-25 14:35:25 UTC/bin/sh -c #(nop) COPY file:bfdefd076dc1bce3c696f59de3a762154fcd6133113018797d11ad40900a5fed in /pgadmin4/requirements.txt
2021-01-25 14:35:26 UTC/bin/sh -c #(nop) COPY file:fd755eb8f34119c2eee7c7a5f66cdd010299e11d489f62cacebf0f6e83550c7c in /pgadmin4/LICENSE
2021-01-25 14:35:26 UTC/bin/sh -c #(nop) COPY file:848f7a4abb396f48e6e403fe89b68c536eeff716e4956d171517bce559c80703 in /pgadmin4/DEPENDENCIES
2021-01-25 14:43:12 UTC/bin/sh -c apk add --no-cache --virtual build-deps build-base postgresql-dev libffi-dev krb5-dev e2fsprogs-dev krb5-server-ldap linux-headers && apk add postfix postgresql-client postgresql-libs krb5-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
2021-01-25 14:43:13 UTC/bin/sh -c #(nop) COPY file:3311c67ab87219906657c8235253867c726725d6087e2579761cab36f30a9006 in /usr/lib/
2021-01-25 14:43:14 UTC/bin/sh -c ln -sf /usr/lib/libpq.so.5.13 /usr/lib/libpq.so.5
2021-01-25 14:43:14 UTC/bin/sh -c #(nop) COPY file:d7b4a5bf183fe2383e008753c8afa8b39c3f61907fdc7ded5007241f12d69468 in /pgadmin4
2021-01-25 14:43:15 UTC/bin/sh -c #(nop) COPY file:02e042dfbfbef1f48e0551315d70a88c40932b31ac17e51038fda08cd740b036 in /pgadmin4
2021-01-25 14:43:15 UTC/bin/sh -c #(nop) COPY file:7f1522b73e7c87726811e5384fa525ce8be0db238cdbfc8d5fa992800769a0a9 in /entrypoint.sh
2021-01-25 14:43:17 UTC/bin/sh -c python -O -m compileall -x node_modules /pgadmin4
2021-01-25 14:43:18 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.9
2021-01-25 14:43:18 UTC/bin/sh -c #(nop) USER pgadmin
2021-01-25 14:43:19 UTC/bin/sh -c #(nop) VOLUME [/var/lib/pgadmin]
2021-01-25 14:43:19 UTC/bin/sh -c #(nop) EXPOSE 443 80
2021-01-25 14:43:19 UTC/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]
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.