镜像构建历史
# 2026-07-23 19:27:10 0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
# 2026-07-23 19:27:10 0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
# 2026-07-23 19:27:10 0.00B 设置工作目录为/root
WORKDIR /root
# 2026-07-23 19:27:10 0.00B 指定运行容器时使用的用户
USER root
# 2026-07-23 19:27:10 0.00B 声明容器运行时监听的端口
EXPOSE [7400/tcp]
# 2026-07-23 19:27:10 0.00B 指定检查容器健康状态的命令
HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
# 2026-07-23 19:27:10 0.00B 执行命令并创建新的镜像层
RUN |13 BUILDTIME=2026-07-23T11:23:22.784Z REVISION=5f0490fb1b93fcdbb763cadb540a2daefe007562 KEEPALIVE=1 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PASSWORDLESS_SUDO=false PGID=0 PUID=0 USER=root WORKDIR=/root VERSION=0.70.1 /bin/sh -c chmod +x /usr/local/bin/entrypoint.d/* # buildkit
# 2026-07-23 19:27:10 307.00B 复制新文件或目录到容器中
COPY entrypoint.d/20-frpc-start.sh /usr/local/bin/entrypoint.d/ # buildkit
# 2026-07-23 19:27:10 142.00B 复制新文件或目录到容器中
COPY /root/frpc.toml /etc/frp/ # buildkit
# 2026-07-23 19:27:09 14.94MB 复制新文件或目录到容器中
COPY /root/frpc /usr/bin/ # buildkit
# 2026-07-23 19:27:09 0.00B 设置环境变量 KEEPALIVE CAP_NET_BIND_SERVICE LANG UMASK DEBUG PASSWORDLESS_SUDO PGID PUID USER WORKDIR FRP_VERSION
ENV KEEPALIVE=1 CAP_NET_BIND_SERVICE=0 LANG=C.UTF-8 UMASK=022 DEBUG=false PASSWORDLESS_SUDO=false PGID=0 PUID=0 USER=root WORKDIR=/root FRP_VERSION=0.70.1
# 2026-07-23 19:27:09 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. (386, amd64, arm/v6, arm/v7, arm64, ppc64le, riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/alpine:3.24.0 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.70.1 org.opencontainers.image.created=2026-07-23T11:23:22.784Z org.opencontainers.image.revision=5f0490fb1b93fcdbb763cadb540a2daefe007562 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
# 2026-07-23 19:27:09 0.00B 定义构建参数
ARG VERSION=0.70.1
# 2026-07-23 19:27:09 0.00B 定义构建参数
ARG BUILDTIME=2026-07-23T11:23:22.784Z REVISION=5f0490fb1b93fcdbb763cadb540a2daefe007562 KEEPALIVE=1 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-07-06 17:06:31 0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
# 2026-07-06 17:06:31 0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
# 2026-07-06 17:06:31 0.00B 设置工作目录为/root
WORKDIR /root
# 2026-07-06 17:06:30 0.00B 指定运行容器时使用的用户
USER root
# 2026-07-06 17:06:30 0.00B 指定检查容器健康状态的命令
HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
# 2026-07-06 17:06:30 0.00B 执行命令并创建新的镜像层
RUN |13 BUILDTIME=2026-07-06T09:05:52.747Z VERSION=3.24.1 REVISION=941578b35bc6608a328cd19ac15f3890f2ee8502 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-07-06 17:06:30 2.50KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
# 2026-07-06 17:06:30 5.09KB 复制新文件或目录到容器中
COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
# 2026-07-06 17:06:13 112.94MB 执行命令并创建新的镜像层
RUN |13 BUILDTIME=2026-07-06T09:05:52.747Z VERSION=3.24.1 REVISION=941578b35bc6608a328cd19ac15f3890f2ee8502 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 echo "@edge https://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && echo "@edgecommunity https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && 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-07-06 17:06:13 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-07-06 17:06:13 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.24.1 org.opencontainers.image.created=2026-07-06T09:05:52.747Z org.opencontainers.image.revision=941578b35bc6608a328cd19ac15f3890f2ee8502 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
# 2026-07-06 17:06:13 0.00B 定义构建参数
ARG BUILDTIME=2026-07-06T09:05:52.747Z VERSION=3.24.1 REVISION=941578b35bc6608a328cd19ac15f3890f2ee8502 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-06-16 08:01:20 0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
# 2026-06-16 08:01:20 8.66MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit
镜像信息
{
"Id": "sha256:1da5393e1debe805878d6b94ac62954885ffef5756e56586fa26da7e59d05a17",
"RepoTags": [
"snowdreamtech/frpc:0.70.1-alpine",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc:0.70.1-alpine-linuxarm64"
],
"RepoDigests": [
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frpc@sha256:2157ee4c520fba0a194a686ce944c616efb6c74efd681f9c22df92c253faeff3"
],
"Parent": "",
"Comment": "buildkit.dockerfile.v0",
"Created": "2026-07-23T11:27:10.801100673Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "root",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"7400/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"KEEPALIVE=1",
"CAP_NET_BIND_SERVICE=0",
"LANG=C.UTF-8",
"UMASK=022",
"DEBUG=false",
"PASSWORDLESS_SUDO=false",
"PGID=0",
"PUID=0",
"USER=root",
"WORKDIR=/root",
"FRP_VERSION=0.70.1"
],
"Cmd": [
"/bin/sh"
],
"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/alpine:3.24.0",
"org.opencontainers.image.created": "2026-07-23T11:23:22.784Z",
"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": "5f0490fb1b93fcdbb763cadb540a2daefe007562",
"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.70.1-alpine"
}
},
"Architecture": "arm64",
"Os": "linux",
"Size": 136547018,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/e483eed2ecfe2a76be8221b9849cc27573ee810e5205988129917f06febf95bf/diff:/var/lib/docker/overlay2/ed1396c7c5a9c6ceae2e343c70400ce7d755d2a08e8345a2dabc85cfd95c001a/diff:/var/lib/docker/overlay2/f55fe2fea9f7e3475e90345e37dcf0656561771c039e554dff5cfe19f8fc418b/diff:/var/lib/docker/overlay2/ef2ad0e2f1e49814eb8c99be1ff2fa0205d29071fb9c9e9fc16017974b3637b6/diff:/var/lib/docker/overlay2/3de509f51e502941b2b8fe7cb68723c807d5f98419b68848b4a85e74f7a67702/diff:/var/lib/docker/overlay2/1c4d10b6271d149d5347c5ab00fc40fa31b48932b217c9313cdeabeb5f6be069/diff:/var/lib/docker/overlay2/bb07415ef0264ff5c1d67c43063dc19ec056910f3090008999a0e3988b0ccaf2/diff:/var/lib/docker/overlay2/2e01fb52d76a6da806716f0c01255daad3d230f51cf12a5ad7ea20337a94d21f/diff:/var/lib/docker/overlay2/8998049ef08091914bd3e775eff553886afedfc4ef0f8bc564df500960f48b4d/diff:/var/lib/docker/overlay2/4ba1ca6fa6976d18b2ee7eb821d9824577988be077befee821e4bcde5aa14c81/diff",
"MergedDir": "/var/lib/docker/overlay2/98ae9a0d67e8af68013c3783705fa26271f6411bc500fc86a6f816c5125eb9f6/merged",
"UpperDir": "/var/lib/docker/overlay2/98ae9a0d67e8af68013c3783705fa26271f6411bc500fc86a6f816c5125eb9f6/diff",
"WorkDir": "/var/lib/docker/overlay2/98ae9a0d67e8af68013c3783705fa26271f6411bc500fc86a6f816c5125eb9f6/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:b2848c02ac6ff53d265469b5b30f649f335e546a83330cd8916d54e65e640409",
"sha256:9d6ab8c6de1deebc8e9814d834c6487859d75f5c01427cc2438cd0cb83e2437b",
"sha256:248be35754c34fb47f3f88ce22e8988d9f3c709e13245a3083909de59ed98154",
"sha256:e9b850643aa599714c6b0ebd72f85e28d56d175fb9014763d520e02c195e4b08",
"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
"sha256:857e0552b583b4444743807ae485c00ac40373586b5f78a5e1a6058fa7ea38e8",
"sha256:b37f52d635c65846cd532417a55c30336591075f3426bebcf6fb0faeecafed9f",
"sha256:5491cbb9cf6b17326c58cdd6f56b8744078ffaac6cedacad7bd7da66b3e97a2d",
"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
]
},
"Metadata": {
"LastTagTime": "2026-07-27T22:53:36.779239965+08:00"
}
}