2020-10-27 12:52:18 UTC
25.2 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHONUNBUFFERED1
PYTHON_GET_PIP_SHA2562250ab0a7e70f6fd22b955493f7f5cf1ea53e70b584a84a32573644a045b4bfb
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/8283828b8fd6f1783daf55a765384e6d8d2c5014/get-pip.py
PYTHON_PIP_VERSION20.2.4
PYTHON_VERSION3.7.9
[#000] sha256:188c0c94c7c576fff0792aca7ec73d67a2f7f4cb3a6e53a84559337260b36964 - 10.59% (2.67 MB)
[#001] sha256:55578f60cda7613da5791c7c3424aaad36a95084141f2f0b9fa8f715044ce672 - 1.06% (274 KB)
[#002] sha256:3d0ed0f04a02ff81f417ae2373d7aeb0baa3a3b7d958b9c8c673df2f81ede83e - 40.59% (10.2 MB)
[#003] sha256:98762f4040a9ba8fd71f999ff2a2ab5150291178828760dbb6214baae70390cd - 0.0% (232 Bytes)
[#004] sha256:2eeb36df03511a4a7d0f914cd8c8b46d63d63981b593950dfc244f1b0a4d1419 - 8.03% (2.02 MB)
[#005] sha256:866dddab8c5f1c3c9bc167711f2eaf11118c1cbdea46e5af0eb90bfa32a819b8 - 0.0% (1.13 KB)
[#006] sha256:530021b4aa77006464b2381745e31e19c68039a6004c1b745caadfb43900c5b4 - 0.0% (1.2 KB)
[#007] sha256:6414623a6fd6199a450d3b2fdb880cb81cd82163429c79e4f342cb0d0b482d2b - 39.69% (9.99 MB)
[#008] sha256:c5d9dad1b9858055a3a74ac7c0fcb35458f9e0d033cc78fc6e7af56572d2d9ef - 0.02% (5.3 KB)
/bin/sh -c #(nop) ADD file:f17f65714f703db9012f00e5ec98d0b2541ff6147c2633f7ab9ba659d0c507f4 in /
2020-10-22 02:19:24 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-10-22 04:00:43 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-10-22 04:43:53 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-10-22 04:43:55 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-10-22 05:13:43 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-10-22 05:13:44 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.9
2020-10-22 05:24:58 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" 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 && 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-10-22 05:24: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-10-22 05:24:59 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.2.4
2020-10-22 05:24:59 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/8283828b8fd6f1783daf55a765384e6d8d2c5014/get-pip.py
2020-10-22 05:24:59 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=2250ab0a7e70f6fd22b955493f7f5cf1ea53e70b584a84a32573644a045b4bfb
2020-10-22 05:25:06 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-10-22 05:25:06 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-10-27 12:51:57 UTC (buildkit.dockerfile.v0)ENV PYTHONUNBUFFERED=1
2020-10-27 12:51:57 UTC (buildkit.dockerfile.v0)WORKDIR /app
2020-10-27 12:51:57 UTC (buildkit.dockerfile.v0)COPY requirements.txt . # buildkit
2020-10-27 12:52:18 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache gcc && pip install -r requirements.txt && apk del -r gcc && rm -rf /var/cache/apk/* requirements.txt # buildkit
2020-10-27 12:52:18 UTC (buildkit.dockerfile.v0)COPY sidecar/* ./ # buildkit
2020-10-27 12:52:18 UTC (buildkit.dockerfile.v0)USER 65534:65534
2020-10-27 12:52:18 UTC (buildkit.dockerfile.v0)CMD ["python" "-u" "/app/sidecar.py"]
2020-10-27 12:53:30 UTC
23.7 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHONUNBUFFERED1
PYTHON_GET_PIP_SHA2562250ab0a7e70f6fd22b955493f7f5cf1ea53e70b584a84a32573644a045b4bfb
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/8283828b8fd6f1783daf55a765384e6d8d2c5014/get-pip.py
PYTHON_PIP_VERSION20.2.4
PYTHON_VERSION3.7.9
[#000] sha256:5f2023fd85a4e68f37fe41421fd89f30e69b98a645613521c57c01317561eee3 - 9.67% (2.29 MB)
[#001] sha256:d9efd0576c482d8846d77e7e288890a701c88241d758d1adbbba11dae808677f - 1.13% (274 KB)
[#002] sha256:8f9a1782de1fd9ce49625628fa5c32b857673601a13c7e248ccead7b3818ad45 - 38.52% (9.14 MB)
[#003] sha256:96c12d9c760b315840eb55e9f11cfaedec49ea70fbdc288bc50b024a06682cfc - 0.0% (232 Bytes)
[#004] sha256:f2dccdc8358aca968d61acb7b5b62ad7c2261f63a34fa98366fa649f210529a3 - 8.52% (2.02 MB)
[#005] sha256:9a73e481f8d2ebca02f785647cdba10dafd23c01e977e6c559c2a736f3613df5 - 0.0% (1.13 KB)
[#006] sha256:32443d718cb807dd16d7c47d234085e0c862589602c0e76aedc337b379768c6d - 0.0% (1.2 KB)
[#007] sha256:bed90e2803c9eeb4464fdaebf373cb48b7f442d6945a8bdf69b6dad8a0ae7d9d - 42.13% (9.99 MB)
[#008] sha256:aec1befe8191a1815e10fe8985fc388a22787bf51ba1b7a9143ed8d2e1ee25b9 - 0.02% (5.29 KB)
/bin/sh -c #(nop) ADD file:46f89172426e9f5b1d669a2ca7ab218fc2deaef1caeeab88f2b5bd443ac9773d in /
2020-10-22 01:58:14 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-10-22 07:40:38 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-10-22 07:40:39 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-10-22 07:40:43 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-10-22 07:58:38 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-10-22 07:58:40 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.9
2020-10-22 08:08:38 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" 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 && 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-10-22 08:08:45 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-10-22 08:08:46 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.2.4
2020-10-22 08:08:47 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/8283828b8fd6f1783daf55a765384e6d8d2c5014/get-pip.py
2020-10-22 08:08:48 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=2250ab0a7e70f6fd22b955493f7f5cf1ea53e70b584a84a32573644a045b4bfb
2020-10-22 08:09:01 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-10-22 08:09:02 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-10-27 12:51:57 UTC (buildkit.dockerfile.v0)ENV PYTHONUNBUFFERED=1
2020-10-27 12:51:57 UTC (buildkit.dockerfile.v0)WORKDIR /app
2020-10-27 12:51:57 UTC (buildkit.dockerfile.v0)COPY requirements.txt . # buildkit
2020-10-27 12:53:30 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache gcc && pip install -r requirements.txt && apk del -r gcc && rm -rf /var/cache/apk/* requirements.txt # buildkit
2020-10-27 12:53:30 UTC (buildkit.dockerfile.v0)COPY sidecar/* ./ # buildkit
2020-10-27 12:53:30 UTC (buildkit.dockerfile.v0)USER 65534:65534
2020-10-27 12:53:30 UTC (buildkit.dockerfile.v0)CMD ["python" "-u" "/app/sidecar.py"]
2020-10-27 12:53:28 UTC
25.2 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHONUNBUFFERED1
PYTHON_GET_PIP_SHA2562250ab0a7e70f6fd22b955493f7f5cf1ea53e70b584a84a32573644a045b4bfb
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/8283828b8fd6f1783daf55a765384e6d8d2c5014/get-pip.py
PYTHON_PIP_VERSION20.2.4
PYTHON_VERSION3.7.9
[#000] sha256:5f621e34cdf485f410766dc9a0fc7855d17916d0f6583b58cbdce7c28831f527 - 10.24% (2.58 MB)
[#001] sha256:578701bfda139289e8a449e8b26d6f807d5311516517c4a42e3c7f8f13a0aad2 - 1.06% (275 KB)
[#002] sha256:a81fda6ddb0c5886e245bc1068e70b61e5a4a549ed8c761fcf388a228b29ce54 - 41.01% (10.3 MB)
[#003] sha256:92626c2d19c4299c22cbf7617a16f5cdaf4103d9fa456df2f2b5438b6196e59d - 0.0% (230 Bytes)
[#004] sha256:1cddb0092abb88ee3e6963d9c257e72201e06525bc5facea1c11b8976190d9b3 - 8.02% (2.02 MB)
[#005] sha256:3e063a62a0f8a33df7264c1d4dc6070df6f55fc4c7ef7910a68ee3e398347042 - 0.0% (1.13 KB)
[#006] sha256:f38cc208037ccdf3416521b64b6746ad34e9144327321e72fc04dad6f84560a6 - 0.0% (1.21 KB)
[#007] sha256:969f0b7319c1ea5fdcf425bebfd4a4815ff264789b2921c892b80cb3f136fdbb - 39.64% (9.99 MB)
[#008] sha256:a1fe46a7a51374f869aae3f2b7db1c066fe2c387857de89f90f837a8d954fb2b - 0.02% (5.29 KB)
/bin/sh -c #(nop) ADD file:55c4e9752146061a2b5f76027221329f423687987c0744ef577130c60ff0ba42 in /
2020-10-22 02:01:06 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-10-22 03:07:01 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-10-22 05:24:44 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-10-22 05:25:50 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-10-22 06:02:07 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-10-22 06:02:14 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.9
2020-10-22 06:17:28 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" 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 && 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-10-22 06:17:32 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-10-22 06:17:33 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.2.4
2020-10-22 06:17:34 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/8283828b8fd6f1783daf55a765384e6d8d2c5014/get-pip.py
2020-10-22 06:17:34 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=2250ab0a7e70f6fd22b955493f7f5cf1ea53e70b584a84a32573644a045b4bfb
2020-10-22 06:17:45 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-10-22 06:17:47 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-10-27 12:51:57 UTC (buildkit.dockerfile.v0)ENV PYTHONUNBUFFERED=1
2020-10-27 12:51:57 UTC (buildkit.dockerfile.v0)WORKDIR /app
2020-10-27 12:51:57 UTC (buildkit.dockerfile.v0)COPY requirements.txt . # buildkit
2020-10-27 12:53:28 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache gcc && pip install -r requirements.txt && apk del -r gcc && rm -rf /var/cache/apk/* requirements.txt # buildkit
2020-10-27 12:53:28 UTC (buildkit.dockerfile.v0)COPY sidecar/* ./ # buildkit
2020-10-27 12:53:28 UTC (buildkit.dockerfile.v0)USER 65534:65534
2020-10-27 12:53:28 UTC (buildkit.dockerfile.v0)CMD ["python" "-u" "/app/sidecar.py"]
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.