Namespace
snowdreamtech
Image / Tag
frps:edge-debian
Content Digest
sha256:12f46fae7057abdd3497ad4701860817314908fa75e040a4d70d89f918706716
Details
Created

2025-12-08 08:59:26 UTC

Size

109 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frps:debian
  • org.opencontainers.image.created
    2025-12-08T08:56:29.275Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frps
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    8c1297d5ff0985abd420821ad0f3836b23fe7344
  • org.opencontainers.image.source
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.title
    frp
  • org.opencontainers.image.url
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.vendor
    Snowdream Tech
  • org.opencontainers.image.version
    edge-debian

Environment
CAP_NET_BIND_SERVICE

0

DEBIAN_FRONTEND

noninteractive

DEBUG

false

KEEPALIVE

0

LANG

C.UTF-8

PATH

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

PGID

0

PUID

0

UMASK

022

USER

root

WORKDIR

/root


Layers

[#000] sha256:7f24a3a0c200106d0d9ab7b6264e50c689910154fb57bf08185b9eaf995db758 - 27.41% (29.8 MB)

[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#003] sha256:16ba2b74166a05aff671f11719485bb4ee64cd429b6166b7ef74f1e86b34fc6b - 66.21% (72.1 MB)

[#004] sha256:eace222e32ff3966ae7698f3d39d6b24bc4f003f0a4c4621cde4f352a345e0f4 - 0.0% (1.85 KB)

[#005] sha256:ab8ef343d9c1858f424f1cfb42ec8a958be0d7bf97caf591ce4546ac740d1982 - 0.0% (845 Bytes)

[#006] sha256:9eea49469890f3e3d371e248b6a4df62abe84918cb8fc6313b7fd4eb6804786c - 0.0% (400 Bytes)

[#007] sha256:696ed8f168a8fb23505c76d073d0414888c5814e8156851ddf07299f24be6678 - 0.0% (840 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#010] sha256:a875275d904a80057879dc8a1bc7644e337ff4bd8f73749181f40d793dbe929d - 6.37% (6.94 MB)

[#011] sha256:bf54eecd3fd85827ba8507e69b0898a3571037a91065315ff170a3d71911167f - 0.0% (168 Bytes)

[#012] sha256:f0cd1492e2f080146ecf92f0b4f0f707b9c0f1f71ec486fd6cc278458485fc3f - 0.0% (316 Bytes)

[#013] sha256:25868281a6e7041c306f61a028c00a997155a855011ada28a796516abf8173a5 - 0.0% (397 Bytes)

[#014] sha256:9d22315d815af3a0adb4c1fdd12147dfa4361fa706529b63c836a9d74cfe89f2 - 0.0% (307 Bytes)


History
2025-11-03 20:44:10 UTC (debuerreotype 0.16)

# debian.sh --arch 'i386' out/ 'trixie' '@1762202650'

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Debian Base Image org.opencontainers.image.description=Docker Images for Debian. (i386,amd64,arm32v5,arm32v7,arm64,riscv64,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/debian org.opencontainers.image.base.name=snowdreamtech/debian:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/debian org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=13.1 org.opencontainers.image.url=https://github.com/snowdreamtech/debian

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-11-21 12:14:03 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c set -eux && DEBIAN_FRONTEND=noninteractive apt-get -qqy update && DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends lsb-release procps sudo vim zip unzip bzip2 xz-utils file gzip jq tzdata openssl gnupg aptitude sysstat wget curl git libcap2-bin gosu dnsutils netcat-traditional traceroute iputils-ping net-tools lsof apt-transport-https ca-certificates && update-ca-certificates && DEBIAN_FRONTEND=noninteractive apt-get -qqy --purge autoremove && DEBIAN_FRONTEND=noninteractive apt-get -qqy clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* && rm -rf /var/tmp/* && sed -i "s|Suites:\s*trixie\s*trixie-updates.*|Suites: trixie trixie-updates trixie-backports|g" /etc/apt/sources.list.d/debian.sources && echo 'export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"' >> /etc/bash.bashrc # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY vimrc.local /etc/vim/vimrc.local # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-11-21 12:23:58 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-11-21 12:23:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-08 08:56:47 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=frps Image Based On Debian org.opencontainers.image.description=Docker Images for frps On Debian. (i386,amd64,arm32v5,arm32v7,arm64,mips64le,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=snowdreamtech/frps:debian org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.65.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp

2025-12-08 08:56:47 UTC (buildkit.dockerfile.v0)

USER root

2025-12-08 08:56:47 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-08 08:56:47 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:47 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:47 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frps /usr/bin/ # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY /root/conf/frps.toml /etc/frp/ # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-12-08 08:59:26 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-12-08 08:59:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-08 08:59:26 UTC

Size

104 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frps:debian
  • org.opencontainers.image.created
    2025-12-08T08:56:29.275Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frps
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    8c1297d5ff0985abd420821ad0f3836b23fe7344
  • org.opencontainers.image.source
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.title
    frp
  • org.opencontainers.image.url
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.vendor
    Snowdream Tech
  • org.opencontainers.image.version
    edge-debian

Environment
CAP_NET_BIND_SERVICE

0

DEBIAN_FRONTEND

noninteractive

DEBUG

false

KEEPALIVE

0

LANG

C.UTF-8

PATH

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

PGID

0

PUID

0

UMASK

022

USER

root

WORKDIR

/root


Layers

[#000] sha256:d7ecded7702a5dbf6d0f79a71edc34b534d08f3051980e2c948fba72db3197fc - 27.23% (28.4 MB)

[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#003] sha256:5f16f6b2151433f538a69097b7ee990a12a04284f4d2a64e83619f75e4692f13 - 65.67% (68.5 MB)

[#004] sha256:59321e208bb66974d03227bdfeded354f738e4b8930a7977c2084f44c3321d72 - 0.0% (1.85 KB)

[#005] sha256:ab8ef343d9c1858f424f1cfb42ec8a958be0d7bf97caf591ce4546ac740d1982 - 0.0% (845 Bytes)

[#006] sha256:9eea49469890f3e3d371e248b6a4df62abe84918cb8fc6313b7fd4eb6804786c - 0.0% (400 Bytes)

[#007] sha256:696ed8f168a8fb23505c76d073d0414888c5814e8156851ddf07299f24be6678 - 0.0% (840 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#010] sha256:4f11e12472d86df208e81d9ba89a61184cfdd9e67d5e575dc581f4f2b55ee14c - 7.09% (7.39 MB)

[#011] sha256:d05a7db73545cafbdc5fb7524b8a0c57ed7ddc55f81f8abde11c0397aae2de75 - 0.0% (169 Bytes)

[#012] sha256:f0cd1492e2f080146ecf92f0b4f0f707b9c0f1f71ec486fd6cc278458485fc3f - 0.0% (316 Bytes)

[#013] sha256:b37b345d10e21981e3c95cb0f82daef5d11f4511f207a3fc4a7ee9b3d2e8f33d - 0.0% (395 Bytes)

[#014] sha256:e3c628f605093abd2f89ca775088175e76d8d39dafee52fd7b00efa3bc642ff8 - 0.0% (306 Bytes)


History
2025-11-03 20:44:10 UTC (debuerreotype 0.16)

# debian.sh --arch 'amd64' out/ 'trixie' '@1762202650'

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Debian Base Image org.opencontainers.image.description=Docker Images for Debian. (i386,amd64,arm32v5,arm32v7,arm64,riscv64,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/debian org.opencontainers.image.base.name=snowdreamtech/debian:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/debian org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=13.1 org.opencontainers.image.url=https://github.com/snowdreamtech/debian

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-11-21 12:18:54 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c set -eux && DEBIAN_FRONTEND=noninteractive apt-get -qqy update && DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends lsb-release procps sudo vim zip unzip bzip2 xz-utils file gzip jq tzdata openssl gnupg aptitude sysstat wget curl git libcap2-bin gosu dnsutils netcat-traditional traceroute iputils-ping net-tools lsof apt-transport-https ca-certificates && update-ca-certificates && DEBIAN_FRONTEND=noninteractive apt-get -qqy --purge autoremove && DEBIAN_FRONTEND=noninteractive apt-get -qqy clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* && rm -rf /var/tmp/* && sed -i "s|Suites:\s*trixie\s*trixie-updates.*|Suites: trixie trixie-updates trixie-backports|g" /etc/apt/sources.list.d/debian.sources && echo 'export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"' >> /etc/bash.bashrc # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY vimrc.local /etc/vim/vimrc.local # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-11-21 12:23:58 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-11-21 12:23:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-08 08:56:45 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=frps Image Based On Debian org.opencontainers.image.description=Docker Images for frps On Debian. (i386,amd64,arm32v5,arm32v7,arm64,mips64le,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=snowdreamtech/frps:debian org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.65.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp

2025-12-08 08:56:45 UTC (buildkit.dockerfile.v0)

USER root

2025-12-08 08:56:45 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-08 08:56:45 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:45 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:46 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-12-08 08:59:26 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frps /usr/bin/ # buildkit

2025-12-08 08:59:26 UTC (buildkit.dockerfile.v0)

COPY /root/conf/frps.toml /etc/frp/ # buildkit

2025-12-08 08:59:26 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-12-08 08:59:26 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-12-08 08:59:26 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-12-08 08:59:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-08 08:59:26 UTC

Size

98.6 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frps:debian
  • org.opencontainers.image.created
    2025-12-08T08:56:29.275Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frps
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    8c1297d5ff0985abd420821ad0f3836b23fe7344
  • org.opencontainers.image.source
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.title
    frp
  • org.opencontainers.image.url
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.vendor
    Snowdream Tech
  • org.opencontainers.image.version
    edge-debian

Environment
CAP_NET_BIND_SERVICE

0

DEBIAN_FRONTEND

noninteractive

DEBUG

false

KEEPALIVE

0

LANG

C.UTF-8

PATH

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

PGID

0

PUID

0

UMASK

022

USER

root

WORKDIR

/root


Layers

[#000] sha256:453afc2258d7bc5729fed5672fb95bafa092e30a933b4377a12034be940a671b - 27.02% (26.7 MB)

[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#003] sha256:c11939d94049bbede55adb40283d686361dd6c0e6fff4733c44db2225cfb74f3 - 66.01% (65.1 MB)

[#004] sha256:d69612f4b50787da7c1c8f93ff6582202587909ac907932d735d001e6d3e9366 - 0.0% (1.85 KB)

[#005] sha256:caeb34620a23517a9af228fe9fd968e651ccda535036051312adb9c30077d626 - 0.0% (844 Bytes)

[#006] sha256:b83a780a81426c1696808b24f2fddc666500ace6f13d28ac09e38f344a274a7d - 0.0% (399 Bytes)

[#007] sha256:5bbac15de8cafb407742cd167510e17c2d282b515c8fd7a47c44e13a3250b461 - 0.0% (839 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#010] sha256:59c62faeb4b9159d17d19f1e5b85e8168e04b5d1b3f23fbe605f011198e2e433 - 6.96% (6.87 MB)

[#011] sha256:4a7a9cb030bee19acdb182eefda361b3da1883bfc23491c6deb8f54e64a1c52f - 0.0% (169 Bytes)

[#012] sha256:a9752cddac849277fc2ff54e8350a38c95fe04c2ed768d0625f22937ceb2edbb - 0.0% (315 Bytes)

[#013] sha256:25868281a6e7041c306f61a028c00a997155a855011ada28a796516abf8173a5 - 0.0% (397 Bytes)

[#014] sha256:9d22315d815af3a0adb4c1fdd12147dfa4361fa706529b63c836a9d74cfe89f2 - 0.0% (307 Bytes)


History
2025-11-03 20:44:10 UTC (debuerreotype 0.16)

# debian.sh --arch 'armel' out/ 'trixie' '@1762202650'

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Debian Base Image org.opencontainers.image.description=Docker Images for Debian. (i386,amd64,arm32v5,arm32v7,arm64,riscv64,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/debian org.opencontainers.image.base.name=snowdreamtech/debian:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/debian org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=13.1 org.opencontainers.image.url=https://github.com/snowdreamtech/debian

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-11-21 12:25:06 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c set -eux && DEBIAN_FRONTEND=noninteractive apt-get -qqy update && DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends lsb-release procps sudo vim zip unzip bzip2 xz-utils file gzip jq tzdata openssl gnupg aptitude sysstat wget curl git libcap2-bin gosu dnsutils netcat-traditional traceroute iputils-ping net-tools lsof apt-transport-https ca-certificates && update-ca-certificates && DEBIAN_FRONTEND=noninteractive apt-get -qqy --purge autoremove && DEBIAN_FRONTEND=noninteractive apt-get -qqy clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* && rm -rf /var/tmp/* && sed -i "s|Suites:\s*trixie\s*trixie-updates.*|Suites: trixie trixie-updates trixie-backports|g" /etc/apt/sources.list.d/debian.sources && echo 'export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"' >> /etc/bash.bashrc # buildkit

2025-11-21 12:25:06 UTC (buildkit.dockerfile.v0)

COPY vimrc.local /etc/vim/vimrc.local # buildkit

2025-11-21 12:25:06 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-11-21 12:25:06 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-11-21 12:25:06 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-11-21 12:25:06 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-08 08:56:44 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=frps Image Based On Debian org.opencontainers.image.description=Docker Images for frps On Debian. (i386,amd64,arm32v5,arm32v7,arm64,mips64le,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=snowdreamtech/frps:debian org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.65.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp

2025-12-08 08:56:44 UTC (buildkit.dockerfile.v0)

USER root

2025-12-08 08:56:44 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-08 08:56:44 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:44 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:45 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frps /usr/bin/ # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY /root/conf/frps.toml /etc/frp/ # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-12-08 08:59:26 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-12-08 08:59:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-08 08:59:25 UTC

Size

93.3 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frps:debian
  • org.opencontainers.image.created
    2025-12-08T08:56:29.275Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frps
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    8c1297d5ff0985abd420821ad0f3836b23fe7344
  • org.opencontainers.image.source
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.title
    frp
  • org.opencontainers.image.url
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.vendor
    Snowdream Tech
  • org.opencontainers.image.version
    edge-debian

Environment
CAP_NET_BIND_SERVICE

0

DEBIAN_FRONTEND

noninteractive

DEBUG

false

KEEPALIVE

0

LANG

C.UTF-8

PATH

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

PGID

0

PUID

0

UMASK

022

USER

root

WORKDIR

/root


Layers

[#000] sha256:8945aefb71bd942499dd072e2c7c869b6b74b7c4dd83bff59c209b7b95d52a9f - 26.79% (25 MB)

[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#003] sha256:6318295a49ffd289b89714282d37e058ff95229f6b69c607a706cd40afc1beb7 - 65.85% (61.5 MB)

[#004] sha256:4cad852ecb8cdd7916561d328af0524a353ebe7922444471fb324e4c96e5b71e - 0.0% (1.85 KB)

[#005] sha256:ab8ef343d9c1858f424f1cfb42ec8a958be0d7bf97caf591ce4546ac740d1982 - 0.0% (845 Bytes)

[#006] sha256:9eea49469890f3e3d371e248b6a4df62abe84918cb8fc6313b7fd4eb6804786c - 0.0% (400 Bytes)

[#007] sha256:696ed8f168a8fb23505c76d073d0414888c5814e8156851ddf07299f24be6678 - 0.0% (840 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#010] sha256:59c62faeb4b9159d17d19f1e5b85e8168e04b5d1b3f23fbe605f011198e2e433 - 7.36% (6.87 MB)

[#011] sha256:4a7a9cb030bee19acdb182eefda361b3da1883bfc23491c6deb8f54e64a1c52f - 0.0% (169 Bytes)

[#012] sha256:f0cd1492e2f080146ecf92f0b4f0f707b9c0f1f71ec486fd6cc278458485fc3f - 0.0% (316 Bytes)

[#013] sha256:25868281a6e7041c306f61a028c00a997155a855011ada28a796516abf8173a5 - 0.0% (397 Bytes)

[#014] sha256:9d22315d815af3a0adb4c1fdd12147dfa4361fa706529b63c836a9d74cfe89f2 - 0.0% (307 Bytes)


History
2025-11-03 20:44:10 UTC (debuerreotype 0.16)

# debian.sh --arch 'armhf' out/ 'trixie' '@1762202650'

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Debian Base Image org.opencontainers.image.description=Docker Images for Debian. (i386,amd64,arm32v5,arm32v7,arm64,riscv64,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/debian org.opencontainers.image.base.name=snowdreamtech/debian:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/debian org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=13.1 org.opencontainers.image.url=https://github.com/snowdreamtech/debian

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-11-21 12:18:51 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c set -eux && DEBIAN_FRONTEND=noninteractive apt-get -qqy update && DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends lsb-release procps sudo vim zip unzip bzip2 xz-utils file gzip jq tzdata openssl gnupg aptitude sysstat wget curl git libcap2-bin gosu dnsutils netcat-traditional traceroute iputils-ping net-tools lsof apt-transport-https ca-certificates && update-ca-certificates && DEBIAN_FRONTEND=noninteractive apt-get -qqy --purge autoremove && DEBIAN_FRONTEND=noninteractive apt-get -qqy clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* && rm -rf /var/tmp/* && sed -i "s|Suites:\s*trixie\s*trixie-updates.*|Suites: trixie trixie-updates trixie-backports|g" /etc/apt/sources.list.d/debian.sources && echo 'export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"' >> /etc/bash.bashrc # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY vimrc.local /etc/vim/vimrc.local # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-11-21 12:23:58 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-11-21 12:23:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=frps Image Based On Debian org.opencontainers.image.description=Docker Images for frps On Debian. (i386,amd64,arm32v5,arm32v7,arm64,mips64le,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=snowdreamtech/frps:debian org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.65.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

USER root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frps /usr/bin/ # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY /root/conf/frps.toml /etc/frp/ # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-08 08:59:25 UTC

Size

104 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frps:debian
  • org.opencontainers.image.created
    2025-12-08T08:56:29.275Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frps
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    8c1297d5ff0985abd420821ad0f3836b23fe7344
  • org.opencontainers.image.source
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.title
    frp
  • org.opencontainers.image.url
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.vendor
    Snowdream Tech
  • org.opencontainers.image.version
    edge-debian

Environment
CAP_NET_BIND_SERVICE

0

DEBIAN_FRONTEND

noninteractive

DEBUG

false

KEEPALIVE

0

LANG

C.UTF-8

PATH

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

PGID

0

PUID

0

UMASK

022

USER

root

WORKDIR

/root


Layers

[#000] sha256:51365f04b68881c6fd3d04aa38cdb689fdee6efba2aa6afcf2da5385022cf475 - 27.74% (28.7 MB)

[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#003] sha256:60efb12168985230af761b6d3f5488bdd706ac3a9dc94bf17038071c035f5f24 - 65.78% (68.2 MB)

[#004] sha256:5096a22334c5f02973f96295c0245799bf7a60e07b5282dc5a5a13fec86d3b28 - 0.0% (1.85 KB)

[#005] sha256:ca426f5d548596341499803a9d5c970f90ac2a3b14e359b7d6f766dcf61275dc - 0.0% (845 Bytes)

[#006] sha256:cf7dac2f8f1f9fe651e8c41323c7b11009f6c955b723677f5f2001228c0520b7 - 0.0% (400 Bytes)

[#007] sha256:baef162c8aa6645d65687cc683c6739bfb40b1205dc79c64ee693de5f48b81a2 - 0.0% (839 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#010] sha256:477ed977413614f6ecbca240ec9eb960777f2b186f52570c7699e6edda6d8ea8 - 6.47% (6.71 MB)

[#011] sha256:059fd56d7b39357c4236e0dbc7d65dd289c67f0641f78c37fda31c1ab0f11049 - 0.0% (169 Bytes)

[#012] sha256:d98dcfeb6ca2b64c2318c2f265751dc210b271de6a3adcbab267fd0c173fc66c - 0.0% (315 Bytes)

[#013] sha256:25868281a6e7041c306f61a028c00a997155a855011ada28a796516abf8173a5 - 0.0% (397 Bytes)

[#014] sha256:9d22315d815af3a0adb4c1fdd12147dfa4361fa706529b63c836a9d74cfe89f2 - 0.0% (307 Bytes)


History
2025-11-03 20:44:10 UTC (debuerreotype 0.16)

# debian.sh --arch 'arm64' out/ 'trixie' '@1762202650'

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Debian Base Image org.opencontainers.image.description=Docker Images for Debian. (i386,amd64,arm32v5,arm32v7,arm64,riscv64,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/debian org.opencontainers.image.base.name=snowdreamtech/debian:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/debian org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=13.1 org.opencontainers.image.url=https://github.com/snowdreamtech/debian

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-11-21 12:24:50 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c set -eux && DEBIAN_FRONTEND=noninteractive apt-get -qqy update && DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends lsb-release procps sudo vim zip unzip bzip2 xz-utils file gzip jq tzdata openssl gnupg aptitude sysstat wget curl git libcap2-bin gosu dnsutils netcat-traditional traceroute iputils-ping net-tools lsof apt-transport-https ca-certificates && update-ca-certificates && DEBIAN_FRONTEND=noninteractive apt-get -qqy --purge autoremove && DEBIAN_FRONTEND=noninteractive apt-get -qqy clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* && rm -rf /var/tmp/* && sed -i "s|Suites:\s*trixie\s*trixie-updates.*|Suites: trixie trixie-updates trixie-backports|g" /etc/apt/sources.list.d/debian.sources && echo 'export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"' >> /etc/bash.bashrc # buildkit

2025-11-21 12:24:50 UTC (buildkit.dockerfile.v0)

COPY vimrc.local /etc/vim/vimrc.local # buildkit

2025-11-21 12:24:50 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-11-21 12:24:50 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-11-21 12:24:50 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-11-21 12:24:50 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=frps Image Based On Debian org.opencontainers.image.description=Docker Images for frps On Debian. (i386,amd64,arm32v5,arm32v7,arm64,mips64le,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=snowdreamtech/frps:debian org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.65.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

USER root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frps /usr/bin/ # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY /root/conf/frps.toml /etc/frp/ # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-08 08:59:25 UTC

Size

114 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frps:debian
  • org.opencontainers.image.created
    2025-12-08T08:56:29.275Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frps
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    8c1297d5ff0985abd420821ad0f3836b23fe7344
  • org.opencontainers.image.source
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.title
    frp
  • org.opencontainers.image.url
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.vendor
    Snowdream Tech
  • org.opencontainers.image.version
    edge-debian

Environment
CAP_NET_BIND_SERVICE

0

DEBIAN_FRONTEND

noninteractive

DEBUG

false

KEEPALIVE

0

LANG

C.UTF-8

PATH

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

PGID

0

PUID

0

UMASK

022

USER

root

WORKDIR

/root


Layers

[#000] sha256:eead2c4a2afd8217def9d0ca536e7e4108ac8a91745ca25e76eb059260c04aab - 28.23% (32 MB)

[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#003] sha256:b578d274a63160f416e4c46c793806343ccff701a84077def30cf8eca37bef70 - 65.91% (74.8 MB)

[#004] sha256:d63f7c34e24cc2393d98fa12ddea01959d284ea8dd14333d956dce9cac27c16c - 0.0% (1.85 KB)

[#005] sha256:ab8ef343d9c1858f424f1cfb42ec8a958be0d7bf97caf591ce4546ac740d1982 - 0.0% (845 Bytes)

[#006] sha256:9eea49469890f3e3d371e248b6a4df62abe84918cb8fc6313b7fd4eb6804786c - 0.0% (400 Bytes)

[#007] sha256:696ed8f168a8fb23505c76d073d0414888c5814e8156851ddf07299f24be6678 - 0.0% (840 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#010] sha256:e44594b71c019ca18cbb6bc49fc12a8a122fb8d8cd01214ae0c40c0f9a62d8fe - 5.86% (6.65 MB)

[#011] sha256:4a7a9cb030bee19acdb182eefda361b3da1883bfc23491c6deb8f54e64a1c52f - 0.0% (169 Bytes)

[#012] sha256:f0cd1492e2f080146ecf92f0b4f0f707b9c0f1f71ec486fd6cc278458485fc3f - 0.0% (316 Bytes)

[#013] sha256:25868281a6e7041c306f61a028c00a997155a855011ada28a796516abf8173a5 - 0.0% (397 Bytes)

[#014] sha256:9d22315d815af3a0adb4c1fdd12147dfa4361fa706529b63c836a9d74cfe89f2 - 0.0% (307 Bytes)


History
2025-11-03 20:44:10 UTC (debuerreotype 0.16)

# debian.sh --arch 'ppc64el' out/ 'trixie' '@1762202650'

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Debian Base Image org.opencontainers.image.description=Docker Images for Debian. (i386,amd64,arm32v5,arm32v7,arm64,riscv64,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/debian org.opencontainers.image.base.name=snowdreamtech/debian:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/debian org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=13.1 org.opencontainers.image.url=https://github.com/snowdreamtech/debian

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c set -eux && DEBIAN_FRONTEND=noninteractive apt-get -qqy update && DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends lsb-release procps sudo vim zip unzip bzip2 xz-utils file gzip jq tzdata openssl gnupg aptitude sysstat wget curl git libcap2-bin gosu dnsutils netcat-traditional traceroute iputils-ping net-tools lsof apt-transport-https ca-certificates && update-ca-certificates && DEBIAN_FRONTEND=noninteractive apt-get -qqy --purge autoremove && DEBIAN_FRONTEND=noninteractive apt-get -qqy clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* && rm -rf /var/tmp/* && sed -i "s|Suites:\s*trixie\s*trixie-updates.*|Suites: trixie trixie-updates trixie-backports|g" /etc/apt/sources.list.d/debian.sources && echo 'export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"' >> /etc/bash.bashrc # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY vimrc.local /etc/vim/vimrc.local # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-11-21 12:23:58 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-11-21 12:23:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=frps Image Based On Debian org.opencontainers.image.description=Docker Images for frps On Debian. (i386,amd64,arm32v5,arm32v7,arm64,mips64le,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=snowdreamtech/frps:debian org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.65.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

USER root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frps /usr/bin/ # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY /root/conf/frps.toml /etc/frp/ # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-08 08:59:56 UTC

Size

101 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frps:debian
  • org.opencontainers.image.created
    2025-12-08T08:56:29.275Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frps
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    8c1297d5ff0985abd420821ad0f3836b23fe7344
  • org.opencontainers.image.source
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.title
    frp
  • org.opencontainers.image.url
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.vendor
    Snowdream Tech
  • org.opencontainers.image.version
    edge-debian

Environment
CAP_NET_BIND_SERVICE

0

DEBIAN_FRONTEND

noninteractive

DEBUG

false

KEEPALIVE

0

LANG

C.UTF-8

PATH

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

PGID

0

PUID

0

UMASK

022

USER

root

WORKDIR

/root


Layers

[#000] sha256:1fea97c4573443f662afd8f2cefe2b4ac31f6f24527d29e771c1cc07a012c924 - 26.79% (27 MB)

[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#003] sha256:7edd6fdd0e8da786f40b35a59f818820036dddfaa7b97ea1e7f8f1d1fffdd9c6 - 66.39% (66.8 MB)

[#004] sha256:07c1d4da432847afa8dcf63eb64894037db77bc2b277e1b5a1d45dd5bc232bdf - 0.0% (1.85 KB)

[#005] sha256:ab8ef343d9c1858f424f1cfb42ec8a958be0d7bf97caf591ce4546ac740d1982 - 0.0% (845 Bytes)

[#006] sha256:9eea49469890f3e3d371e248b6a4df62abe84918cb8fc6313b7fd4eb6804786c - 0.0% (400 Bytes)

[#007] sha256:696ed8f168a8fb23505c76d073d0414888c5814e8156851ddf07299f24be6678 - 0.0% (840 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#010] sha256:71c5ecf62b6325cb93b6ca685e7efc314224e4b392098acb3c18dacf87f656d2 - 6.82% (6.86 MB)

[#011] sha256:1e9eb197a96e71d73204ca9492db27f799b9c0839bf92d05490d2525b83bed88 - 0.0% (169 Bytes)

[#012] sha256:f0cd1492e2f080146ecf92f0b4f0f707b9c0f1f71ec486fd6cc278458485fc3f - 0.0% (316 Bytes)

[#013] sha256:61476b22cdb618701f6ed306b73afb603d4f8524d92120f773d49970a05e3c74 - 0.0% (397 Bytes)

[#014] sha256:cea58cf62298430c19a039941a3d1ec9a688d89aa2b53e77d918f04e8f5673e7 - 0.0% (307 Bytes)


History
2025-11-03 20:44:10 UTC (debuerreotype 0.16)

# debian.sh --arch 'riscv64' out/ 'trixie' '@1762202650'

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Debian Base Image org.opencontainers.image.description=Docker Images for Debian. (i386,amd64,arm32v5,arm32v7,arm64,riscv64,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/debian org.opencontainers.image.base.name=snowdreamtech/debian:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/debian org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=13.1 org.opencontainers.image.url=https://github.com/snowdreamtech/debian

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-11-21 12:18:49 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c set -eux && DEBIAN_FRONTEND=noninteractive apt-get -qqy update && DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends lsb-release procps sudo vim zip unzip bzip2 xz-utils file gzip jq tzdata openssl gnupg aptitude sysstat wget curl git libcap2-bin gosu dnsutils netcat-traditional traceroute iputils-ping net-tools lsof apt-transport-https ca-certificates && update-ca-certificates && DEBIAN_FRONTEND=noninteractive apt-get -qqy --purge autoremove && DEBIAN_FRONTEND=noninteractive apt-get -qqy clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* && rm -rf /var/tmp/* && sed -i "s|Suites:\s*trixie\s*trixie-updates.*|Suites: trixie trixie-updates trixie-backports|g" /etc/apt/sources.list.d/debian.sources && echo 'export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"' >> /etc/bash.bashrc # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY vimrc.local /etc/vim/vimrc.local # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-11-21 12:23:58 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-11-21 12:23:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=frps Image Based On Debian org.opencontainers.image.description=Docker Images for frps On Debian. (i386,amd64,arm32v5,arm32v7,arm64,mips64le,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=snowdreamtech/frps:debian org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.65.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

USER root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-12-08 08:59:56 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frps /usr/bin/ # buildkit

2025-12-08 08:59:56 UTC (buildkit.dockerfile.v0)

COPY /root/conf/frps.toml /etc/frp/ # buildkit

2025-12-08 08:59:56 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-12-08 08:59:56 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-12-08 08:59:56 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-12-08 08:59:56 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-08 08:59:26 UTC

Size

104 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frps:debian
  • org.opencontainers.image.created
    2025-12-08T08:56:29.275Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frps
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    8c1297d5ff0985abd420821ad0f3836b23fe7344
  • org.opencontainers.image.source
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.title
    frp
  • org.opencontainers.image.url
    https://github.com/snowdreamtech/frp
  • org.opencontainers.image.vendor
    Snowdream Tech
  • org.opencontainers.image.version
    edge-debian

Environment
CAP_NET_BIND_SERVICE

0

DEBIAN_FRONTEND

noninteractive

DEBUG

false

KEEPALIVE

0

LANG

C.UTF-8

PATH

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

PGID

0

PUID

0

UMASK

022

USER

root

WORKDIR

/root


Layers

[#000] sha256:ad0bc025a1766baba34dfa4dbb5713703de6595994d855ebf4689c0b161314ee - 27.28% (28.5 MB)

[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#003] sha256:4d44396b89e2f131733cb488f56cd8bd7d544d928b8979bbdd675217be1052e6 - 66.0% (68.8 MB)

[#004] sha256:691eb3203399ab22db1c7136f0cc08c715a606cdb3d4a98e6da078d03466b25b - 0.0% (1.85 KB)

[#005] sha256:ab8ef343d9c1858f424f1cfb42ec8a958be0d7bf97caf591ce4546ac740d1982 - 0.0% (845 Bytes)

[#006] sha256:9eea49469890f3e3d371e248b6a4df62abe84918cb8fc6313b7fd4eb6804786c - 0.0% (400 Bytes)

[#007] sha256:696ed8f168a8fb23505c76d073d0414888c5814e8156851ddf07299f24be6678 - 0.0% (840 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#010] sha256:8120e139ff3bbf9254ab092c263c9a8d5ade569b425f29c187e04aeb2f73a507 - 6.71% (7 MB)

[#011] sha256:1e5b48cc0193ed5cf0d113eecd7f81c35dccf9584fbaf12bb1e02e53a1d1ba1f - 0.0% (169 Bytes)

[#012] sha256:f0cd1492e2f080146ecf92f0b4f0f707b9c0f1f71ec486fd6cc278458485fc3f - 0.0% (316 Bytes)

[#013] sha256:25868281a6e7041c306f61a028c00a997155a855011ada28a796516abf8173a5 - 0.0% (397 Bytes)

[#014] sha256:9d22315d815af3a0adb4c1fdd12147dfa4361fa706529b63c836a9d74cfe89f2 - 0.0% (307 Bytes)


History
2025-11-03 20:44:10 UTC (debuerreotype 0.16)

# debian.sh --arch 's390x' out/ 'trixie' '@1762202650'

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Debian Base Image org.opencontainers.image.description=Docker Images for Debian. (i386,amd64,arm32v5,arm32v7,arm64,riscv64,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/debian org.opencontainers.image.base.name=snowdreamtech/debian:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/debian org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=13.1 org.opencontainers.image.url=https://github.com/snowdreamtech/debian

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-11-21 12:13:38 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-11-21 12:18:33 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c set -eux && DEBIAN_FRONTEND=noninteractive apt-get -qqy update && DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends lsb-release procps sudo vim zip unzip bzip2 xz-utils file gzip jq tzdata openssl gnupg aptitude sysstat wget curl git libcap2-bin gosu dnsutils netcat-traditional traceroute iputils-ping net-tools lsof apt-transport-https ca-certificates && update-ca-certificates && DEBIAN_FRONTEND=noninteractive apt-get -qqy --purge autoremove && DEBIAN_FRONTEND=noninteractive apt-get -qqy clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* && rm -rf /var/tmp/* && sed -i "s|Suites:\s*trixie\s*trixie-updates.*|Suites: trixie trixie-updates trixie-backports|g" /etc/apt/sources.list.d/debian.sources && echo 'export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"' >> /etc/bash.bashrc # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY vimrc.local /etc/vim/vimrc.local # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-11-21 12:23:57 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-11-21 12:23:58 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-11-21 12:23:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=frps Image Based On Debian org.opencontainers.image.description=Docker Images for frps On Debian. (i386,amd64,arm32v5,arm32v7,arm64,mips64le,ppc64le,s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=snowdreamtech/frps:debian org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.65.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

USER root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root

2025-12-08 08:56:48 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c if [ "${USER}" != "root" ] && [ ! -d "/home/${USER}" ] && [ "${PUID}" -ne 0 ] && [ "${PGID}" -ne 0 ]; then addgroup --gid ${PGID} ${USER}; adduser --home /home/${USER} --uid ${PUID} --gid ${PGID} --gecos ${USER} --shell /bin/bash --disabled-password ${USER}; fi # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frps /usr/bin/ # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY /root/conf/frps.toml /etc/frp/ # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit

2025-12-08 08:59:25 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2025-12-08 08:59:26 UTC (buildkit.dockerfile.v0)

RUN |10 DEBIAN_FRONTEND=noninteractive KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/local/bin/entrypoint.d/* # buildkit

2025-12-08 08:59:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.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