广告图片

docker.io/snowdreamtech/frpc:0.68-alpine3.23 linux/arm64

docker.io/snowdreamtech/frpc:0.68-alpine3.23 - 国内下载镜像源 浏览次数:8 温馨提示: 这是一个 linux/arm64 系统架构镜像

FRPC是一个高性能的反向代理容器,支持多种协议,如 HTTP、HTTPS、TCP、UDP 等,可以实现远程控制、文件传输和其他网络服务的代理。

源镜像 docker.io/snowdreamtech/frpc:0.68-alpine3.23
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.68-alpine3.23-linuxarm64
镜像ID sha256:59ed3ff65dc2807faf7d8932324c88b217403c53e7b2046fc349ad83808ac563
镜像TAG 0.68-alpine3.23-linuxarm64
大小 123.23MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 docker-entrypoint.sh
工作目录 /root
OS/平台 linux/arm64
浏览量 8 次
贡献者
镜像创建 2026-03-27T13:32:44.954612888Z
同步时间 2026-04-02 08:48
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root
镜像标签
Snowdream Tech: org.opencontainers.image.authors snowdreamtech/frpc:alpine: org.opencontainers.image.base.name 2026-03-27T13:27:08.702Z: org.opencontainers.image.created Docker Images for Frp.: org.opencontainers.image.description https://hub.docker.com/r/snowdreamtech/frpc: org.opencontainers.image.documentation MIT: org.opencontainers.image.licenses a2490625dde89c738e2256d1ea58a807ea89b664: org.opencontainers.image.revision https://github.com/snowdreamtech/frp: org.opencontainers.image.source frp: org.opencontainers.image.title https://github.com/snowdreamtech/frp: org.opencontainers.image.url Snowdream Tech: org.opencontainers.image.vendor 0.68.0: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.68-alpine3.23-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.68-alpine3.23-linuxarm64  docker.io/snowdreamtech/frpc:0.68-alpine3.23

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.68-alpine3.23-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.68-alpine3.23-linuxarm64  docker.io/snowdreamtech/frpc:0.68-alpine3.23

Shell快速替换命令

sed -i 's#snowdreamtech/frpc:0.68-alpine3.23#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.68-alpine3.23-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.68-alpine3.23-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.68-alpine3.23-linuxarm64  docker.io/snowdreamtech/frpc:0.68-alpine3.23'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.68-alpine3.23-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.68-alpine3.23-linuxarm64  docker.io/snowdreamtech/frpc:0.68-alpine3.23'

镜像构建历史


# 2026-03-27 21:32:44  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2026-03-27 21:32:44  160.00B 执行命令并创建新的镜像层
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
                        
# 2026-03-27 21:32:44  479.00B 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
                        
# 2026-03-27 21:32:44  160.00B 复制新文件或目录到容器中
COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
                        
# 2026-03-27 21:32:43  142.00B 复制新文件或目录到容器中
COPY /root/conf/frpc.toml /etc/frp/ # buildkit
                        
# 2026-03-27 21:32:43  14.81MB 复制新文件或目录到容器中
COPY /root/bin/frpc /usr/bin/ # buildkit
                        
# 2026-03-27 21:27:15  0.00B 执行命令并创建新的镜像层
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
                        
# 2026-03-27 21:27:15  0.00B 设置环境变量 KEEPALIVE CAP_NET_BIND_SERVICE LANG UMASK DEBUG PGID PUID USER WORKDIR
ENV KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root
                        
# 2026-03-27 21:27:15  0.00B 定义构建参数
ARG KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root
                        
# 2026-03-27 21:27:15  0.00B 设置工作目录为/root
WORKDIR /root
                        
# 2026-03-27 21:27:15  0.00B 指定运行容器时使用的用户
USER root
                        
# 2026-03-27 21:27:15  0.00B 添加元数据标签
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.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
                        
# 2026-01-20 07:40:01  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2026-01-20 07:40:01  1.01KB 执行命令并创建新的镜像层
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
                        
# 2026-01-20 07:40:01  479.00B 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
                        
# 2026-01-20 07:40:01  1.01KB 复制新文件或目录到容器中
COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
                        
