2019-10-16 06:06:21 UTC
109 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHONPATH/pgadmin4
PYTHON_GET_PIP_SHA25657e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
PYTHON_PIP_VERSION19.2.3
PYTHON_VERSION3.7.4
[#000] sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 - 2.45% (2.66 MB)
[#001] sha256:c0ea575d71b95849badbbe7028b2860a80414fc494a07bb439a0d202b5e77e51 - 0.26% (295 KB)
[#002] sha256:0f535eceebd59caf21911ae128f64d52438947bdc1b89f7657fe7a8b11dbc807 - 25.33% (27.5 MB)
[#003] sha256:8a30f5893bea6db26a6a113939720e3ebd4969274ae27b42b5c1d945347a551b - 0.0% (228 Bytes)
[#004] sha256:c1d30ace7b67d8a7d6e01e9572c8f3bc933e255a37a092e925e4cd08ed555680 - 1.63% (1.78 MB)
[#005] sha256:07864167d918b37f2554ada98bad4bdce85da68705156cac1f880f5922d2e28c - 2.69% (2.93 MB)
[#006] sha256:93c729eb2d674b5548e5f09064e4a5461e0d856dfd05303133a9afb10c1bd604 - 0.0% (131 Bytes)
[#007] sha256:6a90a70187eab2c827c53089f0fb1d617fd87580d30e109737dc861ed70a03db - 4.86% (5.29 MB)
[#008] sha256:f8a53155b1f08a37d7d29303c572982cafb985ae1ca8c9d7f516cc5c3160b2c6 - 33.23% (36.1 MB)
[#009] sha256:ea53e07e3c59ba5253d73f0721f8470ec4648f7bf825b1e89efd2defa8e2b7a5 - 0.0% (679 Bytes)
[#010] sha256:f5ef29937d52334d8bdf690d5cfa153207aa43446cee6c1396631da9c6ea072c - 28.8% (31.3 MB)
[#011] sha256:1b62ccab5a7109da8bd6450cdea90de4cfa886f1f991decbd122ff8a134a8aa0 - 0.0% (206 Bytes)
[#012] sha256:db226905ceaeafc3b60b49d58fda4d5c1b2987e1ac68e38cebb321f377bb1438 - 0.0% (1.23 KB)
[#013] sha256:425a6f1004889a24b2a5c23dc3cf4a3dc496669a623dbd26a3b82482e9dc9093 - 0.74% (821 KB)
/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-10-15 09:07:07 UTC/bin/sh -c #(nop) COPY dir:2bbfec7cd56cab36f8c9c363b398182ad4401f000a9554a4262babff71e738d7 in /pgadmin4
2019-10-16 06:01:14 UTC/bin/sh -c #(nop) COPY dir:b38b33935109cac5851e1679f9baa5e9109f7c15eaa9499dc165cb59c144015d in /pgadmin4/docs
2019-10-16 06:01:15 UTC/bin/sh -c #(nop) COPY file:1cecb3e1ca6e7280fad25c3e1848576175ddce4b132e1bba4c5dd8e3d6b2edb4 in /pgadmin4/requirements.txt
2019-10-16 06:06:17 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 && pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt && pip install --no-cache-dir gunicorn && apk del --no-cache build-deps
2019-10-16 06:06:18 UTC/bin/sh -c #(nop) COPY file:d7b4a5bf183fe2383e008753c8afa8b39c3f61907fdc7ded5007241f12d69468 in /pgadmin4
2019-10-16 06:06:18 UTC/bin/sh -c #(nop) COPY file:b6ea2e0f0c7e1485134cb6042d568c30f0b04b3842b43ccc328bc141d6d7645c in /entrypoint.sh
2019-10-16 06:06:20 UTC/bin/sh -c python -O -m compileall -x node_modules /pgadmin4
2019-10-16 06:06:20 UTC/bin/sh -c #(nop) VOLUME [/var/lib/pgadmin]
2019-10-16 06:06:20 UTC/bin/sh -c #(nop) EXPOSE 443 80
2019-10-16 06:06:21 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.