logo
docker.io/snowdreamtech/frpc:0.69.1-alpine3.23
linux/amd64 docker.io

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

18
浏览次数
127.70MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.69.1-alpine3.23
源镜像
docker.io/snowdreamtech/frpc:0.69.1-alpine3.23
镜像ID
sha256:4d90b520a3826117f617c41c6c30721ae849bd0c1d86f488b3fee6ce4769fb9a
镜像 TAG
0.69.1-alpine3.23
镜像大小
127.70MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
docker-entrypoint.sh
工作目录
/root
OS/平台
linux/amd64
镜像创建
2026-06-02T01:59:36.896169098Z
同步时间
2026-08-03 13:41
浏览量
18 次
贡献者
⚙️ 环境变量 11
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
KEEPALIVE=0 1
CAP_NET_BIND_SERVICE=0 2
LANG=C.UTF-8 3
UMASK=022 4
DEBUG=false 5
PASSWORDLESS_SUDO=false 6
PGID=0 7
PUID=0 8
USER=root 9
WORKDIR=/root 10
🏷️ 镜像标签 12
KeyValue
Snowdream Tech org.opencontainers.image.authors
snowdreamtech/frpc:alpine org.opencontainers.image.base.name
2026-06-02T01:54:15.291Z 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
8e09236494e4ed4c9fcd4252e5685e67fa77b323 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.69.1 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.23.3 Trivy 2026-08-03 13:41 查看完整报告
40
低危 LOW
114
中危 MEDIUM
80
高危 HIGH
4
严重 CRITICAL
受影响目标 (2)
docker.io/snowdreamtech/frpc:0.69.1-alpine3.23 (alpine 3.23.3) alpine usr/bin/frpc gobinary

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.69.1-alpine3.23 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.69.1-alpine3.23  docker.io/snowdreamtech/frpc:0.69.1-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.69.1-alpine3.23 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.69.1-alpine3.23  docker.io/snowdreamtech/frpc:0.69.1-alpine3.23'

镜像构建历史


# 2026-06-02 09:59:36  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2026-06-02 09:59:36  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-06-02 09:59:36  479.00B 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
                        
# 2026-06-02 09:59:36  160.00B 复制新文件或目录到容器中
COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
                        
# 2026-06-02 09:59:36  142.00B 复制新文件或目录到容器中
COPY /root/conf/frpc.toml /etc/frp/ # buildkit
                        
# 2026-06-02 09:59:36  16.79MB 复制新文件或目录到容器中
COPY /root/bin/frpc /usr/bin/ # buildkit
                        
# 2026-06-02 09:54:23  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-06-02 09:54:23  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-06-02 09:54:23  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-06-02 09:54:23  0.00B 设置工作目录为/root
WORKDIR /root
                        
# 2026-06-02 09:54:23  0.00B 指定运行容器时使用的用户
USER root
                        
# 2026-06-02 09:54:23  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.69.1 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
                        
# 2026-04-21 10:18:38  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-04-21 10:18:38  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2026-04-21 10:18:38  0.00B 设置工作目录为/root
WORKDIR /root
                        
# 2026-04-21 10:18:38  0.00B 指定运行容器时使用的用户
USER root
                        
# 2026-04-21 10:18:38  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["NONE"] "0s" "0s" "0s" "0s" '\x00'}
                        
# 2026-04-21 10:18:38  0.00B 执行命令并创建新的镜像层
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
                        
# 2026-04-21 10:18:37  2.50KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
                        
# 2026-04-21 10:18:37  5.09KB 复制新文件或目录到容器中
COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
                        
# 2026-04-21 10:18:26  102.46MB 执行命令并创建新的镜像层
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
                        
# 2026-04-21 10:18:26  0.00B 设置环境变量 KEEPALIVE CAP_NET_BIND_SERVICE LANG UMASK DEBUG PASSWORDLESS_SUDO PGID PUID USER WORKDIR
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
                        
# 2026-04-21 10:18:26  0.00B 添加元数据标签
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
                        
# 2026-04-21 10:18:26  0.00B 定义构建参数
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
                        