# 2026-01-20 07:40:01  0.00B 执行命令并创建新的镜像层
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
                        
# 2026-01-20 07:40:01  99.71MB 执行命令并创建新的镜像层
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
                        
# 2026-01-20 07:39:30  0.00B 设置环境变量 KEEPALIVE CAP_NET_BIND_SERVICE LANG UMASK DEBUG PGID PUID USER WORKDIR
ENV KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root
                        
# 2026-01-20 07:39:30  0.00B 定义构建参数
ARG KEEPALIVE=0 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PGID=0 PUID=0 USER=root WORKDIR=/root
                        
# 2026-01-20 07:39:30  0.00B 设置工作目录为/root
WORKDIR /root
                        
# 2026-01-20 07:39:30  0.00B 指定运行容器时使用的用户
USER root
                        
# 2026-01-20 07:39:30  0.00B 添加元数据标签
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
                        
# 2025-12-18 08:12:28  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-12-18 08:12:28  8.70MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.23.2-aarch64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:59ed3ff65dc2807faf7d8932324c88b217403c53e7b2046fc349ad83808ac563",
    "RepoTags": [
        "snowdreamtech/frpc:0.68-alpine3.23",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.68-alpine3.23-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc@sha256:0c85d3f4718ce8302e272f0016160525630011bf71d99ab66f09aeb0db1f0f2e"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-27T13:32:44.954612888Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "root",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "KEEPALIVE=0",
            "CAP_NET_BIND_SERVICE=0",
            "LANG=C.UTF-8",
            "UMASK=022",
            "DEBUG=false",
            "PGID=0",
            "PUID=0",
            "USER=root",
            "WORKDIR=/root"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/root",
        "Entrypoint": [
            "docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.authors": "Snowdream Tech",
            "org.opencontainers.image.base.name": "snowdreamtech/frpc:alpine",
            "org.opencontainers.image.created": "2026-03-27T13:27:08.702Z",
            "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": "a2490625dde89c738e2256d1ea58a807ea89b664",
            "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": "0.68.0"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 123229218,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/58d6e8d08b2fd827e6ab1dd208e6536bd3762813764ca661d62697bd7df7b423/diff:/var/lib/docker/overlay2/47805332ca63e93a8ca0cba8ee2f546ae2efdbf881bb71d8b34ab96873ca564a/diff:/var/lib/docker/overlay2/978ec4dfde30dae9dea4d88f1ba1cb7859b512ca6d1e952d5ad22fef71a3f0a5/diff:/var/lib/docker/overlay2/dfb255c4eaa6845de15a43191281b0e513a9042f3b66e3ad4a7fcc2edf0e0d58/diff:/var/lib/docker/overlay2/a3b85ed793c28b1215e66ca6414f580f14495c6d479f52658ffc36d472bb4517/diff:/var/lib/docker/overlay2/b75b965146479acb7f3a8839704ac23b53e0138f965e719e259b7b4e669be963/diff:/var/lib/docker/overlay2/376d25e8b8e46c6ea64536c3373a7ff6716603e416d51c0c658797340347292b/diff:/var/lib/docker/overlay2/637541b84d9b792de373a9db0d800e166639c321f6b96e4c9d1deb64161d754f/diff:/var/lib/docker/overlay2/82de0f874f9472d768e021902e24e17d3b6e38135d4f983400529a9e69796d08/diff:/var/lib/docker/overlay2/6f2e8b65ef35b0dc33636ad15820bc10e08df24318defcdfa89beb0adc0884b4/diff:/var/lib/docker/overlay2/6e1c52a339ac8313cf8ddbf96a883ef568781e7ce081194545c10b1c7acb8f48/diff:/var/lib/docker/overlay2/183e8becac7fb260bb8b9f7f8f65be5ecdc0ec37bb2359f22d1f3c9b6b902bef/diff:/var/lib/docker/overlay2/243d8638ffeddf3ea35bee56e6169939702e66275964f8722af17d3c5bc5f59e/diff",
            "MergedDir": "/var/lib/docker/overlay2/f70ce510d6e2ff083fe9e1712d524589ebb60417644f3373bba4ee0fa194da5a/merged",
            "UpperDir": "/var/lib/docker/overlay2/f70ce510d6e2ff083fe9e1712d524589ebb60417644f3373bba4ee0fa194da5a/diff",
            "WorkDir": "/var/lib/docker/overlay2/f70ce510d6e2ff083fe9e1712d524589ebb60417644f3373bba4ee0fa194da5a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1869137e3b746de54b735253d5641cdc70b86dbab8a26b9aafcd5faaecc25a8f",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:543b1a4317b967548a221eeee826a2f0d88fdb31cd999e218b226c7c3e2b5ec7",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:7a30e47018bba4059ba5c90a1db4b280c2d917935f36244ec99dcbef6200ab33",
            "sha256:5a4c28ad948a3c9d71c543279e3beb45e24239df25d4073b84f3591c58578881",
            "sha256:1e8454aa7d98eabd273ce6b2fa1c53d9727b4e222eb6ad9a2eb5c4ad55fae990",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:1371d1cd39f0e79cf055fd4ffa50848203889b68843609e08f09d8772f96e980",
            "sha256:a0ead1546e8556e0b1bf5c3ef0e03715323b5b267e4c3d91fc3a256df307132d",
            "sha256:b96373e4887d980e362221357e7ba76c3efb2ea83f62f60d5181368cc9ef485b",
            "sha256:a767a2a9ea7bb080088af34bfedbbeb23eb08240155852028914d68214cca6da",
            "sha256:c0c0e2bfa8508391c2ee17ea7b05bb77a1e2b354d57c52ff846513b6cc52f758"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-02T08:48:35.25276584+08:00"
    }
}

