Compare commits

..

No commits in common. "9d5638cae6dfecb10bff7c6d3e52625fe264fee1" and "f7a06cbe61b0eb703a65b9ebabed036ed45fe8ca" have entirely different histories.

3 changed files with 2 additions and 5 deletions

View File

@ -1,3 +1,4 @@
### Features ### Features
* `tzdata` is installed by default in the container image, and the time zone can be set using the `TZ` environment variable. * The frpc visitor command-line parameter adds the `--server-user` option to specify the username of the server-side proxy to connect to.
* Support multiple frpc instances with different subjects when using oidc authentication.

View File

@ -7,8 +7,6 @@ RUN make frpc
FROM alpine:3 FROM alpine:3
RUN apk add --no-cache tzdata
COPY --from=building /building/bin/frpc /usr/bin/frpc COPY --from=building /building/bin/frpc /usr/bin/frpc
ENTRYPOINT ["/usr/bin/frpc"] ENTRYPOINT ["/usr/bin/frpc"]

View File

@ -7,8 +7,6 @@ RUN make frps
FROM alpine:3 FROM alpine:3
RUN apk add --no-cache tzdata
COPY --from=building /building/bin/frps /usr/bin/frps COPY --from=building /building/bin/frps /usr/bin/frps
ENTRYPOINT ["/usr/bin/frps"] ENTRYPOINT ["/usr/bin/frps"]