2026-03-27 13:32:44 UTC
44.9 MB
0
DEBUGfalse
KEEPALIVE0
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:c21df6a7383dfce37a4bfe31b291881f55907c419caf5d06cb6d699d290d0718 - 7.84% (3.52 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:83283627e6556946fae59c7d20fe7e545d8627f7d4b64641f0fe8f9bcb11c90d - 79.24% (35.5 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:cb458a7801c08d5af5f55f394e6fb0adaf35897b40cbc80ac30e6a21751988b3 - 0.0% (825 Bytes)
[#005] sha256:ea99ee897c8f484372cce1c5097daa1e223192e895aa6be7a9335c89799ab44d - 0.0% (404 Bytes)
[#006] sha256:31687140ee42d73b8a9973c72662c7f83c48871733c5afe26d88fa43a5be20c6 - 0.0% (821 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#009] sha256:06150c82033474fb268cf8d8acd381da902937ccdb85f89e719e062b58cbc837 - 12.91% (5.79 MB)
[#010] sha256:e1af81b7a21a5f07d1faa2c1081346a042ff10f0df0ed8e66c2f0b557768ab47 - 0.0% (246 Bytes)
[#011] sha256:6b486a5b7a7b19f8bb3e2c773c085be67a014e494775ff5cc06088001290a795 - 0.0% (322 Bytes)
[#012] sha256:e2fe4ce064ae021497b9c8c2e46c7a3842c8d1e4a2143a656305fd0e7380fc83 - 0.0% (407 Bytes)
[#013] sha256:e2251cfc1524f6c21820fbbc95f77006d9b9bca037f89c2705b009f65a6e8d22 - 0.0% (319 Bytes)
ADD alpine-minirootfs-3.23.2-x86.tar.gz / # buildkit
2025-12-18 00:13:19 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Alpine Base Image org.opencontainers.image.description=Docker Images for Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/alpine org.opencontainers.image.base.name=snowdreamtech/alpine:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/alpine org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=3.23.2 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)USER root
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-01-19 23:39:30 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-01-19 23:39:30 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-01-19 23:39: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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache 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-01-19 23:39:49 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-01-19 23:39:49 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-01-19 23:39:50 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-01-19 23:39:50 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-01-19 23:39:50 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:27:17 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.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-03-27 13:27:17 UTC (buildkit.dockerfile.v0)USER root
2026-03-27 13:27:17 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-03-27 13:27:17 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-03-27 13:27:17 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-03-27 13:27:17 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-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-03-27 13:32:44 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-03-27 13:32:44 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-03-27 13:32:44 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:33:50 UTC
45.9 MB
0
DEBUGfalse
KEEPALIVE0
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:1074353eec0db2c1d81d5af2671e56e00cf5738486f5762609ea33d606f88612 - 8.02% (3.68 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:95b9ee3656b9ca60ac08f504ac568406e3585a62e3dcffb8271da398f57d1b87 - 78.54% (36 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:50024cf355790021956d46cb8468d84f79f178afd71a76af2abb4fc9fe6a8272 - 0.0% (825 Bytes)
[#005] sha256:316426df21232a5b5d28f6e589024746a3c8269daac2f53d83218bfddb6ea42c - 0.0% (403 Bytes)
[#006] sha256:29f3a93a0fbd8107eacafda1fa16b81308d29d1393cd1e47cead23489e6a2186 - 0.0% (820 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#009] sha256:9e0bc55473231e909952d637fb771db80e430c20b0373eb1fb63b77358f496e8 - 13.43% (6.16 MB)
[#010] sha256:c83e62a8d68ea02200b9828b4925b30fc6f9daaf9a5286d14d4b2f7479a02690 - 0.0% (242 Bytes)
[#011] sha256:bebdbc1adf5b6554aa33075344af2eb8d0a4ed0b4310c52540e6d01a7c649085 - 0.0% (320 Bytes)
[#012] sha256:5e7f9f6b5701dede7de708d0e6e4daf325f9adea4d6768808f87f302fe651a9b - 0.0% (406 Bytes)
[#013] sha256:81a85738e8693591e43c35cbafa4eb3ad8ea4c68fda1e6489e489df9476b4b2d - 0.0% (318 Bytes)
ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit
2025-12-18 00:12:29 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Alpine Base Image org.opencontainers.image.description=Docker Images for Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/alpine org.opencontainers.image.base.name=snowdreamtech/alpine:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/alpine org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=3.23.2 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)USER root
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-01-19 23:39:30 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-01-19 23:39:30 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-01-19 23:39:51 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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache 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-01-19 23:39:51 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-01-19 23:39:51 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-01-19 23:39:51 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-01-19 23:39:51 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-01-19 23:39:51 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:27:15 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.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-03-27 13:27:15 UTC (buildkit.dockerfile.v0)USER root
2026-03-27 13:27:15 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-03-27 13:27:15 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-03-27 13:27:15 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-03-27 13:27:15 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-03-27 13:33:50 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-03-27 13:33:50 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-03-27 13:33:50 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-03-27 13:33:50 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-03-27 13:33:50 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-03-27 13:33:50 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:32:44 UTC
44.3 MB
0
DEBUGfalse
KEEPALIVE0
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:cd0fa7d4c99310a30bac99a15cc62d2f7c0326577b630f591cebdbe4ad202657 - 7.68% (3.4 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:1d2e45ca8e1cb77716533f8e934598d9d720c8989de097b95d81aa078729973e - 79.39% (35.2 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:b32b428ce169a5d8687c56dd4b8c570b4f36659170feee330f88b5dbaeb42cfc - 0.0% (827 Bytes)
[#005] sha256:331a2324b8eb8f256002b74753b867368e00679c35f04efddb91d2a5a33a4963 - 0.0% (404 Bytes)
[#006] sha256:ef97654157c04c49de910a2df85ac2efe29bc85570bed792f7c889f8887b587c - 0.0% (822 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#009] sha256:344b523f373dbda82925deb4b7c7e9d371e07c83ab3417e6352daab62bf4c3f0 - 12.92% (5.72 MB)
[#010] sha256:9dd90a7ba8485c88f1d28b008a56d8a2e9500cb342668d0e989affdfe3e18924 - 0.0% (246 Bytes)
[#011] sha256:d8fbd89b05e9564ec6e56f20d17eaa4b1dc424afb1850964e9b9c06c30d8f0ec - 0.0% (324 Bytes)
[#012] sha256:5931e4d1f403859e23b3fbf07e964edc9245647db9dae188e4071242076df3da - 0.0% (407 Bytes)
[#013] sha256:1312625fffa7c4a6bc8abc991abafe94f9c2e35a0bb667cae770d0b6bdc9c249 - 0.0% (319 Bytes)
ADD alpine-minirootfs-3.23.2-armhf.tar.gz / # buildkit
2025-12-18 00:12:14 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-01-19 23:39:16 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Alpine Base Image org.opencontainers.image.description=Docker Images for Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/alpine org.opencontainers.image.base.name=snowdreamtech/alpine:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/alpine org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=3.23.2 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-01-19 23:39:16 UTC (buildkit.dockerfile.v0)USER root
2026-01-19 23:39:16 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-01-19 23:39:16 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-01-19 23:39:16 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-01-19 23:39:30 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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache 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-01-19 23:39:30 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-01-19 23:39:49 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-01-19 23:39:49 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-01-19 23:39:50 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-01-19 23:39:50 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:27:14 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.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-03-27 13:27:14 UTC (buildkit.dockerfile.v0)USER root
2026-03-27 13:27:14 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-03-27 13:27:14 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-03-27 13:27:14 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-03-27 13:27:15 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-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-03-27 13:32:44 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-03-27 13:32:44 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-03-27 13:32:44 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-03-27 13:32:44 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:32:44 UTC
42.5 MB
0
DEBUGfalse
KEEPALIVE0
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:fb78f26011a0b45e0ee3135541eee4683a4b98bf30b3d23f0981be37e8794a2a - 7.36% (3.13 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:9393663ce0ace3e3a571c459a910531cc11c8070069fecf01e608f51f9bf4bb5 - 79.15% (33.6 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:8d3f50e0983dfb4b784404489d829814a5a3276593dc6d0afdb7a01a2396aa2d - 0.0% (827 Bytes)
[#005] sha256:3799655346469ba694b031983a27cbdf2d2df876b82a85bafb440fa6a0c60ff7 - 0.0% (405 Bytes)
[#006] sha256:0d3aa47df05d3eefc788e594738430762972026d16796c565ab8218644c66552 - 0.0% (822 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#009] sha256:4b68cbe8cb317a32f2f336309622b1dc1f5411c1ea7c5bb443f8b6ca0e63dff7 - 13.48% (5.72 MB)
[#010] sha256:9dd90a7ba8485c88f1d28b008a56d8a2e9500cb342668d0e989affdfe3e18924 - 0.0% (246 Bytes)
[#011] sha256:c208bd88d1469e2a7afd71dd61fec40592edb62909670f941db3bf46495be7d9 - 0.0% (323 Bytes)
[#012] sha256:535327622481f58ba44bacee7ff669f5b1bd3ee686a235d5b39e50880b8b7e9f - 0.0% (408 Bytes)
[#013] sha256:8c0acde909f1f4fdc24c53ab55542bb210b2228649fde8fe6876189887f624fb - 0.0% (319 Bytes)
ADD alpine-minirootfs-3.23.2-armv7.tar.gz / # buildkit
2025-12-18 00:12:23 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-01-19 23:39:16 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Alpine Base Image org.opencontainers.image.description=Docker Images for Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/alpine org.opencontainers.image.base.name=snowdreamtech/alpine:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/alpine org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=3.23.2 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-01-19 23:39:16 UTC (buildkit.dockerfile.v0)USER root
2026-01-19 23:39:16 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-01-19 23:39:16 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-01-19 23:39:16 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-01-19 23:39:33 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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache 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-01-19 23:39:49 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-01-19 23:39:49 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-01-19 23:39:50 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-01-19 23:39:50 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-01-19 23:39:50 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:27:17 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.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-03-27 13:27:17 UTC (buildkit.dockerfile.v0)USER root
2026-03-27 13:27:17 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-03-27 13:27:17 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-03-27 13:27:17 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-03-27 13:27:17 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-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-03-27 13:32:44 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-03-27 13:32:44 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-03-27 13:32:44 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-03-27 13:32:44 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:32:44 UTC
45.6 MB
0
DEBUGfalse
KEEPALIVE0
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:f6b4fb9446345fcad2db26eac181fef6c0a919c8a4fcccd3bea5deb7f6dff67e - 8.78% (4 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:9eaaa75b62137344c7f957651f1016c3cce9a107b0bb9dc983bddabf64bc9ea9 - 79.14% (36.1 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:f2faa5b27944cf19c83d0c0fa9fdae78c520ff142fc23ccc662a7c2848c96cc9 - 0.0% (824 Bytes)
[#005] sha256:eaed8f81ad3fc6a8c3870d0bee26940e7a8c3540a2f39e90a268357685345885 - 0.0% (403 Bytes)
[#006] sha256:47b76336b1cb4867212fb0f5ebda4878407634b27c67d3e6187ece5728c69003 - 0.0% (820 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#009] sha256:fc8f4e65800b354eab6235a4fd96df7f3365863d3508aa698228b3e5248a6b29 - 12.07% (5.5 MB)
[#010] sha256:9757a1b2ca8100d7035786f76859d433578faf1b8925d6f124aea7092b460789 - 0.0% (243 Bytes)
[#011] sha256:9410efd584696988e5ad84c4f037662e3d18c96ed78a31f94b5e99ab62f9d774 - 0.0% (321 Bytes)
[#012] sha256:46ab86b9bcddb3e7cb00cebb327711ad650627ce4b3e6c5a2a8ded183a9359fd - 0.0% (406 Bytes)
[#013] sha256:a16a02f2ca02e56901acce4ac739c4e47a2ce490453430e3a796ea40f15a0939 - 0.0% (318 Bytes)
ADD alpine-minirootfs-3.23.2-aarch64.tar.gz / # buildkit
2025-12-18 00:12:28 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Alpine Base Image org.opencontainers.image.description=Docker Images for Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/alpine org.opencontainers.image.base.name=snowdreamtech/alpine:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/alpine org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=3.23.2 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)USER root
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-01-19 23:39:30 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-01-19 23:39:30 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-01-19 23:40:01 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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache 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-01-19 23:40:01 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-01-19 23:40:01 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-01-19 23:40:01 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-01-19 23:40:01 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-01-19 23:40:01 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:27:15 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.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-03-27 13:27:15 UTC (buildkit.dockerfile.v0)USER root
2026-03-27 13:27:15 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-03-27 13:27:15 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-03-27 13:27:15 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-03-27 13:27:15 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-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-03-27 13:32:44 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-03-27 13:32:44 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-03-27 13:32:44 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-03-27 13:32:44 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:32:44 UTC
46 MB
0
DEBUGfalse
KEEPALIVE0
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:2dbbc2b20d556edcc853ddf744c4b2e946f16fba62ed0f0c4526533fdaa56e3b - 7.94% (3.65 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:b0ed8e82b9ff880719bf84fe3edfbf3c245f008c25113fec11d8eaab537d4b4c - 80.05% (36.8 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:327273c079d4d9cee29dbef4c7a5f3a1d8efa9f9fc272641da954638f93e9463 - 0.0% (824 Bytes)
[#005] sha256:e21333432ffc58607993b33e145d9a3bde619dcd2811616a997e52cfbca98094 - 0.0% (402 Bytes)
[#006] sha256:89ba6bfe91deb04c054c5c665b281190731aa6395a265005999e27255e7072e3 - 0.0% (820 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#009] sha256:e965337ea613993ab3358f16aca5a68d55343dc720bcfaaf4e27ddc5c38b1108 - 12.0% (5.52 MB)
[#010] sha256:00b00eb4cdd359d45d92152ac54e93424885b7e429bc97e35276ab0f8cb80d45 - 0.0% (246 Bytes)
[#011] sha256:edccb11483caa6ca4e7655d0b8f97a69d83def377b2a516c0bdc062d59cf9f9f - 0.0% (323 Bytes)
[#012] sha256:c7c7cdbf4ae93d76411f445caf833a0c3e6fedc287794fb7b38a4372a5ceeb65 - 0.0% (406 Bytes)
[#013] sha256:425c1085e255be9312531a315b67f897d228a5f901b7d7341a8b6f6d07641cc4 - 0.0% (318 Bytes)
ADD alpine-minirootfs-3.23.2-ppc64le.tar.gz / # buildkit
2025-12-18 00:11:34 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Alpine Base Image org.opencontainers.image.description=Docker Images for Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/alpine org.opencontainers.image.base.name=snowdreamtech/alpine:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/alpine org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=3.23.2 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)USER root
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-01-19 23:39:30 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-01-19 23:39:30 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-01-19 23:39:49 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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache 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-01-19 23:39:49 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-01-19 23:39:49 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-01-19 23:39:50 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-01-19 23:39:50 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-01-19 23:39:50 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:27:17 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.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-03-27 13:27:17 UTC (buildkit.dockerfile.v0)USER root
2026-03-27 13:27:17 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-03-27 13:27:17 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-03-27 13:27:17 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-03-27 13:27:17 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-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-03-27 13:32:44 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-03-27 13:32:44 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-03-27 13:32:44 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:32:44 UTC
44.3 MB
0
DEBUGfalse
KEEPALIVE0
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:b4b94acc94b4406ae94f444e29a6c06ae16918e74a98367370cf7529ea8d988c - 7.71% (3.42 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:9f4b1d81164e22ce1f39a0febdb1acd43d77376f14bef672331a2f914cf4e2ee - 79.49% (35.2 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:d418c9b074c46f6933c2a1b012f86f1601855515430506b00da47362586a4d7e - 0.0% (827 Bytes)
[#005] sha256:c9cbef58f0728233e05b3fcd1ff43af4130ab575a64afbbdd0ca77ac9d2b97a3 - 0.0% (403 Bytes)
[#006] sha256:b7de683ceee5ad471a5078de4cf5d6fed13ffdecca48e01a5931c4a0aeadb2a0 - 0.0% (821 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#009] sha256:9cec03453fedbb2fae1880f0461e566bdc5d456e988b5558d6c08e134048cc46 - 12.8% (5.67 MB)
[#010] sha256:22f0f29b9e03038373c0b0d414338cde186b33665b9fbfdcad7a87513f5208a5 - 0.0% (247 Bytes)
[#011] sha256:8b3d2268191b0326f46cf42b76b21e9104b7eea3e421953b0fe50fef3d64b069 - 0.0% (322 Bytes)
[#012] sha256:4e8438f7bc1528a963d55ba56ecb3ac7d19fa147a061a5dc6e65ea4a86f4f65e - 0.0% (408 Bytes)
[#013] sha256:75521854912b3336eac41e1f7c5046d34ae072fd1ec7778c1e9130bbeefc896f - 0.0% (319 Bytes)
ADD alpine-minirootfs-3.23.2-riscv64.tar.gz / # buildkit
2025-12-18 02:40:00 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Alpine Base Image org.opencontainers.image.description=Docker Images for Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/alpine org.opencontainers.image.base.name=snowdreamtech/alpine:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/alpine org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=3.23.2 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)USER root
2026-01-19 23:39:30 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-01-19 23:39:30 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-01-19 23:39:30 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-01-19 23:39: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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache 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-01-19 23:39:49 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-01-19 23:39:49 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-01-19 23:39:50 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-01-19 23:39:50 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-01-19 23:39:50 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:27:16 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.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-03-27 13:27:16 UTC (buildkit.dockerfile.v0)USER root
2026-03-27 13:27:16 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-03-27 13:27:16 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-03-27 13:27:16 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-03-27 13:27:16 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-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-03-27 13:32:43 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-03-27 13:32:44 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-03-27 13:32:44 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-03-27 13:32:44 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:32:45 UTC
45.8 MB
0
DEBUGfalse
KEEPALIVE0
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
UMASK022
USERroot
WORKDIR/root
[#000] sha256:3d8fe54ac4e72ef775998241dc95a39f582dbddd5cf822b793130a331db6726f - 7.76% (3.55 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:37c856a06a5d57ba56f8f94bc2bc45ffd12c814fc5759044ebf95425169beca7 - 79.53% (36.4 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:e2ef64207b3a12f9783b51800837492dd878384b768222790279e67ce206addf - 0.0% (827 Bytes)
[#005] sha256:2ae39d3884afca02ef9ba83ff1adc41ab01a7372b2574dc48e661aab278d5f0c - 0.0% (405 Bytes)
[#006] sha256:85091a76523c80f0cdf79e9ccb510dcbceb3ff702a1d2e73fbc896d602c47427 - 0.0% (822 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#009] sha256:55f91189012631033d319311b00801ffcebcce8f29b50ab708e743ff2b2eaacf - 12.7% (5.82 MB)
[#010] sha256:0c4a3da4967caf2e3690371fa96acdfd3390ea77cc488b3ad1ff20094e193e42 - 0.0% (246 Bytes)
[#011] sha256:1d2a90911dd43cb7aa7272bc94f6f251f7f2a5a21ba51d56ea0c398bca2908d6 - 0.0% (324 Bytes)
[#012] sha256:441a23fac19a5f336854a70a17e463e253a3134986dd02165c91f3345f703823 - 0.0% (408 Bytes)
[#013] sha256:ec6314dfe7305162fc5ae712ffb4901f632c40856bf0d5fc0659906e2b91d4f4 - 0.0% (318 Bytes)
ADD alpine-minirootfs-3.23.2-s390x.tar.gz / # buildkit
2025-12-18 00:11:56 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-01-19 23:39:16 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Snowdream Tech org.opencontainers.image.title=Alpine Base Image org.opencontainers.image.description=Docker Images for Alpine. (i386, amd64, arm32v6, arm32v7, arm64, ppc64le,riscv64, s390x) org.opencontainers.image.documentation=https://hub.docker.com/r/snowdreamtech/alpine org.opencontainers.image.base.name=snowdreamtech/alpine:latest org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/snowdreamtech/alpine org.opencontainers.image.vendor=Snowdream Tech org.opencontainers.image.version=3.23.2 org.opencontainers.image.url=https://github.com/snowdreamtech/alpine
2026-01-19 23:39:16 UTC (buildkit.dockerfile.v0)USER root
2026-01-19 23:39:16 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-01-19 23:39:16 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-01-19 23:39:16 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-01-19 23:39:42 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 echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && echo "@community https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && apk update && apk add --no-cache 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-01-19 23:39:49 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-01-19 23:39:49 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-01-19 23:39:50 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-01-19 23:39:50 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-01-19 23:39:50 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-27 13:27:16 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.0 org.opencontainers.image.url=https://github.com/snowdreamtech/frp
2026-03-27 13:27:16 UTC (buildkit.dockerfile.v0)USER root
2026-03-27 13:27:16 UTC (buildkit.dockerfile.v0)WORKDIR /root
2026-03-27 13:27:16 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-03-27 13:27:16 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-03-27 13:27:17 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-03-27 13:32:45 UTC (buildkit.dockerfile.v0)COPY /root/bin/frpc /usr/bin/ # buildkit
2026-03-27 13:32:45 UTC (buildkit.dockerfile.v0)COPY /root/conf/frpc.toml /etc/frp/ # buildkit
2026-03-27 13:32:45 UTC (buildkit.dockerfile.v0)COPY entrypoint.d /usr/local/bin/entrypoint.d # buildkit
2026-03-27 13:32:45 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2026-03-27 13:32:45 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-03-27 13:32:45 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.