# 2026-01-28 09:18:04  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-01-28 09:18:04  8.44MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:4d90b520a3826117f617c41c6c30721ae849bd0c1d86f488b3fee6ce4769fb9a",
    "RepoTags": [
        "snowdreamtech/frpc:0.69.1-alpine3.23",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.69.1-alpine3.23"
    ],
    "RepoDigests": [
        "snowdreamtech/frpc@sha256:35142a90724b86f693eb38127f5a6d794e1fc5b2847c5b8497f7800889e15caf",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc@sha256:5d38724ca7091fe9b937c7c52cf4e8da83f604a9ac262365e626b3c3b1c865c1"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-06-02T01:59:36.896169098Z",
    "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",
            "PASSWORDLESS_SUDO=false",
            "PGID=0",
            "PUID=0",
            "USER=root",
            "WORKDIR=/root"
        ],
        "Cmd": null,
        "Healthcheck": {
            "Test": [
                "NONE"
            ]
        },
        "ArgsEscaped": true,
        "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-06-02T01:54:15.291Z",
            "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": "8e09236494e4ed4c9fcd4252e5685e67fa77b323",
            "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.69.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 127699185,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3eba8ae67ff525f3844cd6c00e2ea18a40a17a57bdb3effbf7bd0799c3c3c7f8/diff:/var/lib/docker/overlay2/66ce63e4e8b1b41a9c1e0d366d911fe0a8dece7d3862f52e0920f1b519ef8d6f/diff:/var/lib/docker/overlay2/e682cc9b0a4817d0dc58f9f34cf246ead8c7f56b6fc63b94cc1a21735d0b243d/diff:/var/lib/docker/overlay2/3bd0ac980a01906742edb1fd502c256904a1ee276a1acd29216ef4f7d55aa8e4/diff:/var/lib/docker/overlay2/d3aab146202491b9fd1740a783cdd48d1d5a7661fe5142631ade8e39625a9859/diff:/var/lib/docker/overlay2/41f22a64dcf68b0a546ccfc8bd3c6e0cc06677c3c19b87ad67153b9e61ab1072/diff:/var/lib/docker/overlay2/1378514387fb55ac1e103e9bb74677741b52f3553f8ab1c237c7cac6f773629f/diff:/var/lib/docker/overlay2/e17655a721130a39f904389d15382cd54637f0ab0ff2f0d3db996fffb5ec65c8/diff:/var/lib/docker/overlay2/596a7e459ffbb9763be319060b427842d5600aef29b73d7e845bdd04d3ea8848/diff:/var/lib/docker/overlay2/143a54945c62408cfdade730f5b8aa74e23b464eec1af850d4fa1e60daab2453/diff:/var/lib/docker/overlay2/0a6cfa9a3824dcfa5333e558b3c385d3868c3bc7e7148280a54ab5949aa52562/diff:/var/lib/docker/overlay2/8eef1d5fcf04e52d797921998104ffe67410f76b3462939494a7b5facee7ee6c/diff",
            "MergedDir": "/var/lib/docker/overlay2/79ed65ed41f39e4c8628299e29f5bb9080d57a054236a24acc0af37dedea23ea/merged",
            "UpperDir": "/var/lib/docker/overlay2/79ed65ed41f39e4c8628299e29f5bb9080d57a054236a24acc0af37dedea23ea/diff",
            "WorkDir": "/var/lib/docker/overlay2/79ed65ed41f39e4c8628299e29f5bb9080d57a054236a24acc0af37dedea23ea/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:989e799e634906e94dc9a5ee2ee26fc92ad260522990f26e707861a5f52bf64e",
            "sha256:d6196edce740a7192f36ccd0cb7f07db1275d44f3f2438fa4e5d51d0af308c2f",
            "sha256:bd224fd881f991f1a741918ad93629a15d668e57253afff51b03ff6a1380c9b8",
            "sha256:421e473ccbabff3f1c51344e80c02ccd57c6f27447fb89c0ffb018a85673063b",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:99553d87c5482aaab170499f4eb5435335dcabd92659d3e372143602b97fa911",
            "sha256:57cb680036626c69b085aec0c309a639aa8b6fb704bc74982bdbffef267ab630",
            "sha256:5a7482838ec729a1b441e8a40c004aab3298c17b881793c9a71b52df1c6e4046",
            "sha256:a3882d6e7c49970d685300d7a92d343a182f859e9292c8037655618050589e2b",
            "sha256:a4a1f3696f5a9855424e8ca5552b788e6b12a593a123f50f032b0a22aaea3f7c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-03T13:41:43.464349219+08:00"
    }
}

更多版本

docker.io/snowdreamtech/frpc:0.58.1

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

docker.io/snowdreamtech/frpc:0.59

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

docker.io/snowdreamtech/frpc:0.59

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

docker.io/snowdreamtech/frpc:bookworm

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

docker.io/snowdreamtech/frpc:latest

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

docker.io/snowdreamtech/frpc:latest

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

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

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

docker.io/snowdreamtech/frpc:0.61.1

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

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

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

docker.io/snowdreamtech/frpc:0.61.2-debian

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

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

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

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

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

docker.io/snowdreamtech/frpc:alpine3.21

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

docker.io/snowdreamtech/frpc:0.49.0

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

docker.io/snowdreamtech/frpc:0.65

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

docker.io/snowdreamtech/frpc:nightly-trixie

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

docker.io/snowdreamtech/frpc:0.67.0

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

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

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

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

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

docker.io/snowdreamtech/frpc:alpine3.23

linux/amd64 docker.io117.22MB2026-04-07 14:51
236

docker.io/snowdreamtech/frpc:0.69.1

linux/amd64 docker.io127.70MB2026-06-06 14:20
133

docker.io/snowdreamtech/frpc:0.70.1-alpine

linux/amd64 docker.io126.61MB2026-07-27 22:51
40

docker.io/snowdreamtech/frpc:0.70.1-alpine

linux/arm64 docker.io136.55MB2026-07-27 22:53
45

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

linux/amd64 docker.io127.70MB2026-08-03 13:41
17

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

linux/arm64 docker.io137.49MB2026-08-03 13:43
22
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×