cube-frpc (0.68-alpine)

Published 2026-05-09 23:33:17 +00:00 by thomasj in thomasj/cube-services

Installation

docker pull git.thomasaldrian.net/thomasj/cube-frpc:0.68-alpine
sha256:e6d921985e9fd9e2773021fbbe7eaf65e98605484f8a52f092fd64af76f8ca36

About this package

Fast reverse proxy client

Image layers

ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
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.23.2 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
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 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 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
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 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"]
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.68.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.43.0
org.opencontainers.image.authors Thomas Aldrian <aldrian.thom@proton.me>
org.opencontainers.image.base.name snowdreamtech/frpc:alpine
org.opencontainers.image.created 2026-04-14T05:03:40.539Z
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 743cef84850b1317c6f9e90b94f2d9493337e841
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.68.1
Details
Container
2026-05-09 23:33:17 +00:00
0
OCI / Docker
linux/amd64
Thomas Aldrian <aldrian.thom@proton.me>
MIT
47 MiB
Versions (2) View all
latest 2026-05-09
0.68-alpine 2026-05-09