更多版本

docker.io/snowdreamtech/frpc:0.58.1

linux/amd64 docker.io34.53MB2024-07-08 00:52
1137

docker.io/snowdreamtech/frpc:0.59

linux/amd64 docker.io29.04MB2024-08-21 14:34
868

docker.io/snowdreamtech/frpc:0.59

linux/arm64 docker.io29.16MB2024-09-21 00:55
404

docker.io/snowdreamtech/frpc:bookworm

linux/amd64 docker.io149.11MB2024-10-11 15:04
532

docker.io/snowdreamtech/frpc:latest

linux/amd64 docker.io27.80MB2024-11-10 10:59
1203

docker.io/snowdreamtech/frpc:latest

linux/arm64 docker.io27.94MB2024-11-10 12:26
573

docker.io/snowdreamtech/frpc:0.61-alpine3.20

linux/amd64 docker.io31.18MB2024-12-28 17:35
345

docker.io/snowdreamtech/frpc:0.61.1

linux/amd64 docker.io31.18MB2025-01-11 11:53
553

docker.io/snowdreamtech/frpc:0.61.2-alpine3.21

linux/amd64 docker.io33.65MB2025-04-07 22:51
314

docker.io/snowdreamtech/frpc:0.61.2-debian

linux/amd64 docker.io230.41MB2025-04-07 23:17
358

docker.io/snowdreamtech/frpc:nightly-alpine3.21

linux/amd64 docker.io40.03MB2025-05-25 19:14
281

docker.io/snowdreamtech/frpc:0.62-alpine3.21

linux/amd64 docker.io40.03MB2025-06-03 14:12
305

docker.io/snowdreamtech/frpc:alpine3.21

linux/amd64 docker.io40.13MB2025-08-24 22:50
273

docker.io/snowdreamtech/frpc:0.49.0

linux/amd64 docker.io18.80MB2025-10-27 17:12
154

docker.io/snowdreamtech/frpc:0.65

linux/amd64 docker.io42.06MB2025-12-08 14:45
222

docker.io/snowdreamtech/frpc:nightly-trixie

linux/amd64 docker.io305.49MB2026-03-14 03:21
62

docker.io/snowdreamtech/frpc:0.67.0

linux/amd64 docker.io48.29MB2026-03-16 15:49
78

docker.io/snowdreamtech/frpc:0.68-alpine3.23

linux/amd64 docker.io117.22MB2026-04-02 08:47
7

docker.io/snowdreamtech/frpc:0.68-alpine3.23

linux/arm64 docker.io123.23MB2026-04-02 08:48
7