2024-02-25 15:45:19 +0800
1.18 GB
E3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256f499d76e0149a673fb8246d88e116db589afbd291739bd84f2cd9a7bca7b6993
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/1954f15b3f102ace496a34a013ea76b061535bd2/public/get-pip.py
PYTHON_PIP_VERSION21.1.1
PYTHON_VERSION3.8.9
[#000] sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc - 3.98% (48.1 MB)
[#001] sha256:44718e6d535d365250316b02459f98a1b0fa490158cc53057d18858507504d60 - 0.62% (7.47 MB)
[#002] sha256:efe9738af0cb2184ee8f3fb3dcb130455385aa428a27d14e1e07a5587ff16e64 - 0.79% (9.53 MB)
[#003] sha256:f37aabde37b87d272286df45e6a3145b0884b72e07e657bf1a2a1e74a92c6172 - 4.09% (49.4 MB)
[#004] sha256:3923d444ed0552ce73ef51fa235f1b45edafdec096abda6abab710637dac7ec6 - 15.18% (183 MB)
[#005] sha256:1ecef690e281c31d68c3cd0628207e8b02fb0e60575604fc5436404d1007a75e - 0.48% (5.86 MB)
[#006] sha256:48673bbfd34da0f9b916211acdaddf71de7362a270f847e8b0f4f4ee14bce110 - 1.44% (17.4 MB)
[#007] sha256:b761c288f4b01375c8452c02df54b252c4ca8d9da3e432d04dd6a7f17238bff0 - 0.0% (233 Bytes)
[#008] sha256:4ea6ac43d3699db9a9a8f884f65193f52617cc9dca6d91feeeaae4fb500810ef - 0.18% (2.2 MB)
[#009] sha256:a5938b437ffb2b979bf2f5c944f57a10780f7190983565575bfa94bcdb6a2637 - 5.68% (68.6 MB)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#011] sha256:2580b8aa8eb3dedfe86bb9136b8976f26d4bfaa419d66e94521e55874d526873 - 67.56% (817 MB)
/bin/sh -c #(nop) ADD file:e18bc3e10e7c743f18bb8be65ec94a62c03764af7dbdb4957f9a600237730212 in /
2021-04-10 01:20:09 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-04-10 01:54:22 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl netbase wget ; rm -rf /var/lib/apt/lists/*
2021-04-10 01:54:27 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2021-04-10 01:54:45 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*
2021-04-10 01:55:31 UTC/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libglib2.0-dev libgmp-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmaxminddb-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch unzip xz-utils zlib1g-dev $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*
2021-04-10 15:07:34 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-04-10 15:07:34 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-04-10 15:07:40 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends libbluetooth-dev tk-dev uuid-dev && rm -rf /var/lib/apt/lists/*
2021-04-10 15:24:22 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-04-10 15:40:57 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.9
2021-04-10 15:48:08 UTC/bin/sh -c set -ex && 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 hkps://keys.openpgp.org --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 && 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)" && 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 '{}' + && ldconfig && python3 --version
2021-04-10 15:48:09 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
2021-05-03 22:14:06 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=21.1.1
2021-05-03 22:14:06 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/1954f15b3f102ace496a34a013ea76b061535bd2/public/get-pip.py
2021-05-03 22:14:06 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=f499d76e0149a673fb8246d88e116db589afbd291739bd84f2cd9a7bca7b6993
2021-05-03 22:14:12 UTC/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; 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
2021-05-03 22:14:12 UTC/bin/sh -c #(nop) CMD ["python3"]
2024-02-25 15:42:57 +0800 (buildkit.dockerfile.v0)ADD ./icpApi_20240221_yolo8 /icpApi_20240221_yolo8 # buildkit
2024-02-25 15:42:57 +0800 (buildkit.dockerfile.v0)WORKDIR /icpApi_20240221_yolo8
2024-02-25 15:45:19 +0800 (buildkit.dockerfile.v0)RUN /bin/sh -c echo 'deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main non-free contrib' > /etc/apt/sources.list && echo 'deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main non-free contrib' >> /etc/apt/sources.list && echo 'deb https://mirrors.tuna.tsinghua.edu.cn/debian-security buster/updates main' >> /etc/apt/sources.list && echo 'deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security buster/updates main' >> /etc/apt/sources.list && echo 'deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-updates main non-free contrib' >> /etc/apt/sources.list && echo 'deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-updates main non-free contrib' >> /etc/apt/sources.list && apt-get update && apt-get install libgl1 -y && pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu && pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple # buildkit
2024-02-25 15:45:19 +0800 (buildkit.dockerfile.v0)EXPOSE map[16181/tcp:{}]
2024-02-25 15:45:19 +0800 (buildkit.dockerfile.v0)CMD ["sh" "-c" "cd /icpApi_20240221_yolo8/ && python icpApi.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.