Namespace
stilleshan
Image / Tag
frps:0.67.0
Content Digest
sha256:4f475169b76b9ac169ff120217b85b82255fe0ac7f55b8b9919457de070ad751
Details
Created

2026-01-31 07:12:19 UTC

Size

9.75 MB

Content Digest
Labels

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

Asia/Shanghai

VERSION

0.67.0


Layers

[#000] sha256:486039affc0ad0f17f473efe8fb25c947515a8929198879d1e64210ef142372f - 21.58% (2.1 MB)

[#001] sha256:af35287f940e7635f88b183ab577c3bb80ccaed11ced64a57b476eaa7be6095a - 3.71% (371 KB)

[#002] sha256:af2bf947f9a5f5cfae6464508026584b037be7d57c50a4bb300d614c3e235423 - 74.71% (7.29 MB)


History
2020-01-23 16:53:27 UTC

/bin/sh -c #(nop) ADD file:e38375b009a2e2c9be7c62364fa76d52edf2a80e42d2f52cf80dfb13d578e967 in /

2020-01-23 16:53:27 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2026-01-31 07:12:18 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Stille <[email protected]>

2026-01-31 07:12:18 UTC (buildkit.dockerfile.v0)

ENV VERSION=0.67.0

2026-01-31 07:12:18 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2026-01-31 07:12:18 UTC (buildkit.dockerfile.v0)

WORKDIR /

2026-01-31 07:12:18 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache tzdata && ln -snf /usr/share/zoneinfo/${TZ} /etc/localtime && echo ${TZ} > /etc/timezone # buildkit

2026-01-31 07:12:19 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c if [ "$(uname -m)" = "x86_64" ]; then export PLATFORM=amd64 ; elif [ "$(uname -m)" = "aarch64" ]; then export PLATFORM=arm64 ; elif [ "$(uname -m)" = "armv7" ]; then export PLATFORM=arm ; elif [ "$(uname -m)" = "armv7l" ]; then export PLATFORM=arm ; elif [ "$(uname -m)" = "armhf" ]; then export PLATFORM=arm ; fi && wget --no-check-certificate https://github.com/fatedier/frp/releases/download/v${VERSION}/frp_${VERSION}_linux_${PLATFORM}.tar.gz && tar xzf frp_${VERSION}_linux_${PLATFORM}.tar.gz && cd frp_${VERSION}_linux_${PLATFORM} && mkdir /frp && mv frps frps.toml /frp && cd .. && rm -rf *.tar.gz frp_${VERSION}_linux_${PLATFORM} # buildkit

2026-01-31 07:12:19 UTC (buildkit.dockerfile.v0)

VOLUME [/frp]

2026-01-31 07:12:19 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "/frp/frps -c /frp/frps.toml"]

Details
Created

2026-01-31 07:12:21 UTC

Size

8.96 MB

Content Digest
Labels

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

Asia/Shanghai

VERSION

0.67.0


Layers

[#000] sha256:788aef77d06ba65af872cf0c2da5b49362f6c05a5c8d1f8ceb4fd8b070e56876 - 22.36% (2 MB)

[#001] sha256:41899af648499f5fbd9099eb01f598ecd8773c53cd93528550eac5bac2e5a22e - 4.03% (369 KB)

[#002] sha256:be3357b775eeaf9e9843f308699f2c871ee3c511277580197a2ecea97dae01f5 - 73.61% (6.59 MB)


History
2020-01-23 16:55:10 UTC

/bin/sh -c #(nop) ADD file:318ca81b0e2f8b930be4b248904c0a60f0497ad722a45d1d7ac74027181fe509 in /

2020-01-23 16:55:10 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2026-01-31 07:12:19 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Stille <[email protected]>

2026-01-31 07:12:19 UTC (buildkit.dockerfile.v0)

ENV VERSION=0.67.0

2026-01-31 07:12:19 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2026-01-31 07:12:19 UTC (buildkit.dockerfile.v0)

WORKDIR /

2026-01-31 07:12:19 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache tzdata && ln -snf /usr/share/zoneinfo/${TZ} /etc/localtime && echo ${TZ} > /etc/timezone # buildkit

2026-01-31 07:12:21 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c if [ "$(uname -m)" = "x86_64" ]; then export PLATFORM=amd64 ; elif [ "$(uname -m)" = "aarch64" ]; then export PLATFORM=arm64 ; elif [ "$(uname -m)" = "armv7" ]; then export PLATFORM=arm ; elif [ "$(uname -m)" = "armv7l" ]; then export PLATFORM=arm ; elif [ "$(uname -m)" = "armhf" ]; then export PLATFORM=arm ; fi && wget --no-check-certificate https://github.com/fatedier/frp/releases/download/v${VERSION}/frp_${VERSION}_linux_${PLATFORM}.tar.gz && tar xzf frp_${VERSION}_linux_${PLATFORM}.tar.gz && cd frp_${VERSION}_linux_${PLATFORM} && mkdir /frp && mv frps frps.toml /frp && cd .. && rm -rf *.tar.gz frp_${VERSION}_linux_${PLATFORM} # buildkit

2026-01-31 07:12:21 UTC (buildkit.dockerfile.v0)

VOLUME [/frp]

2026-01-31 07:12:21 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "/frp/frps -c /frp/frps.toml"]

Danger Zone
Delete Tag

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.

Delete