2026-04-20 20:08:47 UTC
46.6 MB
0
DEBUGfalse
KEEPALIVE0
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:18bdec7eea78464ecf9b88f4ec630eaeb694ea1c0101ecd9c20eda20c9065e23 - 7.54% (3.52 MB)
[#001] sha256:dba93dba2642e0f6aa203034e41c09d09e9c4683a1c91c904bba9d248b103091 - 79.98% (37.3 MB)
[#002] sha256:f4eb256e41e4942f3d5b9ab887d5bab5c1a4cf6ed654f98fc0528cab01c94338 - 0.0% (1.92 KB)
[#003] sha256:0940f2108347768e348e145e42cb1f23a087a516d628f1536163adb1ec2d9a7d - 0.0% (1.27 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:d2a72a5fd62720cd3461215c930655f853d9d7dcc319f81b86adf551f8b428ff - 12.46% (5.81 MB)
[#009] sha256:26d8b5aeb99ea202669e07d118a16911d099cf9b9cd2e9727da58f19f00414ea - 0.0% (245 Bytes)
[#010] sha256:4c484d1f769ee42bfe6d0ddb286e6946ce32d6809131afdb85b2e7d5cac7829b - 0.0% (320 Bytes)
[#011] sha256:7c3ba9c2ff178b39016124a7dce516bc4f9b94fe64c01869d088b77cd3daddfb - 0.0% (405 Bytes)
[#012] sha256:6c4fabc9fc7dea332c3cb4230cbf5ec80319a694d6520d34eafccd2ce4fb689e - 0.0% (318 Bytes)
ADD alpine-minirootfs-3.23.3-x86.tar.gz / # buildkit
2026-01-28 01:18:11 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 10:17:15 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:15 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.23.2 org.opencontainers.image.created=2026-04-20T10:16:39.975Z org.opencontainers.image.revision=1f56f3196dd8b3ffc70d424ce0361438009e3132 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-04-20 10:17:15 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-04-20 10:17:15 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:16 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:16 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["NONE"] "0s" "0s" "0s" "0s" '\x00'}
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 10:17:17 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 10:17:17 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 10:17:17 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.68.1 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)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-04-20 20:08:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 20:08:48 UTC
47.5 MB
0
DEBUGfalse
KEEPALIVE0
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:589002ba0eaed121a1dbf42f6648f29e5be55d5c8a6ee0f8eaa0285cc21ac153 - 7.75% (3.68 MB)
[#001] sha256:4277aea82c0cfb2799d55ffd70864f39d71fe45541db9bd821ba5effd7341c6f - 79.23% (37.7 MB)
[#002] sha256:c68ca7042f2cc3d8a479ebac3a24f328125507a12605cec42d34b23437f9b098 - 0.0% (1.92 KB)
[#003] sha256:84f4189b4900d43665e96992507b2fc3d8e64eb2657deaaf8c34d37ec24656b2 - 0.0% (1.28 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:087d0d7117aa21a71baa2cad6ad2de9298a2ff02858a393e2c2c34e4dc75ac13 - 13.01% (6.19 MB)
[#009] sha256:c04a7a44b5fd384e40064d0fbbe2471eaab7a3b368c666362470d3992388c4ba - 0.0% (242 Bytes)
[#010] sha256:6f990156ffcaf55bac20f75ea39ede7bf90d7bf9e73fa6baa457e996083b65e7 - 0.0% (320 Bytes)
[#011] sha256:9634e02e9cb7c905c8dee8fbde9d3b431e5f8dc6d52ee878929209ffd5794304 - 0.0% (405 Bytes)
[#012] sha256:bbc99d3ce00074b21fc655bd3d82917bca2b8c0a5985b1a9f3afd9b92b494809 - 0.0% (317 Bytes)
ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
2026-01-28 01:18:04 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 10:16:50 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:16:50 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.23.2 org.opencontainers.image.created=2026-04-20T10:16:39.975Z org.opencontainers.image.revision=1f56f3196dd8b3ffc70d424ce0361438009e3132 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-04-20 10:16:50 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-04-20 10:16:50 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:15 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:16 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["NONE"] "0s" "0s" "0s" "0s" '\x00'}
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.68.1 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:08:48 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-04-20 20:08:48 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-04-20 20:08:48 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 20:08:48 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 20:08:48 UTC (buildkit.dockerfile.v0)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-04-20 20:08:48 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 20:08:47 UTC
46.1 MB
0
DEBUGfalse
KEEPALIVE0
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:f067a9ad7b3a4e3b687105344f6ad0934a0623c4359c2d841a3d4fab27e26060 - 7.38% (3.4 MB)
[#001] sha256:3889d2647853853c6783271e72a39da48817bec193e640e7089cf00ce3af7ab4 - 80.16% (37 MB)
[#002] sha256:c4ed07911efad96e56994fd216bc32576b63f3079c8502da4c2afaff889e336f - 0.0% (1.92 KB)
[#003] sha256:6e99f57071e865cd47ff04a5665559a6c01c9d614e2455e097a3a5e25f189342 - 0.0% (1.28 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:80e22ec9bfd69a8d2b507ec47ec4ec5a019d2c824067bc3b65843738280c0498 - 12.46% (5.75 MB)
[#009] sha256:eb06000357d05d5154b773f0be6ebb23f822f429aad50bb57325b9dbc9610bf4 - 0.0% (246 Bytes)
[#010] sha256:2c0e4134c55e37a1778a9e273440b60ee4c0979d89d618f577d94d84e1dc465d - 0.0% (321 Bytes)
[#011] sha256:6a26776db14bb70097137f44dc1919f3c2c0172fab36a7deb67f903329ca2e22 - 0.0% (406 Bytes)
[#012] sha256:f0f0636b331cc133fd8d30ee41c43b2239a3749d77ef550dd1391b4c1187fec2 - 0.0% (318 Bytes)
ADD alpine-minirootfs-3.23.3-armhf.tar.gz / # buildkit
2026-01-28 01:17:52 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 10:17:12 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17: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.23.2 org.opencontainers.image.created=2026-04-20T10:16:39.975Z org.opencontainers.image.revision=1f56f3196dd8b3ffc70d424ce0361438009e3132 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-04-20 10:17: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-04-20 10:17:12 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:16 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:16 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["NONE"] "0s" "0s" "0s" "0s" '\x00'}
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 10:17:17 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 10:17:17 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 10:17:17 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.68.1 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:08:46 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)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-04-20 20:08:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 20:08:47 UTC
43.7 MB
0
DEBUGfalse
KEEPALIVE0
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:7ed661450d9b41ba25f81f6ef8649bb379f47471d21c4898a8a6a3e11b819220 - 7.16% (3.13 MB)
[#001] sha256:5c7e21dd84a08b04995f868fdb69c8a86c8e3314bd18b17ac6bedb75c6bc4bf9 - 79.69% (34.8 MB)
[#002] sha256:5314120dae2497933ce558ba904374fd88a9ebf7ea3b6bd489ab87dbc45b164a - 0.0% (1.92 KB)
[#003] sha256:ca13ba772bff1c1db0abb05e23459ab02851d65149788792c1be917170b1af34 - 0.0% (1.28 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:1bf950d7942eb61d9ae75a2962b86d41c7badd431104b889931b2707038f006d - 13.14% (5.75 MB)
[#009] sha256:eb06000357d05d5154b773f0be6ebb23f822f429aad50bb57325b9dbc9610bf4 - 0.0% (246 Bytes)
[#010] sha256:2eb56a941818e0148a2a54382d6fe37f320ed6c32b5265a91b080fed520e5845 - 0.0% (321 Bytes)
[#011] sha256:0fe70e14784838708f73a5958d03080714cf7588702414295da11b6fdb3d5d61 - 0.0% (405 Bytes)
[#012] sha256:db51b6c86d9f36baed9c25fb382f3a6b8597af134d59c095952980bc51e48902 - 0.0% (318 Bytes)
ADD alpine-minirootfs-3.23.3-armv7.tar.gz / # buildkit
2026-01-28 01:18:44 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 10:17:19 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:19 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.23.2 org.opencontainers.image.created=2026-04-20T10:16:39.975Z org.opencontainers.image.revision=1f56f3196dd8b3ffc70d424ce0361438009e3132 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-04-20 10:17:19 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-04-20 10:17:19 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:24 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 10:17:24 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 10:17:24 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:24 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["NONE"] "0s" "0s" "0s" "0s" '\x00'}
2026-04-20 10:17:24 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 10:17:25 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 10:17:25 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 10:17:25 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.68.1 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:08:46 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)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-04-20 20:08:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 20:08:47 UTC
47.7 MB
0
DEBUGfalse
KEEPALIVE0
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:d8ad8cd72600f46cc068e16c39046ebc76526e41051f43a8c249884b200936c0 - 8.4% (4 MB)
[#001] sha256:a84ef565a084e5ba6ad08d8a00ba80abc5fc46cddb7123332ff32ff992b71fc7 - 80.02% (38.1 MB)
[#002] sha256:e06c71e90eb20010ee0265bc70e75faafc49b55fec04e7156ce7209a5d589ded - 0.0% (1.92 KB)
[#003] sha256:235eb1f043a9e3cd10576dacaaef3fc35a7299caf14cc9fa2baf86412c703bd3 - 0.0% (1.27 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:4d57037d7c3277a3da916628b5d3a61f1e6f6f10fcff6ba7fcb2c07b3cc84187 - 11.58% (5.52 MB)
[#009] sha256:4395ef947666a60e35e63b9d7f66460b89b880e4106a23231c4952f214bbffca - 0.0% (245 Bytes)
[#010] sha256:044109b7b7d06834f0e2e563b2c3f297b14c986bcf4e9545bab26008215ee2e6 - 0.0% (320 Bytes)
[#011] sha256:cea81bacfa56a95c7526fbb959a9f58a2ea449a7325d5ddeb888c89b1aa47238 - 0.0% (409 Bytes)
[#012] sha256:49eff423da50d2869477839f0a6d9e191242bf79e1a92d0cda28e18b21fbeced - 0.0% (319 Bytes)
ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit
2026-01-28 01:18:09 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 10:17:24 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:24 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.23.2 org.opencontainers.image.created=2026-04-20T10:16:39.975Z org.opencontainers.image.revision=1f56f3196dd8b3ffc70d424ce0361438009e3132 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-04-20 10:17:24 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-04-20 10:17:24 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:24 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 10:17:24 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 10:17:25 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:25 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["NONE"] "0s" "0s" "0s" "0s" '\x00'}
2026-04-20 10:17:25 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 10:17:25 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 10:17:25 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 10:17:25 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.68.1 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:08:46 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)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-04-20 20:08:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 20:08:47 UTC
47.9 MB
0
DEBUGfalse
KEEPALIVE0
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:532f7d227cfd697fe6a6f7bfe8c0cc7baa9d99d3d41d50d9b6394fdb6322f4aa - 7.63% (3.65 MB)
[#001] sha256:1be85864c5495eefedc0cfcd6727f401d81288e5ec9d6186309fd553d5af2e47 - 80.8% (38.7 MB)
[#002] sha256:9fb934b5ed5c510b8bc791477979197a42ee46ba495d2857511302330b1ba1d7 - 0.0% (1.92 KB)
[#003] sha256:909f98d0fe3d7e7754e75ad74f22c8c69906fad2a5282317571f1e0f0564ab75 - 0.0% (1.28 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:b1eff8819452b89cb6acaf027508f81bce42fdfddabcb3cd175b70fd0b9779ac - 11.56% (5.54 MB)
[#009] sha256:5ba691a8783f60b9651ef21227cc88f81daacc70025332f76fe60c7d56e38e2b - 0.0% (248 Bytes)
[#010] sha256:3bf47f3d9188bc388acfff426a5681f38ee2e394da59116e5993acdad6a8d12f - 0.0% (322 Bytes)
[#011] sha256:7be7319116f2f3c65b98b0b589bb9e426c9291233c87ce78f1eb65ea50b9b2c6 - 0.0% (406 Bytes)
[#012] sha256:bb22c55e97d17b7edf18f91860afcc1bf26c15736f92f791bc2cf5e940c16a07 - 0.0% (319 Bytes)
ADD alpine-minirootfs-3.23.3-ppc64le.tar.gz / # buildkit
2026-01-28 01:17:01 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 10:17:01 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:01 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.23.2 org.opencontainers.image.created=2026-04-20T10:16:39.975Z org.opencontainers.image.revision=1f56f3196dd8b3ffc70d424ce0361438009e3132 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-04-20 10:17:01 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-04-20 10:17:01 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:15 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:16 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["NONE"] "0s" "0s" "0s" "0s" '\x00'}
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.68.1 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:08:46 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)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-04-20 20:08:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 20:08:47 UTC
46.3 MB
0
DEBUGfalse
KEEPALIVE0
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:9da5d16b2a566416844fd0c62fa81165037aa0b7f154a5c1f58f06412739471c - 7.38% (3.42 MB)
[#001] sha256:e30a09e1673806a4a1686439688119f9c2fd73f56cf27b90e2966321e322f22e - 80.32% (37.2 MB)
[#002] sha256:8c5c90da06795b735a15274493b1563886cb8eae7ed11375f2ebdea62d54aaa0 - 0.0% (1.92 KB)
[#003] sha256:d23470b74f19affe906af96350e9aac93d126c66587801d0667a35b8f838993d - 0.0% (1.28 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:6d7fd01fa43065f7efefe6b8fcb5140f46c852d5c235ca0f269acac1da5f9d54 - 12.29% (5.69 MB)
[#009] sha256:1644f669f19b65c6e6e110673777c2b2138e854a18cdd797a543f7b72c2c7396 - 0.0% (248 Bytes)
[#010] sha256:0f82e1945f13230d6960c32f9adce8fb3943fcb71693a5f6ffc60b827c1d0b39 - 0.0% (322 Bytes)
[#011] sha256:1897782ea15ef56d625c5e5db7c24caacbe6ffe386ff357a60917ed9957cd3e9 - 0.0% (406 Bytes)
[#012] sha256:53442122cf22a83b6f89f52272c66444c26a9656d132db59f4b81f80e832be6d - 0.0% (318 Bytes)
ADD alpine-minirootfs-3.23.3-riscv64.tar.gz / # buildkit
2026-01-28 03:47:28 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 10:17:11 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:11 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.23.2 org.opencontainers.image.created=2026-04-20T10:16:39.975Z org.opencontainers.image.revision=1f56f3196dd8b3ffc70d424ce0361438009e3132 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-04-20 10:17:11 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-04-20 10:17:11 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:16 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:16 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["NONE"] "0s" "0s" "0s" "0s" '\x00'}
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.68.1 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:08:46 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)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-04-20 20:08:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 20:08:47 UTC
47.8 MB
0
DEBUGfalse
KEEPALIVE0
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:623c99520afcb8c68e21bd22d3bc252ae348c276fb9c45a79aeccb4caf2b8d9f - 7.44% (3.55 MB)
[#001] sha256:f3ae8cfe69715dabae450b1b46a4830bbbc12f534422490229ce8a725939ee89 - 80.34% (38.4 MB)
[#002] sha256:a3c1c6c9f9964bdb601087a0aa7fcfb67ddad398d5da7f90b7bdc43e09401ed2 - 0.0% (1.92 KB)
[#003] sha256:44b384e9df1958ffdde47b073923e91efde7a693a8ce2e96b0692e305dab93f9 - 0.0% (1.28 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:16dbaf23a28da3ede1e5330db045b1bec7ebf4b5bccb302567d6cc332f6dcbd8 - 12.21% (5.83 MB)
[#009] sha256:b977779933b07124c750eb1a787077d199fd7d6a00983bd051e5fa10f232e625 - 0.0% (247 Bytes)
[#010] sha256:e0910f58421e181d47efc52ed516be97ef93e93266426c82d77df86283ce8582 - 0.0% (322 Bytes)
[#011] sha256:2f58441d8ffbfb8722a7a22bef4e4ba74dc732e6f574135281a6031e24f63c1d - 0.0% (408 Bytes)
[#012] sha256:8fb33c86aa01e33a9043ef4a9e2122e52fc4d9d13fa96326535ddf568a971cbf - 0.0% (319 Bytes)
ADD alpine-minirootfs-3.23.3-s390x.tar.gz / # buildkit
2026-01-28 01:17:06 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 10:17:08 UTC (buildkit.dockerfile.v0)ARG BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:08 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.23.2 org.opencontainers.image.created=2026-04-20T10:16:39.975Z org.opencontainers.image.revision=1f56f3196dd8b3ffc70d424ce0361438009e3132 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-04-20 10:17:08 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-04-20 10:17:08 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:16 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)RUN |13 BUILDTIME=2026-04-20T10:16:39.975Z VERSION=3.23.2 REVISION=1f56f3196dd8b3ffc70d424ce0361438009e3132 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-20 10:17:16 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["NONE"] "0s" "0s" "0s" "0s" '\x00'}
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-04-20 10:17:16 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Frpc Image Based On Alpine org.opencontainers.image.description=Docker Images for Frpc on Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/frpc org.opencontainers.image.base.name=snowdreamtech/frpc:alpine org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/frp org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=0.68.1 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)USER root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:00:43 UTC (buildkit.dockerfile.v0)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-04-20 20:08:46 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-04-20 20:08:47 UTC (buildkit.dockerfile.v0)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-04-20 20:08:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.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.