Namespace
kingmo888
Image / Tag
rustdesk-api-server:master
Content Digest
sha256:1a7372cda36846328d3078f8605208371f57523e02ef72f063aa907470827508
Details
Created

2024-09-25 04:47:43 UTC

Size

92.3 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-09-25T04:47:20.870Z
  • org.opencontainers.image.description
    基于Django的RustDesk Api&Web Server,除了支持api所有功能,还支持web注册、管理、展示等。已支持到最新1.2.7版本。
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    71c6f290d1d8a662513c01a8de6134238ecf3ba9
  • org.opencontainers.image.source
    https://github.com/kingmo888/rustdesk-api-server
  • org.opencontainers.image.title
    rustdesk-api-server
  • org.opencontainers.image.url
    https://github.com/kingmo888/rustdesk-api-server
  • org.opencontainers.image.version
    master

Environment
GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

HOST

0.0.0.0

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_GET_PIP_SHA256

e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

58.1.0

PYTHON_VERSION

3.10.3

TZ

Asia/Shanghai


Layers

[#000] sha256:3aa4d0bbde192bfaba75f2d124d8cf2e6de452ae03e55d54105e46b06eb8127e - 2.91% (2.68 MB)

[#001] sha256:c376a57d64541d4fb26bf2ef05f4e63d8ab5428d4ba892cfd034814d8b016934 - 0.69% (651 KB)

[#002] sha256:8cd06dad5f7ea4c06dfa70bf4a12648e00ed0557f5ffff5b2cae4b30ef9edaa9 - 12.66% (11.7 MB)

[#003] sha256:ff1acb01f03d91ab5dd487a077fd7284992bac40d96e2e6907defc2143974e5f - 0.0% (233 Bytes)

[#004] sha256:d1b27ee782b5970d8f799948e94c2c42cb00259070f6739b851f3a504bbc4b0b - 2.97% (2.74 MB)

[#005] sha256:0b4bf2c327bfab0a4f977a76e935e3582bebbcb67c619d0207a7055947eaea6c - 0.0% (109 Bytes)

[#006] sha256:cd033b251a780112ece0c17ea52e82795f6724d63aedf84f5c2265008f83b4cb - 18.95% (17.5 MB)

[#007] sha256:283047185b66ba532fd1cdcc02ef6aa8395d9bd8c74c548a38fc7eda96845e98 - 49.55% (45.7 MB)

[#008] sha256:6dc1d7cb0cbf61003ff63f1cd10848c25a2216c796f50268ba50181c6edf82ab - 12.28% (11.3 MB)


History
2022-03-23 15:21:21 UTC

/bin/sh -c #(nop) ADD file:7386ad893672007cca2d73cec1862d582a69d581ca1d155d4599cb2aa54d5498 in /

2022-03-23 15:21:21 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-03-23 16:46:10 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-03-23 18:46:36 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2022-03-23 18:46:37 UTC

/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;

2022-03-23 18:46:37 UTC

/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2022-03-23 19:06:21 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.10.3

2022-03-23 19:19:50 UTC

/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; command -v gpgconf > /dev/null && 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 --enable-optimizations --enable-option-checking=fatal --enable-shared --with-lto --with-system-expat --with-system-ffi --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" ; 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 '*.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

2022-03-23 19:19:51 UTC

/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 "/usr/local/bin/$src" "/usr/local/bin/$dst"; done

2022-03-23 19:19:51 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4

2022-03-23 19:19:51 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=58.1.0

2022-03-23 19:19:51 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

2022-03-23 19:19:51 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

2022-03-23 19:19:58 UTC

/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" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version

2022-03-23 19:19:58 UTC

/bin/sh -c #(nop) CMD ["python3"]

2024-09-25 04:47:28 UTC (buildkit.dockerfile.v0)

WORKDIR /rustdesk-api-server

2024-09-25 04:47:28 UTC (buildkit.dockerfile.v0)

ADD . /rustdesk-api-server # buildkit

2024-09-25 04:47:30 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache gcc musl-dev mariadb-connector-c-dev pkgconfig # buildkit

2024-09-25 04:47:43 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -ex && pip install --no-cache-dir --disable-pip-version-check -r requirements.txt && rm -rf /var/cache/apk/* && cp -r ./db ./db_bak # buildkit

2024-09-25 04:47:43 UTC (buildkit.dockerfile.v0)

ENV HOST=0.0.0.0

2024-09-25 04:47:43 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2024-09-25 04:47:43 UTC (buildkit.dockerfile.v0)

EXPOSE map[21114/tcp:{}]

2024-09-25 04:47:43 UTC (buildkit.dockerfile.v0)

EXPOSE map[21114/udp:{}]

2024-09-25 04:47:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["sh" "run.sh"]

Details
Created

2024-09-25 04:48:42 UTC

Size

77.6 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-09-25T04:47:20.870Z
  • org.opencontainers.image.description
    基于Django的RustDesk Api&Web Server,除了支持api所有功能,还支持web注册、管理、展示等。已支持到最新1.2.7版本。
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    71c6f290d1d8a662513c01a8de6134238ecf3ba9
  • org.opencontainers.image.source
    https://github.com/kingmo888/rustdesk-api-server
  • org.opencontainers.image.title
    rustdesk-api-server
  • org.opencontainers.image.url
    https://github.com/kingmo888/rustdesk-api-server
  • org.opencontainers.image.version
    master

Environment
GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

HOST

0.0.0.0

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_GET_PIP_SHA256

e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

58.1.0

PYTHON_VERSION

3.10.3

TZ

Asia/Shanghai


Layers

[#000] sha256:dfd6a1b07255bd60715939c7488b4714efdc3519f793d4d8b238b910091c1642 - 2.98% (2.31 MB)

[#001] sha256:eb195b4e7b5f8402b8f04e2adf0ab694df44f873c3f8b3814dd47d4db3a66fe0 - 0.82% (649 KB)

[#002] sha256:547bb38fba58d19e3dc4525ba03700eafd12ea86d6e9c768b8ffd5ec29994c5b - 13.91% (10.8 MB)

[#003] sha256:f0d00a7570d6ef925a9e9e046b4b6e37219ab1b0bc038da32c0803d2de8a7f0c - 0.0% (235 Bytes)

[#004] sha256:5ed969dcf78d01dfe7376b9ca64d18955612b71c329ec98217c04805593de0fa - 3.53% (2.74 MB)

[#005] sha256:0b4bf2c327bfab0a4f977a76e935e3582bebbcb67c619d0207a7055947eaea6c - 0.0% (109 Bytes)

[#006] sha256:cd033b251a780112ece0c17ea52e82795f6724d63aedf84f5c2265008f83b4cb - 22.53% (17.5 MB)

[#007] sha256:406b08243b3aaf328693d37a58d4f061aa0435ee1b4b2ea3e28fea48aecd9ef5 - 41.63% (32.3 MB)

[#008] sha256:48a2790c3380942d703ea54359591e3c7c8ddb90bced36fa1334cf938b69c548 - 14.6% (11.3 MB)


History
2022-03-23 15:57:29 UTC

/bin/sh -c #(nop) ADD file:462f633d612f6502dcfa539fcfd8b1fc90da097b08ad6b984e485bc73e57bd41 in /

2022-03-23 15:57:29 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-03-24 00:04:25 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-03-24 00:04:25 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2022-03-24 00:04:29 UTC

/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;

2022-03-24 00:04:29 UTC

/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2022-03-24 00:51:21 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.10.3

2022-03-24 01:20:01 UTC

/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; command -v gpgconf > /dev/null && 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 --enable-optimizations --enable-option-checking=fatal --enable-shared --with-lto --with-system-expat --with-system-ffi --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" ; 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 '*.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

2022-03-24 01:20:02 UTC

/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 "/usr/local/bin/$src" "/usr/local/bin/$dst"; done

2022-03-24 01:20:03 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4

2022-03-24 01:20:03 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=58.1.0

2022-03-24 01:20:03 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

2022-03-24 01:20:04 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

2022-03-24 01:20:20 UTC

/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" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version

2022-03-24 01:20:20 UTC

/bin/sh -c #(nop) CMD ["python3"]

2024-09-25 04:47:28 UTC (buildkit.dockerfile.v0)

WORKDIR /rustdesk-api-server

2024-09-25 04:47:28 UTC (buildkit.dockerfile.v0)

ADD . /rustdesk-api-server # buildkit

2024-09-25 04:47:34 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache gcc musl-dev mariadb-connector-c-dev pkgconfig # buildkit

2024-09-25 04:48:42 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -ex && pip install --no-cache-dir --disable-pip-version-check -r requirements.txt && rm -rf /var/cache/apk/* && cp -r ./db ./db_bak # buildkit

2024-09-25 04:48:42 UTC (buildkit.dockerfile.v0)

ENV HOST=0.0.0.0

2024-09-25 04:48:42 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2024-09-25 04:48:42 UTC (buildkit.dockerfile.v0)

EXPOSE map[21114/tcp:{}]

2024-09-25 04:48:42 UTC (buildkit.dockerfile.v0)

EXPOSE map[21114/udp:{}]

2024-09-25 04:48:42 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["sh" "run.sh"]

Details
Created

2024-09-25 04:48:40 UTC

Size

85.4 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-09-25T04:47:20.870Z
  • org.opencontainers.image.description
    基于Django的RustDesk Api&Web Server,除了支持api所有功能,还支持web注册、管理、展示等。已支持到最新1.2.7版本。
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    71c6f290d1d8a662513c01a8de6134238ecf3ba9
  • org.opencontainers.image.source
    https://github.com/kingmo888/rustdesk-api-server
  • org.opencontainers.image.title
    rustdesk-api-server
  • org.opencontainers.image.url
    https://github.com/kingmo888/rustdesk-api-server
  • org.opencontainers.image.version
    master

Environment
GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

HOST

0.0.0.0

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_GET_PIP_SHA256

e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

58.1.0

PYTHON_VERSION

3.10.3

TZ

Asia/Shanghai


Layers

[#000] sha256:a5e44472bb1f0d721d23f82fa10a4c3d25994790238a173c1de950a649eb9a90 - 3.03% (2.59 MB)

[#001] sha256:a6a080f00eab238082423a2878cdffa0833b2f33a98a0d0111a910e88cee617a - 0.75% (653 KB)

[#002] sha256:04ce7b78637b4bdce08538ede5543648204a96ac6803ed43fccf6c2162918bb5 - 13.78% (11.8 MB)

[#003] sha256:e31e79c76c3589dffed33bc4ecab45814c25e1bc40604e1b862e53d1234697c4 - 0.0% (233 Bytes)

[#004] sha256:3f229c8bb920ce4aa50c2a17be3660d45a4b5504a0995c59dd3fe2c4d09f2b47 - 3.21% (2.74 MB)

[#005] sha256:0b4bf2c327bfab0a4f977a76e935e3582bebbcb67c619d0207a7055947eaea6c - 0.0% (109 Bytes)

[#006] sha256:cd033b251a780112ece0c17ea52e82795f6724d63aedf84f5c2265008f83b4cb - 20.48% (17.5 MB)

[#007] sha256:879341a6dba74dd348dffeb9d5fd5359c95926e05c46e79d4540a0afd3da1fad - 45.49% (38.8 MB)

[#008] sha256:8be9d200e99fd15e15964a0aaa75ef457904689c1df68cd613b45b0917af0cdc - 13.27% (11.3 MB)


History
2022-03-24 00:36:14 UTC

/bin/sh -c #(nop) ADD file:30da1868f9f0555fb3e5223cd75cbf3c31760c1b6087f42d78abb08a8c5066ff in /

2022-03-24 00:36:14 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-03-24 05:41:27 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-03-24 07:29:10 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2022-03-24 07:29:12 UTC

/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;

2022-03-24 07:29:13 UTC

/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2022-03-24 07:52:57 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.10.3

2022-03-24 08:07:26 UTC

/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; command -v gpgconf > /dev/null && 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 --enable-optimizations --enable-option-checking=fatal --enable-shared --with-lto --with-system-expat --with-system-ffi --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" ; 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 '*.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

2022-03-24 08:07:27 UTC

/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 "/usr/local/bin/$src" "/usr/local/bin/$dst"; done

2022-03-24 08:07:27 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4

2022-03-24 08:07:28 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=58.1.0

2022-03-24 08:07:29 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

2022-03-24 08:07:30 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

2022-03-24 08:07:38 UTC

/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" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version

2022-03-24 08:07:38 UTC

/bin/sh -c #(nop) CMD ["python3"]

2024-09-25 04:47:28 UTC (buildkit.dockerfile.v0)

WORKDIR /rustdesk-api-server

2024-09-25 04:47:28 UTC (buildkit.dockerfile.v0)

ADD . /rustdesk-api-server # buildkit

2024-09-25 04:47:34 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache gcc musl-dev mariadb-connector-c-dev pkgconfig # buildkit

2024-09-25 04:48:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -ex && pip install --no-cache-dir --disable-pip-version-check -r requirements.txt && rm -rf /var/cache/apk/* && cp -r ./db ./db_bak # buildkit

2024-09-25 04:48:40 UTC (buildkit.dockerfile.v0)

ENV HOST=0.0.0.0

2024-09-25 04:48:40 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2024-09-25 04:48:40 UTC (buildkit.dockerfile.v0)

EXPOSE map[21114/tcp:{}]

2024-09-25 04:48:40 UTC (buildkit.dockerfile.v0)

EXPOSE map[21114/udp:{}]

2024-09-25 04:48:40 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["sh" "run.sh"]

Danger Zone
Delete Tag

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.

Delete