2026-08-14 13:40:15 UTC
49.3 MB
0
DEBUGfalse
FRP_VERSION0.71.0
KEEPALIVE1
LANGC.UTF-8
PASSWORDLESS_SUDOfalse
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:f86df9d778509895efbf9363d8fcb0cbe0b772de536c7218e4c4c947f0be879f - 7.09% (3.5 MB)
[#001] sha256:40adefa2b2852f8b570b23ae1bd5b0d8d23be9fe220d4948c3907c68ef8a09f7 - 78.67% (38.8 MB)
[#002] sha256:d53552fecf4c29d09382e1efe9afb8f43c68a14e7d71a03be8bd5ecf3168b7fc - 0.0% (1.92 KB)
[#003] sha256:c1d855f44d91e7aef62479e8a35d370fe46d384d9e3649b4a739abc0d64334c2 - 0.0% (1.28 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:46c56c6a7302db2121fd143d6e70ac64f99caa54af96e557de81368b62548849 - 14.23% (7.02 MB)
[#007] sha256:596ac0815947a4f050993e4dcd7d27aff06e77d73e123c5147a9cbfcc13ad374 - 0.0% (170 Bytes)
[#008] sha256:1fe346660afe63be6b13b784b31388f68509544899d54c38636398144d5ff3d4 - 0.0% (393 Bytes)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-3.24.1-x86.tar.gz / # buildkit
2026-06-16 00:01:19 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-08 06:32:29 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:32:29 UTC (buildkit.dockerfile.v0)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-08-08T06:32:17.262Z org.opencontainers.image.revision=58d3718d42c958049788f1adc35af50ae34b6b35 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-08-08 06:32:29 UTC (buildkit.dockerfile.v0)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-08-08 06:32:29 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:07 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-08-08 06:33:07 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-08-08 06:33:07 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:07 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-08 06:33:07 UTC (buildkit.dockerfile.v0)USER root
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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-08-14 13:40:14 UTC (buildkit.dockerfile.v0)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. (386, amd64, arm/v6, arm/v7, arm64, ppc64le, riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=ghcr.io/snowdreamtech/alpine:3.24.1 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.71.0 org.opencontainers.image.created=2026-08-14T13:36:33.366Z org.opencontainers.image.revision=392a9b5869e8272b0693f259e9a697163c0a95d8 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)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.71.0
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY /root/frps /usr/bin/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY /root/frps.toml /etc/frp/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY entrypoint.d/20-frps-start.sh /usr/local/bin/entrypoint.d/ # buildkit
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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 /bin/sh -c chmod +x /usr/local/bin/entrypoint.d/* # buildkit
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)EXPOSE [7000/tcp 7500/tcp]
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)USER root
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:15 UTC
50.5 MB
0
DEBUGfalse
FRP_VERSION0.71.0
KEEPALIVE1
LANGC.UTF-8
PASSWORDLESS_SUDOfalse
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:55afa1ecc21d2bb5e5045f32dafee56272ffd89860bac26f6c32123439af26a4 - 7.27% (3.67 MB)
[#001] sha256:9b6a068ea704a5703bf6c753dff0d0ff76459585460d7d6e52cd93c52a60586f - 77.94% (39.3 MB)
[#002] sha256:c9385b8d313575a5626f2aedfd3ca6c3a9abfefdd3549316d0c9d6aee4d78430 - 0.0% (1.92 KB)
[#003] sha256:cabb3cb87950ad66afefdf7eb8ef9c91f0354dd945a1464bf663f70bc6ead2eb - 0.0% (1.28 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:4aae0dcc463dcc639977a4338955d5971608e8ad88a9b9b02853ceb7836de7b2 - 14.79% (7.46 MB)
[#007] sha256:5ee3c714b27390caa0dedb16fdcba2a7117904c7f6a4242d5372e681c6b78349 - 0.0% (170 Bytes)
[#008] sha256:074c1eb70fa22cfea0b02d4b8c949da732bf8d89b7793f54b25b88944e7b81c0 - 0.0% (392 Bytes)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
2026-06-16 00:01:29 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-08 06:32:27 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:32:27 UTC (buildkit.dockerfile.v0)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-08-08T06:32:17.262Z org.opencontainers.image.revision=58d3718d42c958049788f1adc35af50ae34b6b35 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-08-08 06:32:27 UTC (buildkit.dockerfile.v0)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-08-08 06:32:27 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:07 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-08-08 06:33:07 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-08-08 06:33:07 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:07 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-08 06:33:07 UTC (buildkit.dockerfile.v0)USER root
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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-08-14 13:40:14 UTC (buildkit.dockerfile.v0)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. (386, amd64, arm/v6, arm/v7, arm64, ppc64le, riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=ghcr.io/snowdreamtech/alpine:3.24.1 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.71.0 org.opencontainers.image.created=2026-08-14T13:36:33.366Z org.opencontainers.image.revision=392a9b5869e8272b0693f259e9a697163c0a95d8 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)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.71.0
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY /root/frps /usr/bin/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY /root/frps.toml /etc/frp/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY entrypoint.d/20-frps-start.sh /usr/local/bin/entrypoint.d/ # buildkit
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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 /bin/sh -c chmod +x /usr/local/bin/entrypoint.d/* # buildkit
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)EXPOSE [7000/tcp 7500/tcp]
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)USER root
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:14 UTC
48.8 MB
0
DEBUGfalse
FRP_VERSION0.71.0
KEEPALIVE1
LANGC.UTF-8
PASSWORDLESS_SUDOfalse
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:3c4836a46d600cfe9a422adf7a80205cb534097e6213325e0176c51f6e5cc02e - 6.94% (3.39 MB)
[#001] sha256:de5327245512361d4a0726d9699522a16998160a8fcfc9b13e71ca5ab4db1bd0 - 78.82% (38.5 MB)
[#002] sha256:1d64446cb24508ff8d67f3b90b2c0ba53dd7317eb2047a02b1bf82d747e76a1e - 0.0% (1.92 KB)
[#003] sha256:213875918ebff510ea3f60eb89a244247e7575d711136921965799a54aa346d7 - 0.0% (1.28 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:ad3981ce4501893e35189a91c1d1054a638b9040b99efbf6fc8d455b2d0eb8b7 - 14.23% (6.95 MB)
[#007] sha256:3383590c0e322734912706724b36be20e43e2e0f3e30974d900bad3bae3000db - 0.0% (171 Bytes)
[#008] sha256:8f8736371436c867d20903224bfeff26dc3ce8634a19980e96b8816cc7a89495 - 0.0% (393 Bytes)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-3.24.1-armhf.tar.gz / # buildkit
2026-06-16 00:00:25 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-08 06:32:49 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:32:49 UTC (buildkit.dockerfile.v0)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-08-08T06:32:17.262Z org.opencontainers.image.revision=58d3718d42c958049788f1adc35af50ae34b6b35 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-08-08 06:32:49 UTC (buildkit.dockerfile.v0)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-08-08 06:32:49 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:07 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-08-08 06:33:07 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:08 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)USER root
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:13 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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-08-14 13:40:13 UTC (buildkit.dockerfile.v0)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. (386, amd64, arm/v6, arm/v7, arm64, ppc64le, riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=ghcr.io/snowdreamtech/alpine:3.24.1 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.71.0 org.opencontainers.image.created=2026-08-14T13:36:33.366Z org.opencontainers.image.revision=392a9b5869e8272b0693f259e9a697163c0a95d8 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-08-14 13:40:13 UTC (buildkit.dockerfile.v0)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.71.0
2026-08-14 13:40:13 UTC (buildkit.dockerfile.v0)COPY /root/frps /usr/bin/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY /root/frps.toml /etc/frp/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY entrypoint.d/20-frps-start.sh /usr/local/bin/entrypoint.d/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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 /bin/sh -c chmod +x /usr/local/bin/entrypoint.d/* # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)EXPOSE [7000/tcp 7500/tcp]
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)USER root
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:15 UTC
46.7 MB
0
DEBUGfalse
FRP_VERSION0.71.0
KEEPALIVE1
LANGC.UTF-8
PASSWORDLESS_SUDOfalse
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:bc03a9e5b4dd452551f246e199537fe7afc1765f53f510bc81d26df9845e4008 - 6.65% (3.11 MB)
[#001] sha256:23c2ab0f414b26d9d9650fb9d586da1f94c98d545ed835f900faf2a642043646 - 78.47% (36.7 MB)
[#002] sha256:45d387c3131f661e1a2e9d931622ea838449a8dd2aff1c16f366203c900a6944 - 0.0% (1.92 KB)
[#003] sha256:7e45fb41985e733b7ba07e12359e9c6c387c3da92f9272f5f64e15430b99cd90 - 0.0% (1.27 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:babc40a1bbb25b949d412cb9eb0d547fe747b3d4845a54931ca87594f9f1ffdd - 14.86% (6.95 MB)
[#007] sha256:3383590c0e322734912706724b36be20e43e2e0f3e30974d900bad3bae3000db - 0.0% (171 Bytes)
[#008] sha256:4e2d16d732b43d127ec0ab93cdcbaf1d10d1c8db7c69be5d0fe8fdb7d35732cd - 0.0% (393 Bytes)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-3.24.1-armv7.tar.gz / # buildkit
2026-06-16 00:00:26 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-08 06:32:41 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:32:41 UTC (buildkit.dockerfile.v0)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-08-08T06:32:17.262Z org.opencontainers.image.revision=58d3718d42c958049788f1adc35af50ae34b6b35 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-08-08 06:32:41 UTC (buildkit.dockerfile.v0)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-08-08 06:32:41 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:07 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-08-08 06:33:07 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-08-08 06:33:07 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:07 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-08 06:33:07 UTC (buildkit.dockerfile.v0)USER root
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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-08-14 13:40:14 UTC (buildkit.dockerfile.v0)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. (386, amd64, arm/v6, arm/v7, arm64, ppc64le, riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=ghcr.io/snowdreamtech/alpine:3.24.1 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.71.0 org.opencontainers.image.created=2026-08-14T13:36:33.366Z org.opencontainers.image.revision=392a9b5869e8272b0693f259e9a697163c0a95d8 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)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.71.0
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY /root/frps /usr/bin/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY /root/frps.toml /etc/frp/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY entrypoint.d/20-frps-start.sh /usr/local/bin/entrypoint.d/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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 /bin/sh -c chmod +x /usr/local/bin/entrypoint.d/* # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)EXPOSE [7000/tcp 7500/tcp]
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)USER root
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:14 UTC
50.1 MB
0
DEBUGfalse
FRP_VERSION0.71.0
KEEPALIVE1
LANGC.UTF-8
PASSWORDLESS_SUDOfalse
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:5de55e5ef9c033997441461efe7ba23a986db059c0bb78b38f84ee0d72b99167 - 7.96% (3.99 MB)
[#001] sha256:244e2b025b7eb4847a701f28563671906769d17f6d15c493ca86085a16705c60 - 78.72% (39.5 MB)
[#002] sha256:dcbd5b7034ae3eab7bade94e82df58e7e9065ee31a921d85057ef4a9de09452b - 0.0% (1.92 KB)
[#003] sha256:c5e16a0c079b3f613bfef6826ae7e86ec6ac8d42a6cc3ed22d935f75d4aae626 - 0.0% (1.27 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:12d3aac588fca8b26c8060f49f782a2afd531a43eb7fdb9b849748c32cd49a1e - 13.32% (6.68 MB)
[#007] sha256:b14b6eb247d234b7904f78e5883265c81f336f6454d595efacd0299dc110bc41 - 0.0% (171 Bytes)
[#008] sha256:71f0d2acf993dba6601646d7d9e26db35eb8bc3cdb975c9de6902b85c16bc87b - 0.0% (387 Bytes)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit
2026-06-16 00:01:20 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-08 06:33:07 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:07 UTC (buildkit.dockerfile.v0)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-08-08T06:32:17.262Z org.opencontainers.image.revision=58d3718d42c958049788f1adc35af50ae34b6b35 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-08-08 06:33:07 UTC (buildkit.dockerfile.v0)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-08-08 06:33:07 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:07 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-08-08 06:33:07 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:08 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)USER root
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:13 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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-08-14 13:40:13 UTC (buildkit.dockerfile.v0)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. (386, amd64, arm/v6, arm/v7, arm64, ppc64le, riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=ghcr.io/snowdreamtech/alpine:3.24.1 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.71.0 org.opencontainers.image.created=2026-08-14T13:36:33.366Z org.opencontainers.image.revision=392a9b5869e8272b0693f259e9a697163c0a95d8 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-08-14 13:40:13 UTC (buildkit.dockerfile.v0)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.71.0
2026-08-14 13:40:13 UTC (buildkit.dockerfile.v0)COPY /root/frps /usr/bin/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY /root/frps.toml /etc/frp/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY entrypoint.d/20-frps-start.sh /usr/local/bin/entrypoint.d/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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 /bin/sh -c chmod +x /usr/local/bin/entrypoint.d/* # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)EXPOSE [7000/tcp 7500/tcp]
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)USER root
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:58 UTC
50.7 MB
0
DEBUGfalse
FRP_VERSION0.71.0
KEEPALIVE1
LANGC.UTF-8
PASSWORDLESS_SUDOfalse
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:3ebcdcd395ccee658b9200e4b27d7699e5d6ed9f6c1858dea12781aac519ff59 - 7.17% (3.64 MB)
[#001] sha256:12f669d4b7ef2acddea92d96d396f06889aa475fbf144f706567e9a781e21401 - 79.61% (40.4 MB)
[#002] sha256:b9abd405f6615272883504fce1d255b1fef01fc4a6808474dbe4786829615160 - 0.0% (1.92 KB)
[#003] sha256:24a4cd3d7c75de9342887b55977a4c8acd13a5e3da9536bde10050e5c7678139 - 0.0% (1.28 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:668be61343d846fa2866d8f30a17e3b34ccc43be9b1190ea04690cd40c9b9ad6 - 13.21% (6.7 MB)
[#007] sha256:a95b23bf7ce2a5439fbb68f51962279970578191eb8aba6a874009e94dddf7b1 - 0.0% (170 Bytes)
[#008] sha256:ee65930bbf4d3341db3c436ef889f8369b2184906ba3bc1c8bb654d387ee1cf5 - 0.0% (392 Bytes)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-3.24.1-ppc64le.tar.gz / # buildkit
2026-06-16 00:00:15 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-08 06:32:46 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:32:46 UTC (buildkit.dockerfile.v0)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-08-08T06:32:17.262Z org.opencontainers.image.revision=58d3718d42c958049788f1adc35af50ae34b6b35 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-08-08 06:32:46 UTC (buildkit.dockerfile.v0)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-08-08 06:32:46 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:07 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-08-08 06:33:07 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:08 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)USER root
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-08 06:33:08 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:58 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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-08-14 13:40:58 UTC (buildkit.dockerfile.v0)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. (386, amd64, arm/v6, arm/v7, arm64, ppc64le, riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=ghcr.io/snowdreamtech/alpine:3.24.1 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.71.0 org.opencontainers.image.created=2026-08-14T13:36:33.366Z org.opencontainers.image.revision=392a9b5869e8272b0693f259e9a697163c0a95d8 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-08-14 13:40:58 UTC (buildkit.dockerfile.v0)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.71.0
2026-08-14 13:40:58 UTC (buildkit.dockerfile.v0)COPY /root/frps /usr/bin/ # buildkit
2026-08-14 13:40:58 UTC (buildkit.dockerfile.v0)COPY /root/frps.toml /etc/frp/ # buildkit
2026-08-14 13:40:58 UTC (buildkit.dockerfile.v0)COPY entrypoint.d/20-frps-start.sh /usr/local/bin/entrypoint.d/ # buildkit
2026-08-14 13:40:58 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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 /bin/sh -c chmod +x /usr/local/bin/entrypoint.d/* # buildkit
2026-08-14 13:40:58 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-14 13:40:58 UTC (buildkit.dockerfile.v0)EXPOSE [7000/tcp 7500/tcp]
2026-08-14 13:40:58 UTC (buildkit.dockerfile.v0)USER root
2026-08-14 13:40:58 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-14 13:40:58 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-14 13:40:58 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:15 UTC
48.8 MB
0
DEBUGfalse
FRP_VERSION0.71.0
KEEPALIVE1
LANGC.UTF-8
PASSWORDLESS_SUDOfalse
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:c34e5222b29b86391cdae95b0473ef789493ff1a0068a3a30b5d66f544bd7cf6 - 6.98% (3.41 MB)
[#001] sha256:4878c1ea96d8ad2289e74b2515e9708f40f1c331813b295584775ae650b3bfde - 78.96% (38.6 MB)
[#002] sha256:480ddcc7bf942d14a773ea529bc1713eda02b021b51ee3417d418b25a81eab07 - 0.0% (1.92 KB)
[#003] sha256:987de1060a80c0b867197e2bdf383f8139260b45be3ef873af6c93ddfc957757 - 0.0% (1.28 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:34d65fa6f21d0e9eadb337d63c21a63857777e13b844a1e825614c59cd883f70 - 14.05% (6.86 MB)
[#007] sha256:596ac0815947a4f050993e4dcd7d27aff06e77d73e123c5147a9cbfcc13ad374 - 0.0% (170 Bytes)
[#008] sha256:44fffcc5bbd12d1c7d006df5be9daaf4356747531cadcbabcbc0c3fee3e2e145 - 0.0% (392 Bytes)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-3.24.1-riscv64.tar.gz / # buildkit
2026-06-16 05:59:15 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-08 06:33:16 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:16 UTC (buildkit.dockerfile.v0)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-08-08T06:32:17.262Z org.opencontainers.image.revision=58d3718d42c958049788f1adc35af50ae34b6b35 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-08-08 06:33:16 UTC (buildkit.dockerfile.v0)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-08-08 06:33:16 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:18 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-08-08 06:33:18 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-08-08 06:33:18 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:18 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-08 06:33:18 UTC (buildkit.dockerfile.v0)USER root
2026-08-08 06:33:18 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-08 06:33:18 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-08 06:33:18 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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-08-14 13:40:14 UTC (buildkit.dockerfile.v0)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. (386, amd64, arm/v6, arm/v7, arm64, ppc64le, riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=ghcr.io/snowdreamtech/alpine:3.24.1 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.71.0 org.opencontainers.image.created=2026-08-14T13:36:33.366Z org.opencontainers.image.revision=392a9b5869e8272b0693f259e9a697163c0a95d8 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)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.71.0
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY /root/frps /usr/bin/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY /root/frps.toml /etc/frp/ # buildkit
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)COPY entrypoint.d/20-frps-start.sh /usr/local/bin/entrypoint.d/ # buildkit
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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 /bin/sh -c chmod +x /usr/local/bin/entrypoint.d/* # buildkit
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)EXPOSE [7000/tcp 7500/tcp]
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)USER root
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-14 13:40:15 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:14 UTC
50.5 MB
0
DEBUGfalse
FRP_VERSION0.71.0
KEEPALIVE1
LANGC.UTF-8
PASSWORDLESS_SUDOfalse
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:da43be6afaaa3ec1b607461ce64380942a6d76c3d52cda4337b0770d9a96fa89 - 7.01% (3.54 MB)
[#001] sha256:ce3f4f064cdec06cc5d56e0effd52dd3a32381b7b97ac1a4be3b6be8e6e543e5 - 78.97% (39.9 MB)
[#002] sha256:cd64fbc6581c6d9fa02ae20ba752561333a6eefbe2c68c2a1d705da7f14134bb - 0.0% (1.92 KB)
[#003] sha256:19bb37551a2636c6746f67e015619825e3d467434bee2241cfebd3b4913e0e87 - 0.0% (1.28 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:1a1c336a9acb23551c36034a1681ec8be454f8b8f130f74e713863fb2eb0a5f0 - 14.02% (7.08 MB)
[#007] sha256:b14b6eb247d234b7904f78e5883265c81f336f6454d595efacd0299dc110bc41 - 0.0% (171 Bytes)
[#008] sha256:6e767111ed0f299575822371acd014d35b610f969336dd242a7e42a2e86fda04 - 0.0% (388 Bytes)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-3.24.1-s390x.tar.gz / # buildkit
2026-06-16 00:00:21 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-08 06:33:12 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:12 UTC (buildkit.dockerfile.v0)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-08-08T06:32:17.262Z org.opencontainers.image.revision=58d3718d42c958049788f1adc35af50ae34b6b35 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-08-08 06:33:12 UTC (buildkit.dockerfile.v0)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-08-08 06:33:12 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:17 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-08-08 06:33:18 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-08-08 06:33:18 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-08T06:32:17.262Z VERSION=3.24.1 REVISION=58d3718d42c958049788f1adc35af50ae34b6b35 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-08-08 06:33:18 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-08 06:33:18 UTC (buildkit.dockerfile.v0)USER root
2026-08-08 06:33:18 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-08 06:33:18 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-08 06:33:18 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-08-14 13:40:13 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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-08-14 13:40:13 UTC (buildkit.dockerfile.v0)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. (386, amd64, arm/v6, arm/v7, arm64, ppc64le, riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frps org.opencontainers.image.base.name=ghcr.io/snowdreamtech/alpine:3.24.1 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.71.0 org.opencontainers.image.created=2026-08-14T13:36:33.366Z org.opencontainers.image.revision=392a9b5869e8272b0693f259e9a697163c0a95d8 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-08-14 13:40:13 UTC (buildkit.dockerfile.v0)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.71.0
2026-08-14 13:40:13 UTC (buildkit.dockerfile.v0)COPY /root/frps /usr/bin/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY /root/frps.toml /etc/frp/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)COPY entrypoint.d/20-frps-start.sh /usr/local/bin/entrypoint.d/ # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-08-14T13:36:33.366Z VERSION=0.71.0 REVISION=392a9b5869e8272b0693f259e9a697163c0a95d8 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 /bin/sh -c chmod +x /usr/local/bin/entrypoint.d/* # buildkit
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)EXPOSE [7000/tcp 7500/tcp]
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)USER root
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-08-14 13:40:14 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.