Namespace
snowdreamtech
Image / Tag
frpc:nightly-alpine3.22
Content Digest
sha256:bf047c6c758e78184595f77c5f8cac380a1a503e26002a3d78c35892d9b8b893
Details
Created

2025-12-25 19:28:26 UTC

Size

22.6 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frpc:alpine
  • org.opencontainers.image.created
    2025-12-25T19:25:42.575Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frpc
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    5d625f8373bb6767c3ef61a1c6a2c174ee1e0d79
  • 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
    nightly

Environment
CAP_NET_BIND_SERVICE

0

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:13c6e95c06ae06f126f5e940d6d88c2fec0da715c80878ad225c76ad48d0a31e - 15.28% (3.45 MB)

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

[#002] sha256:7ed64ba4ace29dcae35eafa74b9771d84d5e00ddc78e06c84910649620139fcd - 59.89% (13.5 MB)

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

[#004] sha256:5fcb196e6b2a2e986c375e61c6f0ccef45ea80556c7be53c40663365a8167f1a - 0.0% (830 Bytes)

[#005] sha256:ff5ea47fe7653edc0b4c5fc3c49bc1b359e2dab36a076fb263ac9f5f97f282b9 - 0.0% (405 Bytes)

[#006] sha256:4c00a904264646227f577a8599115a264f95d98907c42ec973855c663a7bbc5b - 0.0% (825 Bytes)

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

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

[#009] sha256:b53f0605df9950eb8a8a6eb66abef1c81531a8dd189f08a2a4fe5a36081bdb59 - 24.82% (5.6 MB)

[#010] sha256:00db3418b8b13c02e57cd6698e17153340eb1a8e00c1b081537ca819806117c2 - 0.0% (245 Bytes)

[#011] sha256:444138d85bd235ed1384d3869d669e27e92726e5ab6f683c86875a346c985f98 - 0.0% (325 Bytes)

[#012] sha256:b3e38d84cfb203d282c30f8809a55a687969fb2f7bb888334dfa9b5c31da1850 - 0.0% (407 Bytes)

[#013] sha256:df39d421167ddcd4e441e7e045df3089886d42d5ce5333d095a87762dd10566a - 0.0% (321 Bytes)


History
2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.22.2-x86.tar.gz / # buildkit

2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

ARG 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 08:47:43 UTC (buildkit.dockerfile.v0)

ENV 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 02:40:08 UTC (buildkit.dockerfile.v0)

RUN |9 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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache doas sudo busybox-suid musl-locales musl-locales-lang tzdata openssl wget curl git libcap su-exec ca-certificates && update-ca-certificates # buildkit

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-11-21 08:47:42 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:42 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

RUN |9 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 08:47:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-25 19:25:46 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine 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-25 19:25:46 UTC (buildkit.dockerfile.v0)

USER root

2025-12-25 19:25:46 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-25 19:25:46 UTC (buildkit.dockerfile.v0)

ARG 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-25 19:25:46 UTC (buildkit.dockerfile.v0)

ENV 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-25 19:25:46 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frpc /usr/bin/ # buildkit

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:26 UTC (buildkit.dockerfile.v0)

RUN |9 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-25 19:28:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-25 19:28:26 UTC

Size

23.6 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frpc:alpine
  • org.opencontainers.image.created
    2025-12-25T19:25:42.575Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frpc
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    5d625f8373bb6767c3ef61a1c6a2c174ee1e0d79
  • 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
    nightly

Environment
CAP_NET_BIND_SERVICE

0

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:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b - 15.35% (3.63 MB)

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

[#002] sha256:07c3dfc8cbee354138df758e73c5b8367b166e5b030d163199ffa4ea4aefca20 - 59.3% (14 MB)

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

[#004] sha256:d0e1adaadb50983164349b8da774ccbfccb01fd94398cdcdefeab26dccd58beb - 0.0% (831 Bytes)

[#005] sha256:f8be5572dc40a70db920688001d6b2f5a7dfac43df78e58c6682d2918314a25b - 0.0% (407 Bytes)

[#006] sha256:2851db092de287402f2cdbbfee200ba84e806b348f211bfcd03ba8e6a16746b4 - 0.0% (826 Bytes)

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

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

[#009] sha256:266ab07f3691bacb8db3b5113bfd6e2807785b27e5fd70e755305fd41f934ff0 - 25.33% (5.98 MB)

[#010] sha256:5e99fd9017ba2279b162a3193f20b686c868a3b9aeca1f22afd41708d9694f29 - 0.0% (246 Bytes)

[#011] sha256:c4974a34347eade60b262382b4918257714e2e1b3c9733deb7b89a1cecb64264 - 0.0% (326 Bytes)

[#012] sha256:c03ea2a8d7840815b34fd0cd79b6c26c5c56633c65fbe25b8ff7924347392c4d - 0.0% (407 Bytes)

[#013] sha256:47fd71d039c4c1d72bda7455e0d16cef0fca1d35a77a237faf6b71585015e2de - 0.0% (321 Bytes)


History
2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit

2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

ARG 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 08:47:43 UTC (buildkit.dockerfile.v0)

ENV 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 02:40:24 UTC (buildkit.dockerfile.v0)

RUN |9 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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache doas sudo busybox-suid musl-locales musl-locales-lang tzdata openssl wget curl git libcap su-exec ca-certificates && update-ca-certificates # buildkit

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

RUN |9 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 08:47:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-25 19:25:47 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine 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-25 19:25:47 UTC (buildkit.dockerfile.v0)

USER root

2025-12-25 19:25:47 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-25 19:25:47 UTC (buildkit.dockerfile.v0)

ARG 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-25 19:25:47 UTC (buildkit.dockerfile.v0)

ENV 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-25 19:25:47 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frpc /usr/bin/ # buildkit

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:26 UTC (buildkit.dockerfile.v0)

RUN |9 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-25 19:28:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-25 19:28:53 UTC

Size

22 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frpc:alpine
  • org.opencontainers.image.created
    2025-12-25T19:25:42.575Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frpc
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    5d625f8373bb6767c3ef61a1c6a2c174ee1e0d79
  • 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
    nightly

Environment
CAP_NET_BIND_SERVICE

0

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:bb1da3d879939be7df9f182950d2fb201d4fc2e1043677da2037cd6afb084ce0 - 15.18% (3.34 MB)

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

[#002] sha256:f7e4dddd0e25db12ee28c6669b71242af33d20cebfde090867dc3d79131509c1 - 59.64% (13.1 MB)

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

[#004] sha256:5e13913aca08a7e591806ab73cc03f029f845fd929723133c3675a80c4b0f9f2 - 0.0% (831 Bytes)

[#005] sha256:be6bedea1868b228a20fbf154a731f90095bda60b5407ec40acfbc23a1a90e2d - 0.0% (406 Bytes)

[#006] sha256:709822336320dcc30cf7f5eae2297650e6b13cd2c93de9662f730cba0cb67150 - 0.0% (826 Bytes)

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

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

[#009] sha256:b3a8499ab698500a5cb8c75fa421677b5f826daf435e16bede607720de2cf3ab - 25.17% (5.54 MB)

[#010] sha256:201d349e2e6d2c62d41d546350262662448450e9aec3783b6db0214163712437 - 0.0% (245 Bytes)

[#011] sha256:c1dbd58b19d63d9466173ed2634f4a554f25b51185fafa35c0fa07e74ebe228b - 0.0% (327 Bytes)

[#012] sha256:4486123932e201b0ec9b76d990156377710ba4a0393ef4ddb928637252faf33d - 0.0% (407 Bytes)

[#013] sha256:4f16718976a12aaee7d20e1a57971c8c5aed357e5b05f4512a8ee012af63f3e3 - 0.0% (320 Bytes)


History
2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.22.2-armhf.tar.gz / # buildkit

2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

ARG 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 08:47:43 UTC (buildkit.dockerfile.v0)

ENV 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 02:40:30 UTC (buildkit.dockerfile.v0)

RUN |9 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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache doas sudo busybox-suid musl-locales musl-locales-lang tzdata openssl wget curl git libcap su-exec ca-certificates && update-ca-certificates # buildkit

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

RUN |9 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 08:47:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-25 19:25:47 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine 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-25 19:25:47 UTC (buildkit.dockerfile.v0)

USER root

2025-12-25 19:25:47 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-25 19:25:47 UTC (buildkit.dockerfile.v0)

ARG 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-25 19:25:47 UTC (buildkit.dockerfile.v0)

ENV 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-25 19:25:47 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-12-25 19:28:53 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frpc /usr/bin/ # buildkit

2025-12-25 19:28:53 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:53 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:53 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:53 UTC (buildkit.dockerfile.v0)

RUN |9 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-25 19:28:53 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-25 19:28:53 UTC

Size

21.5 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frpc:alpine
  • org.opencontainers.image.created
    2025-12-25T19:25:42.575Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frpc
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    5d625f8373bb6767c3ef61a1c6a2c174ee1e0d79
  • 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
    nightly

Environment
CAP_NET_BIND_SERVICE

0

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:2763c7fc79b66030222442365f4a0f69d9dbaa11f7fd47a918d29d732d52996c - 14.26% (3.07 MB)

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

[#002] sha256:2c1162539a11db389da7f6063e11580abdd768a1d5e2f966fd4b95d5f3e80197 - 60.01% (12.9 MB)

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

[#004] sha256:fa132cc4bfea7d9037914482c41c81154b9d92311b96c39324c7b441441c7fe5 - 0.0% (831 Bytes)

[#005] sha256:72729d540c658d5d20d2b1ab566e5e783de0a5136bdac1b0e4d17b80740829b4 - 0.0% (407 Bytes)

[#006] sha256:7780322a37db26530b10c038ff9832190592147145298d61d7ca5e5c16a716bf - 0.0% (826 Bytes)

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

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

[#009] sha256:a9e6457a02e6800096ff16a5eadd4c25cc0af2b2237872e654999c7e908ee398 - 25.72% (5.54 MB)

[#010] sha256:201d349e2e6d2c62d41d546350262662448450e9aec3783b6db0214163712437 - 0.0% (245 Bytes)

[#011] sha256:e8d6c3d764fafe553eec0e309284cb469952a4ef0b4778aa671c10021c4d4d54 - 0.0% (327 Bytes)

[#012] sha256:629489f7c856fcede1083dfa202221e2416168316129a894412143e29bab11e2 - 0.0% (409 Bytes)

[#013] sha256:65ac9ae172704261a8935c15da3e2e148d8e68b1ad76810119afd8994fcabfd7 - 0.0% (321 Bytes)


History
2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.22.2-armv7.tar.gz / # buildkit

2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

ARG 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 08:47:43 UTC (buildkit.dockerfile.v0)

ENV 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 02:40:21 UTC (buildkit.dockerfile.v0)

RUN |9 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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache doas sudo busybox-suid musl-locales musl-locales-lang tzdata openssl wget curl git libcap su-exec ca-certificates && update-ca-certificates # buildkit

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-11-21 08:47:42 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:42 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:42 UTC (buildkit.dockerfile.v0)

RUN |9 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 08:47:42 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-25 19:25:46 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine 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-25 19:25:46 UTC (buildkit.dockerfile.v0)

USER root

2025-12-25 19:25:46 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-25 19:25:46 UTC (buildkit.dockerfile.v0)

ARG 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-25 19:25:46 UTC (buildkit.dockerfile.v0)

ENV 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-25 19:25:46 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-12-25 19:28:53 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frpc /usr/bin/ # buildkit

2025-12-25 19:28:53 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:53 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:53 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:53 UTC (buildkit.dockerfile.v0)

RUN |9 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-25 19:28:53 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-25 19:28:26 UTC

Size

23.3 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frpc:alpine
  • org.opencontainers.image.created
    2025-12-25T19:25:42.575Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frpc
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    5d625f8373bb6767c3ef61a1c6a2c174ee1e0d79
  • 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
    nightly

Environment
CAP_NET_BIND_SERVICE

0

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:6b59a28fa20117e6048ad0616b8d8c901877ef15ff4c7f18db04e4f01f43bc39 - 16.93% (3.95 MB)

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

[#002] sha256:5750c0a63221452c633dd056de72a0e34aaf51e62d679b2612418a86d1c9561b - 59.93% (14 MB)

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

[#004] sha256:d87d50ee9e0f60b6f0489cb85a131854d2a536d95c300e6c2b3d3df9e29a8054 - 0.0% (831 Bytes)

[#005] sha256:28637754eef04dcd45f888781c1bbf43ac4295221089dc734d5c2b4272c95cba - 0.0% (409 Bytes)

[#006] sha256:1aa6186c0d8733a23eb35931bc1f2bd587e29d35620f86c0c46a4deb5b520fac - 0.0% (826 Bytes)

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

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

[#009] sha256:0ad2f196464f7f2c14c599f1b188091cfb2c9abf376e1cfd89a92a6930718e3a - 23.13% (5.39 MB)

[#010] sha256:f82db1b86d477bfd61b4722b967b46dc611106860911d269864e0f8b82786e93 - 0.0% (242 Bytes)

[#011] sha256:0329f1e9b52b2407a60a277081cefa1426b9a901f0a2bb7c99f4d086617bcd97 - 0.0% (326 Bytes)

[#012] sha256:2d8edb91ffb12aa0391f617c63920f8ff3c84cfc709d689bbdf38147f36dfc45 - 0.0% (408 Bytes)

[#013] sha256:b7399188e99a0a52510c95cddca861f6982e0ee475cab77dcd5a5330b3c7af80 - 0.0% (321 Bytes)


History
2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.22.2-aarch64.tar.gz / # buildkit

2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

ARG 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 08:47:43 UTC (buildkit.dockerfile.v0)

ENV 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 02:40:36 UTC (buildkit.dockerfile.v0)

RUN |9 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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache doas sudo busybox-suid musl-locales musl-locales-lang tzdata openssl wget curl git libcap su-exec ca-certificates && update-ca-certificates # buildkit

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-11-21 08:47:42 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:42 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

RUN |9 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 08:47:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-25 19:25:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine 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-25 19:25:48 UTC (buildkit.dockerfile.v0)

USER root

2025-12-25 19:25:48 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-25 19:25:48 UTC (buildkit.dockerfile.v0)

ARG 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-25 19:25:48 UTC (buildkit.dockerfile.v0)

ENV 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-25 19:25:48 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frpc /usr/bin/ # buildkit

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:26 UTC (buildkit.dockerfile.v0)

RUN |9 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-25 19:28:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-25 19:28:26 UTC

Size

22.8 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frpc:alpine
  • org.opencontainers.image.created
    2025-12-25T19:25:42.575Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frpc
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    5d625f8373bb6767c3ef61a1c6a2c174ee1e0d79
  • 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
    nightly

Environment
CAP_NET_BIND_SERVICE

0

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:85a0f69f026b4a01420490809bed190217e05518f7b718c0bbc1ad4871e0dedf - 15.63% (3.56 MB)

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

[#002] sha256:06f502d37cc211365079f322293fc9329081fa4dc48fd0266269c4cb2d0ad29f - 60.87% (13.9 MB)

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

[#004] sha256:2af4a28d5871d7c65c170357fb9d76c91e70609dbad6f1afc6e75b4099352408 - 0.0% (831 Bytes)

[#005] sha256:1b570caf9c25f301d48c36e79b2f017405dcaa8c074de32ee07d6906c64b147f - 0.0% (405 Bytes)

[#006] sha256:c391caa35697ac834f5479b7bf8a2c8d4a0ca67e8d513634d647f2c0f7517e1e - 0.0% (825 Bytes)

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

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

[#009] sha256:94d73528dc132907f1fc45618c45e42ba257479bfe59204418fc7f0669cba7ca - 23.48% (5.35 MB)

[#010] sha256:5e99fd9017ba2279b162a3193f20b686c868a3b9aeca1f22afd41708d9694f29 - 0.0% (246 Bytes)

[#011] sha256:05a133186cdf14009fff704e411553b8907bc3bcef598979021a8dbc09762440 - 0.0% (326 Bytes)

[#012] sha256:c6d1c6860a8a866433b5190f43f48bc7290b1c456f2d57163c359722a943a413 - 0.0% (407 Bytes)

[#013] sha256:05d7dcad29ec0d7c680d74c30de3a895b61cae683d12f475c07c5f94a509ee77 - 0.0% (321 Bytes)


History
2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.22.2-ppc64le.tar.gz / # buildkit

2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

ARG 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 08:47:43 UTC (buildkit.dockerfile.v0)

ENV 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 02:40:36 UTC (buildkit.dockerfile.v0)

RUN |9 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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache doas sudo busybox-suid musl-locales musl-locales-lang tzdata openssl wget curl git libcap su-exec ca-certificates && update-ca-certificates # buildkit

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-11-21 08:47:42 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:42 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:42 UTC (buildkit.dockerfile.v0)

RUN |9 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 08:47:42 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-25 19:25:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine 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-25 19:25:48 UTC (buildkit.dockerfile.v0)

USER root

2025-12-25 19:25:48 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-25 19:25:48 UTC (buildkit.dockerfile.v0)

ARG 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-25 19:25:48 UTC (buildkit.dockerfile.v0)

ENV 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-25 19:25:48 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frpc /usr/bin/ # buildkit

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:26 UTC (buildkit.dockerfile.v0)

RUN |9 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-25 19:28:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-25 19:28:26 UTC

Size

22.2 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frpc:alpine
  • org.opencontainers.image.created
    2025-12-25T19:25:42.575Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frpc
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    5d625f8373bb6767c3ef61a1c6a2c174ee1e0d79
  • 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
    nightly

Environment
CAP_NET_BIND_SERVICE

0

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:139bee3c50b89b56dcbc72522ce83097d9beb59d9d3a5c19072ccd1ad54b11c8 - 15.13% (3.35 MB)

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

[#002] sha256:bff82b78eeef232fe1a6fa209f93617f38ec1636be986689df8c595927f69f86 - 60.01% (13.3 MB)

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

[#004] sha256:6b5baba927ed96f587df0f3fa5ec13711c1bd615bd4a985660b022c0896f0e9b - 0.0% (831 Bytes)

[#005] sha256:42c773a3eabae0fe627fffd1d57f5fbe9fd943e37ac26ff507e5ca2cc5267573 - 0.0% (405 Bytes)

[#006] sha256:448422978b08cc91410787ec3cb1eb4d8250f9506b301bcd683346e12f272965 - 0.0% (827 Bytes)

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

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

[#009] sha256:e1b2c79e2e2da1cb7276211d0d9fa75be299a8e7b380003200e5b45a7c6835ba - 24.84% (5.5 MB)

[#010] sha256:f82db1b86d477bfd61b4722b967b46dc611106860911d269864e0f8b82786e93 - 0.0% (242 Bytes)

[#011] sha256:630375dffdf2ee50e1258f4964381f14297e140392a6475eef9706f084c88915 - 0.0% (327 Bytes)

[#012] sha256:1759be03039b772dccaf933460acdfbd75f012c031af29ce73e26ea0b030a847 - 0.0% (410 Bytes)

[#013] sha256:4b5bd998f2dc8f6d31438b803a835408662cbd4a51286133de5a094e5c5ce870 - 0.0% (321 Bytes)


History
2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.22.2-riscv64.tar.gz / # buildkit

2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

ARG 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 08:47:43 UTC (buildkit.dockerfile.v0)

ENV 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 02:40:19 UTC (buildkit.dockerfile.v0)

RUN |9 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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache doas sudo busybox-suid musl-locales musl-locales-lang tzdata openssl wget curl git libcap su-exec ca-certificates && update-ca-certificates # buildkit

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

RUN |9 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 08:47:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-25 19:25:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine 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-25 19:25:48 UTC (buildkit.dockerfile.v0)

USER root

2025-12-25 19:25:48 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-25 19:25:48 UTC (buildkit.dockerfile.v0)

ARG 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-25 19:25:48 UTC (buildkit.dockerfile.v0)

ENV 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-25 19:25:48 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frpc /usr/bin/ # buildkit

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:26 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:26 UTC (buildkit.dockerfile.v0)

RUN |9 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-25 19:28:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-25 19:28:26 UTC

Size

22.7 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Snowdream Tech
  • org.opencontainers.image.base.name
    snowdreamtech/frpc:alpine
  • org.opencontainers.image.created
    2025-12-25T19:25:42.575Z
  • org.opencontainers.image.description
    Docker Images for Frp.
  • org.opencontainers.image.documentation
    https://hub.docker.com/r/snowdreamtech/frpc
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    5d625f8373bb6767c3ef61a1c6a2c174ee1e0d79
  • 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
    nightly

Environment
CAP_NET_BIND_SERVICE

0

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:e6b06613ca2e7cdf3e8ebbe71ca45137242628a4a3a4bfcb7a9f76d0d5b0e653 - 15.31% (3.48 MB)

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

[#002] sha256:af289750a9be28f300e50d48a689161c6372f22c035f62324a26b6c5f48d0253 - 59.9% (13.6 MB)

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

[#004] sha256:4df1485070511cc803a602b9215ca2d4aab7d3799c5b050f732d85cca03ae0e2 - 0.0% (831 Bytes)

[#005] sha256:bd4d6ab6bc64e34f91dc39c625150f1667ed5e8d0bf1cdc683b0e206e54f5c9b - 0.0% (405 Bytes)

[#006] sha256:db2e47107c2428093746a3836f54977f604797046598216693785ef1600d1eb9 - 0.0% (826 Bytes)

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

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

[#009] sha256:c1300e712951d3b531d9d77f41b87caa493783c332f1ce143d73941413076651 - 24.78% (5.63 MB)

[#010] sha256:27c983bce81cf46339701197cf7679e8d9c7c7b97960fc732b209310fe40f604 - 0.0% (246 Bytes)

[#011] sha256:b553d7fab43908857665c6a7ff3e50ac898f012096a27b2c98e8fb3973abfcef - 0.0% (327 Bytes)

[#012] sha256:94d0d58458a8141d1ed47519f89e3fb11fba0eeba297d1c292e0ee47fc2d378a - 0.0% (408 Bytes)

[#013] sha256:dbedcc0f6053f143733b88fe4a70056f549a9e96bfd6763496d7e9f507e2e151 - 0.0% (322 Bytes)


History
2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.22.2-s390x.tar.gz / # buildkit

2025-10-08 11:04:56 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

USER root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

ARG 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 08:47:43 UTC (buildkit.dockerfile.v0)

ENV 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 02:40:25 UTC (buildkit.dockerfile.v0)

RUN |9 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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache doas sudo busybox-suid musl-locales musl-locales-lang tzdata openssl wget curl git libcap su-exec ca-certificates && update-ca-certificates # buildkit

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:47:43 UTC (buildkit.dockerfile.v0)

RUN |9 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 08:47:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-12-25 19:25:46 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine 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-25 19:25:46 UTC (buildkit.dockerfile.v0)

USER root

2025-12-25 19:25:46 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2025-12-25 19:25:46 UTC (buildkit.dockerfile.v0)

ARG 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-25 19:25:46 UTC (buildkit.dockerfile.v0)

ENV 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-25 19:25:46 UTC (buildkit.dockerfile.v0)

RUN |9 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 -g ${PGID} ${USER}; adduser -h /home/${USER} -u ${PUID} -g ${USER} -G ${USER} -s /bin/sh -D ${USER}; fi # buildkit

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

COPY /root/bin/frpc /usr/bin/ # buildkit

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:25 UTC (buildkit.dockerfile.v0)

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

2025-12-25 19:28:26 UTC (buildkit.dockerfile.v0)

RUN |9 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-25 19:28: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