Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
snowdream committed Sep 23, 2024
1 parent fbcbca1 commit dc71768
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions debian/frpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ FROM snowdreamtech/debian:12.7.0

# OCI annotations to image
LABEL org.opencontainers.image.authors="Snowdream Tech" \
org.opencontainers.image.title="Frpc Image Based On Debian" \
org.opencontainers.image.description="Docker Images for Frpc On Debian. (i386,amd64,arm32v5,arm32v7,arm64,mips64le,ppc64le,s390x)" \
org.opencontainers.image.documentation="https://hub.docker.com/r/snowdreamtech/frpc" \
org.opencontainers.image.base.name="snowdreamtech/frpc:debian" \
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.60.0" \
org.opencontainers.image.url="https://github.com/snowdreamtech/frp"
org.opencontainers.image.title="Frpc Image Based On Debian" \
org.opencontainers.image.description="Docker Images for Frpc On Debian. (i386,amd64,arm32v5,arm32v7,arm64,mips64le,ppc64le,s390x)" \
org.opencontainers.image.documentation="https://hub.docker.com/r/snowdreamtech/frpc" \
org.opencontainers.image.base.name="snowdreamtech/frpc:debian" \
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.60.0" \
org.opencontainers.image.url="https://github.com/snowdreamtech/frp"

COPY --from=builder /workspace/bin/frpc /usr/bin/
COPY --from=builder /workspace/conf/frpc.toml /etc/frp/
Expand Down
18 changes: 9 additions & 9 deletions debian/frps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ FROM snowdreamtech/debian:12.7.0

# OCI annotations to image
LABEL org.opencontainers.image.authors="Snowdream Tech" \
org.opencontainers.image.title="Frps Image Based On Debian" \
org.opencontainers.image.description="Docker Images for Frps On Debian. (i386,amd64,arm32v5,arm32v7,arm64,mips64le,ppc64le,s390x)" \
org.opencontainers.image.documentation="https://hub.docker.com/r/snowdreamtech/frps" \
org.opencontainers.image.base.name="snowdreamtech/frps:debian" \
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.60.0" \
org.opencontainers.image.url="https://github.com/snowdreamtech/frp"
org.opencontainers.image.title="Frps Image Based On Debian" \
org.opencontainers.image.description="Docker Images for Frps On Debian. (i386,amd64,arm32v5,arm32v7,arm64,mips64le,ppc64le,s390x)" \
org.opencontainers.image.documentation="https://hub.docker.com/r/snowdreamtech/frps" \
org.opencontainers.image.base.name="snowdreamtech/frps:debian" \
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.60.0" \
org.opencontainers.image.url="https://github.com/snowdreamtech/frp"

COPY --from=builder /workspace/bin/frps /usr/bin/
COPY --from=builder /workspace/conf/frps.toml /etc/frp/
Expand Down

0 comments on commit dc71768

Please sign in to comment.