镜像构建历史
# 2026-02-01 07:43:29 0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
# 2026-02-01 07:43:29 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-02-01 07:43:29 479.00B 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
# 2026-02-01 07:43:29 160.00B 复制新文件或目录到容器中
COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
# 2026-02-01 07:43:29 16.00B 复制新文件或目录到容器中
COPY /root/conf/frps.toml /etc/frp/ # buildkit
# 2026-02-01 07:43:29 20.19MB 复制新文件或目录到容器中
COPY /root/bin/frps /usr/bin/ # buildkit
# 2026-02-01 07:36:50 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-02-01 07:36:50 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-02-01 07:36:50 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-02-01 07:36:50 0.00B 设置工作目录为/root
WORKDIR /root
# 2026-02-01 07:36:50 0.00B 指定运行容器时使用的用户
USER root
# 2026-02-01 07:36:50 0.00B 添加元数据标签
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.67.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
# 2025-11-21 16:47:43 0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
# 2025-11-21 16:47:43 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
# 2025-11-21 16:47:43 479.00B 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
# 2025-11-21 16:47:43 1.01KB 复制新文件或目录到容器中
COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
# 2025-11-21 16:47:43 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
# 2025-11-21 10:40:24 23.76MB 执行命令并创建新的镜像层
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 doas sudo busybox-suid musl-locales musl-locales-lang tzdata openssl wget curl git libcap su-exec ca-certificates && update-ca-certificates # buildkit
# 2025-11-21 16:47:43 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
# 2025-11-21 16:47:43 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
# 2025-11-21 16:47:43 0.00B 设置工作目录为/root
WORKDIR /root
# 2025-11-21 16:47:43 0.00B 指定运行容器时使用的用户
USER root
# 2025-11-21 16:47:43 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.22.2 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
# 2025-10-08 19:04:56 0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
# 2025-10-08 19:04:56 8.32MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
镜像信息
{
"Id": "sha256:8a809860f1df14f3b8654877b2ed53ddd7fe59252df2c43493ac562f3b720ca0",
"RepoTags": [
"snowdreamtech/frps:0.67.0",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frps:0.67.0"
],
"RepoDigests": [
"snowdreamtech/frps@sha256:7a62bee8fa67d48db3e9d95587760d3ef7dec1be138d8db70b87bd5aa50bb885",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/snowdreamtech/frps@sha256:b47f3fe5220a0fa9fb8f560068c54dd169397cf23d91cdb7ae1e1cc9b471238e"
],
"Parent": "",
"Comment": "buildkit.dockerfile.v0",
"Created": "2026-01-31T23:43:29.565792701Z",
"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/frps:alpine",
"org.opencontainers.image.created": "2026-01-31T23:36:45.846Z",
"org.opencontainers.image.description": "Docker Images for Frp.",
"org.opencontainers.image.documentation": "https://hub.docker.com/r/snowdreamtech/frps",
"org.opencontainers.image.licenses": "MIT",
"org.opencontainers.image.revision": "f99fd0248465fd520a2ff16999044e9ddcda8cb2",
"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.67.0"
}
},
"Architecture": "amd64",
"Os": "linux",
"Size": 52266345,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/f4b7b0b8b5a7431bb18cb6266b1d53ce64d1d362e751726f2c8ca3b91df66cba/diff:/var/lib/docker/overlay2/cd9932223f8da11f01158de63c7906412935a28bcfb2b9364fe6fdc168c00663/diff:/var/lib/docker/overlay2/2d06c8762e259ef9cf5c34c91f8effaaa6929ee6293bcf61576f75fdb34a9d74/diff:/var/lib/docker/overlay2/7497358413b463398bfd37281d53c30314f3049d2a2d3900228c637cd4e89b90/diff:/var/lib/docker/overlay2/08bcb6b2f69f74ab23b89d3b1f79d78f9dad3d01fa1761d2c4684d0c277c2892/diff:/var/lib/docker/overlay2/519a5f24d10f70e65f5a463561c0793c27c72df43dfb0cc442c76667428cee17/diff:/var/lib/docker/overlay2/249a7397d5a0b1f764f1fbf18f79fd1e2ab48b8eb0800e3c10f2aeeda8a4aef5/diff:/var/lib/docker/overlay2/331fd39ad4f25c3e5ba2baca77a9fc0a3f5bc1bcc654b2de652b6fe7a91697c9/diff:/var/lib/docker/overlay2/60e9adff44ad707fb7198747713cdcebffbd503997db95baca55d15953ba0980/diff:/var/lib/docker/overlay2/56637abe0bc6d0b3d174115f8d0769c260143982d6f2d0268abc59205b1e1834/diff:/var/lib/docker/overlay2/5e1f62b1795d9900afb5f2f0083bb1fb07faa1137be105c50527f179317ffe82/diff:/var/lib/docker/overlay2/6d7bd19e6cac5ec86e380d999368d05b9435aab5747e62c9561dc0fd8dc4a95f/diff:/var/lib/docker/overlay2/7940e3ae615528150eb456f8b95899a8a6b36a6af31255040d21fabaeb2e6d12/diff",
"MergedDir": "/var/lib/docker/overlay2/0d1de95756e2ff211e59452ef83f0f8f96ed0b73504317d81658c867d720ef9f/merged",
"UpperDir": "/var/lib/docker/overlay2/0d1de95756e2ff211e59452ef83f0f8f96ed0b73504317d81658c867d720ef9f/diff",
"WorkDir": "/var/lib/docker/overlay2/0d1de95756e2ff211e59452ef83f0f8f96ed0b73504317d81658c867d720ef9f/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:256f393e029fa2063d8c93720da36a74a032bed3355a2bc3e313ad12f8bde9d1",
"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
"sha256:c6c96c6c419cab9bc4b95093d7d449da7bde88517ebb4b48e78e68c76eccdf33",
"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
"sha256:d6d49cb5c753e540ebfc8ee0d0acaabcf05b40a6721e3f905aa142a16bd5eb2c",
"sha256:e9cc9f5ccc9a5bdbebd117aaf38f102694c9e375d68af3afb0dd1317713cc425",
"sha256:0668c68a0eb1364fedff5da0f003e3bdbc8031aa8270a26be68b74cf2f88b51f",
"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
"sha256:00de5f5adf94580591b6fec821d864840ad702a379328ae41195606062f71cb7",
"sha256:b0223fd3ac85b7ff15706ad0c855041631e41fa3b9b0d505883285bda9fd7125",
"sha256:fc69ecd93e637643512457059e9602de935d3b758eec4dbfa6bdd587de4c6e0f",
"sha256:5d8bb75322088dd69183b0d1f1d778a676b383f80df97996ef56f5c4cb8abd36",
"sha256:c0e6c506cb559ece790f14eb6b0ceabd6d28b2ce517045f83948c96213d5fb7d"
]
},
"Metadata": {
"LastTagTime": "2026-02-26T15:55:52.860317409+08:00"
}
}