cube-frps (0.69-alpine)
Installation
docker pull git.thomasaldrian.net/thomasj/cube-frps:0.69-alpinesha256:7cbb3e66b4145a41fafd296f038c57fb4142c7e82786d2d7b8e2aaed709a2161About this package
Fast reverse proxy server
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=frps Image Based On Alpine org.opencontainers.image.description=Docker Images for frps on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=snowdreamtech/frps: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/frps /usr/bin/ # buildkit |
| COPY /root/conf/frps.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:b08f097196d2f694c4eacd7c427e02fbb1e1dc76abec99aa563f77981737529c in /etc/frp/frps.toml |
| LABEL org.opencontainers.image.title="CubeServices FRPS" org.opencontainers.image.description="Fast reverse proxy server" 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/frps:alpine |
| org.opencontainers.image.created | 2026-06-02T01:53:18.984Z |
| org.opencontainers.image.description | Fast reverse proxy server |
| org.opencontainers.image.documentation | https://hub.docker.com/r/snowdreamtech/frps |
| 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 FRPS |
| org.opencontainers.image.url | https://github.com/snowdreamtech/frp |
| org.opencontainers.image.vendor | Snowdream Tech |
| org.opencontainers.image.version | 0.69.1 |
Details
2026-08-03 11:11:31 +00:00
Versions (3)
View all
Container
0
OCI / Docker
linux/amd64
Thomas Aldrian <aldrian.thom@proton.me>
MIT
50 MiB