cube-frpc (latest)

Published 2026-08-03 11:11:33 +00:00 by thomasj in thomasj/cube-services

Installation

docker pull git.thomasaldrian.net/thomasj/cube-frpc:latest
sha256:daf2eee299c47cedaec46166e3d6a47fff947765009ff18e598621133a8a4176

About this package

Fast reverse proxy client

Image layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG BUILDTIME=2026-04-21T02:18:07.666Z VERSION=3.23.2 REVISION=70e89e2b1ed4df70540fe8d3673027f9d82021c1 KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PASSWORDLESS_SUDO=false PGID=0 PUID=0 USER=root WORKDIR=/root
LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Alpine Base Image org.opencontainers.image.description=Professional Docker Image packaging for Alpine Linux. Supports amd64, arm32v6, arm32v7, arm64, i386, 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.23.2 org.opencontainers.image.created=2026-04-21T02:18:07.666Z org.opencontainers.image.revision=70e89e2b1ed4df70540fe8d3673027f9d82021c1 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
ENV KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PASSWORDLESS_SUDO=false PGID=0 PUID=0 USER=root WORKDIR=/root
RUN |13 BUILDTIME=2026-04-21T02:18:07.666Z VERSION=3.23.2 REVISION=70e89e2b1ed4df70540fe8d3673027f9d82021c1 KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PASSWORDLESS_SUDO=false PGID=0 PUID=0 USER=root WORKDIR=/root /bin/sh -c apk update && apk add --no-cache bash zsh nano rsync lsb-release doas sudo procps-ng vim zip unzip bzip2 xz file gzip jq busybox-suid musl-locales musl-locales-lang tzdata openssl gnupg sysstat wget curl git bind-tools netcat-openbsd traceroute iputils net-tools lsof libcap su-exec ca-certificates && update-ca-certificates # buildkit
COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
RUN |13 BUILDTIME=2026-04-21T02:18:07.666Z VERSION=3.23.2 REVISION=70e89e2b1ed4df70540fe8d3673027f9d82021c1 KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PASSWORDLESS_SUDO=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
HEALTHCHECK &{["NONE"] "0s" "0s" "0s" "0s" '\x00'}
USER root
WORKDIR /root
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["/bin/sh"]
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.69.1 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
USER root
WORKDIR /root
ARG KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root
ENV KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root
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
COPY /root/bin/frpc /usr/bin/ # buildkit
COPY /root/conf/frpc.toml /etc/frp/ # buildkit
COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
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
ENTRYPOINT ["docker-entrypoint.sh"]
COPY file:44e04cba25f60f02b1723018c31b09abba63c8ec681f0a62e3d2d20b07a9bc82 in /etc/frp/frpc.toml
LABEL org.opencontainers.image.title="CubeServices FRPC" org.opencontainers.image.description="Fast reverse proxy client" org.opencontainers.image.source="https://git.thomasaldrian.net/thomasj/cube-services" org.opencontainers.image.authors="Thomas Aldrian <aldrian.thom@proton.me>"

Labels

Key Value
io.buildah.version 1.44.0
org.opencontainers.image.authors Thomas Aldrian <aldrian.thom@proton.me>
org.opencontainers.image.base.name snowdreamtech/frpc:alpine
org.opencontainers.image.created 2026-06-02T01:54:15.291Z
org.opencontainers.image.description Fast reverse proxy client
org.opencontainers.image.documentation https://hub.docker.com/r/snowdreamtech/frpc
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 8e09236494e4ed4c9fcd4252e5685e67fa77b323
org.opencontainers.image.source https://git.thomasaldrian.net/thomasj/cube-services
org.opencontainers.image.title CubeServices FRPC
org.opencontainers.image.url https://github.com/snowdreamtech/frp
org.opencontainers.image.vendor Snowdream Tech
org.opencontainers.image.version 0.69.1
Details
Container
2026-08-03 11:11:33 +00:00
0
OCI / Docker
linux/amd64
Thomas Aldrian <aldrian.thom@proton.me>
MIT
49 MiB
Versions (3) View all
0.69-alpine 2026-08-03
latest 2026-08-03
0.68-alpine 2026-07-12