2024-10-11 09:52:42 UTC
109 MB
7169605F62C751356D054A26A821E680E5FA6305
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PIP_DISABLE_PIP_VERSION_CHECK1
PYTHONDONTWRITEBYTECODE1
PYTHONUNBUFFERED1
PYTHON_GET_PIP_SHA256bc37786ec99618416cc0a0ca32833da447f4d91ab51d2c138dd15b7af21e8e9a
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/def4aec84b261b939137dd1c69eff0aabb4a7bf4/public/get-pip.py
PYTHON_PIP_VERSION24.2
PYTHON_VERSION3.12.5
[#000] sha256:43c4264eed91be63b206e17d93e75256a6097070ce643c5e8f0379998b44f170 - 3.17% (3.46 MB)
[#001] sha256:b9afd1f50702b9ff2b187430471498298c96d4919de0ed435aa4ecaf72ba6534 - 0.4% (444 KB)
[#002] sha256:057327fbabf5b9b7038e4d0a243f4362e8ccc878c8e32da2530d9a052378a77f - 10.05% (11 MB)
[#003] sha256:b084f291fbf3323df5fbe8cec0ac91312fc6c4108c274279263f75819fa0033c - 0.0% (229 Bytes)
[#004] sha256:964622a07b8dca4a81e4e0274f48ea6fe02af782d6bbcae22e11ba1efc5abd0c - 1.46% (1.6 MB)
[#005] sha256:de50ee80335b8c95a1eaa8b7a65e47ddfca0982e16a4ee27d3f4077947f3f135 - 0.0% (94 Bytes)
[#006] sha256:0ec730ef84971e3e4eec3771a05b97e4a8dd2608074f6738baabaca2c9875849 - 20.81% (22.7 MB)
[#007] sha256:fedb2a59b3d5af5da67d8f023f3c9189ab32c63cf847578bc183e9049788ce3f - 0.0% (243 Bytes)
[#008] sha256:96bb7505259e16ebf38df88ffaa9cf096cfe9c1ae8f50693c8434f2c52ce46c8 - 0.0% (913 Bytes)
[#009] sha256:e703cb12ae4034fd09239565a88d30b3d35aa57e86b5fe757debb8199a933854 - 1.53% (1.67 MB)
[#010] sha256:7969c8ee6362c519f46bb3f764b33f851c80544b2eac2bc646ad508defc202d7 - 61.58% (67.2 MB)
[#011] sha256:a6a75aba7b1df6ca96ce6a6c72011d179684c0f74d69496f8c6732dfad7aa28d - 0.0% (470 Bytes)
[#012] sha256:95defe5720516710ba75c6031187118087bc438788d4cb59850cd8076df81fe0 - 0.24% (269 KB)
[#013] sha256:b8dbcf6d2837e13d55172be85e20fa140327b9f320a18df54c3a817bd53dced9 - 0.03% (35.5 KB)
[#014] sha256:8ec3683de8907df297851438fbda4079a1e113d78ff62b2c3baadd702eafc8b4 - 0.0% (185 Bytes)
[#015] sha256:6050564fb5bf1075b93d46dfc4c8cd2c006db71c217590e6c018affc841f0a12 - 0.46% (515 KB)
[#016] sha256:76016a90e38eaa5c4f6c0b50087b683e36c7b67c80e7ef688844518d023fb417 - 0.0% (935 Bytes)
[#017] sha256:9e845d8957a7516390a26b1065d1d2653abbc699c6a3ccd29453ec9d4cea8b2a - 0.0% (131 Bytes)
[#018] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#019] sha256:ee017234b8921a4ba24208c7b4e2420ec620e7982ab349c2df8de3f118e5cf4e - 0.27% (306 KB)
/bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in /
2024-08-29 23:26:33 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-08-29 23:26:33 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2024-08-29 23:26:33 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2024-08-29 23:26:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ; # buildkit
2024-08-29 23:26:33 UTC (buildkit.dockerfile.v0)ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305
2024-08-29 23:26:33 UTC (buildkit.dockerfile.v0)ENV PYTHON_VERSION=3.12.5
2024-08-29 23:26:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gnupg tar xz bluez-dev bzip2-dev 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 ; 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"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions $(test "$gnuArch" != 'riscv64-linux-musl' && echo '--enable-optimizations') --enable-option-checking=fatal --enable-shared --with-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000"; LDFLAGS="${LDFLAGS:--Wl},--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" "PROFILE_TASK=${PROFILE_TASK:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" "PROFILE_TASK=${PROFILE_TASK:-}" python ; make install; cd /; 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 'libpython*.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-network --virtual .python-rundeps ; apk del --no-network .build-deps; python3 --version # buildkit
2024-08-29 23:26:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit
2024-08-29 23:26:33 UTC (buildkit.dockerfile.v0)ENV PYTHON_PIP_VERSION=24.2
2024-08-29 23:26:33 UTC (buildkit.dockerfile.v0)ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/def4aec84b261b939137dd1c69eff0aabb4a7bf4/public/get-pip.py
2024-08-29 23:26:33 UTC (buildkit.dockerfile.v0)ENV PYTHON_GET_PIP_SHA256=bc37786ec99618416cc0a0ca32833da447f4d91ab51d2c138dd15b7af21e8e9a
2024-08-29 23:26:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" --no-setuptools --no-wheel ; rm -f get-pip.py; pip --version # buildkit
2024-08-29 23:26:33 UTC (buildkit.dockerfile.v0)CMD ["python3"]
2024-10-11 09:51:02 UTC (buildkit.dockerfile.v0)ENV PYTHONDONTWRITEBYTECODE=1
2024-10-11 09:51:02 UTC (buildkit.dockerfile.v0)ENV PYTHONUNBUFFERED=1
2024-10-11 09:51:02 UTC (buildkit.dockerfile.v0)ENV PIP_DISABLE_PIP_VERSION_CHECK=1
2024-10-11 09:51:02 UTC (buildkit.dockerfile.v0)WORKDIR /code
2024-10-11 09:51:02 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache "libpq" "libxslt" "nodejs-current" "xmlsec" # buildkit
2024-10-11 09:51:02 UTC (buildkit.dockerfile.v0)COPY requirements.txt ./ # buildkit
2024-10-11 09:51:03 UTC (buildkit.dockerfile.v0)COPY requirements ./requirements # buildkit
2024-10-11 09:51:03 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache libffi-dev # buildkit
2024-10-11 09:52:41 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache --virtual .build-deps "bash~=5.2" "g++" "gcc" "cargo" "git" "make" "postgresql-dev" "libc-dev" "linux-headers" && pip install -r requirements.txt --compile --no-cache-dir && apk del .build-deps # buildkit
2024-10-11 09:52:41 UTC (buildkit.dockerfile.v0)COPY manage.py manage.py # buildkit
2024-10-11 09:52:41 UTC (buildkit.dockerfile.v0)COPY plane plane/ # buildkit
2024-10-11 09:52:41 UTC (buildkit.dockerfile.v0)COPY templates templates/ # buildkit
2024-10-11 09:52:41 UTC (buildkit.dockerfile.v0)COPY package.json package.json # buildkit
2024-10-11 09:52:42 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk --no-cache add "bash~=5.2" # buildkit
2024-10-11 09:52:42 UTC (buildkit.dockerfile.v0)COPY ./bin ./bin/ # buildkit
2024-10-11 09:52:42 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /code/plane/logs # buildkit
2024-10-11 09:52:42 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x ./bin/* # buildkit
2024-10-11 09:52:42 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod -R 777 /code # buildkit
2024-10-11 09:52:42 UTC (buildkit.dockerfile.v0)EXPOSE map[8000/tcp:{}]
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.