mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
fix: dockerfile path
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
60b40b3ded
commit
809c2bd55c
@ -490,18 +490,14 @@ release:
|
|||||||
|
|
||||||
## Helping out
|
## Helping out
|
||||||
|
|
||||||
We release logs are recorded on [✨ CHANGELOG](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/CHANGELOG/CHANGELOG.md)--config_folder_path
|
+ We release logs are recorded on [✨CHANGELOG](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/CHANGELOG/CHANGELOG.md)
|
||||||
|
|
||||||
For information on versions of OpenIM and how to maintain branches, read [📚this article](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/docs/conversions/version.md)
|
+ For information on versions of OpenIM and how to maintain branches, read [📚this article](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/docs/conversions/version.md)
|
||||||
|
|
||||||
This release is only possible thanks to **all** the support of some **awesome people**!
|
+ If you wish to use mirroring, read OpenIM's [image management policy](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/docs/conversions/images.md)
|
||||||
|
|
||||||
If you wish to use mirroring, read OpenIM's [image management policy](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/docs/conversions/images.md)
|
|
||||||
|
|
||||||
**Want to be one of them 😘?**
|
**Want to be one of them 😘?**
|
||||||
|
|
||||||
Contributions to this project are welcome! Please see [CONTRIBUTING.md](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/CONTRIBUTING.md) for details.
|
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/kubbot" style="float: left; margin-right: 10px;">
|
<a href="https://github.com/kubbot" style="float: left; margin-right: 10px;">
|
||||||
<img src="https://github.com/openimbot/openimbot/blob/main/assets/icon/blue%E9%80%8F%E6%98%8E.png" width="50" height="50" />
|
<img src="https://github.com/openimbot/openimbot/blob/main/assets/icon/blue%E9%80%8F%E6%98%8E.png" width="50" height="50" />
|
||||||
@ -514,6 +510,11 @@ release:
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
> @openimbot and @kubbot have made great contributions to the community as community 🤖robots(@openimsdk/bot), respectively.
|
||||||
|
> Thanks to the @openimsdk/openim team for all their hard work on this release.
|
||||||
|
> Thank you to all the [💕developers and contributors](https://github.com/OpenIMSDK/Open-IM-Server/graphs/contributors), people from all over the world, OpenIM brings us together
|
||||||
|
> Contributions to this project are welcome! Please see [CONTRIBUTING.md](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/CONTRIBUTING.md) for details.
|
||||||
|
|
||||||
## Get Involved with OpenIM!
|
## Get Involved with OpenIM!
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ FROM ghcr.io/openim-sigs/openim-bash-image:latest
|
|||||||
WORKDIR ${CHAT_WORKDIR}
|
WORKDIR ${CHAT_WORKDIR}
|
||||||
|
|
||||||
COPY --from=builder ${OPENIM_CHAT_BINDIR}/open_im_admin_api /openim/openim-chat/bin/open_im_admin_api
|
COPY --from=builder ${OPENIM_CHAT_BINDIR}/open_im_admin_api /openim/openim-chat/bin/open_im_admin_api
|
||||||
COPY --from=builder ${OPENIM_CHAT_CONFIG_NAME} /openim/openim-chat/config/config.yaml
|
COPY --from=builder ${OPENIM_CHAT_CONFIG_NAME} /openim/openim-server/config/config.yaml
|
||||||
|
|
||||||
env PORT=10002
|
env PORT=10002
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
WORKDIR /Open-IM-Server/bin
|
WORKDIR /openim/openim-server/bin
|
||||||
|
|
||||||
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||||
&&apt-get install net-tools
|
&&apt-get install net-tools
|
||||||
@ -27,6 +27,6 @@ RUN apt-get -qq update \
|
|||||||
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
||||||
COPY ./openim-api ./
|
COPY ./openim-api ./
|
||||||
|
|
||||||
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
|
VOLUME ["/openim/openim-server/logs","/openim/openim-server/config"]
|
||||||
|
|
||||||
CMD ["./openim-api","--port", "10002"]
|
CMD ["./openim-api","--port", "10002"]
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
WORKDIR /Open-IM-Server/bin
|
WORKDIR /openim/openim-server/bin
|
||||||
|
|
||||||
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||||
&&apt-get install net-tools
|
&&apt-get install net-tools
|
||||||
@ -27,6 +27,6 @@ RUN apt-get -qq update \
|
|||||||
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
||||||
COPY ./openim-crontask ./
|
COPY ./openim-crontask ./
|
||||||
|
|
||||||
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
|
VOLUME ["/openim/openim-server/logs","/openim/openim-server/config"]
|
||||||
|
|
||||||
CMD ["./openim-crontask"]
|
CMD ["./openim-crontask"]
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
WORKDIR /Open-IM-Server/bin
|
WORKDIR /openim/openim-server/bin
|
||||||
|
|
||||||
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||||
&&apt-get install net-tools
|
&&apt-get install net-tools
|
||||||
@ -27,6 +27,6 @@ RUN apt-get -qq update \
|
|||||||
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
||||||
COPY ./openim-rpc-msg_gateway ./
|
COPY ./openim-rpc-msg_gateway ./
|
||||||
|
|
||||||
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
|
VOLUME ["/openim/openim-server/logs","/openim/openim-server/config"]
|
||||||
|
|
||||||
CMD ["./openim-rpc-msg_gateway","--port", "10140" "--ws_port", "10001", "--prometheus_port", "20240"]
|
CMD ["./openim-rpc-msg_gateway","--port", "10140" "--ws_port", "10001", "--prometheus_port", "20240"]
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
WORKDIR /Open-IM-Server/bin
|
WORKDIR /openim/openim-server/bin
|
||||||
|
|
||||||
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||||
&&apt-get install net-tools
|
&&apt-get install net-tools
|
||||||
@ -27,6 +27,6 @@ RUN apt-get -qq update \
|
|||||||
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
||||||
COPY ./openim-msgtransfer ./
|
COPY ./openim-msgtransfer ./
|
||||||
|
|
||||||
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
|
VOLUME ["/openim/openim-server/logs","/openim/openim-server/config"]
|
||||||
|
|
||||||
CMD ["./openim-msgtransfer","--prometheus_port", "21400"]
|
CMD ["./openim-msgtransfer","--prometheus_port", "21400"]
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
WORKDIR /Open-IM-Server/bin
|
WORKDIR /openim/openim-server/bin
|
||||||
|
|
||||||
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||||
&&apt-get install net-tools
|
&&apt-get install net-tools
|
||||||
@ -27,6 +27,6 @@ RUN apt-get -qq update \
|
|||||||
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
||||||
COPY ./openim-push ./
|
COPY ./openim-push ./
|
||||||
|
|
||||||
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
|
VOLUME ["/openim/openim-server/logs","/openim/openim-server/config"]
|
||||||
|
|
||||||
CMD ["./openim-push", "--port", "10170", "--prometheus_port", "20170"]
|
CMD ["./openim-push", "--port", "10170", "--prometheus_port", "20170"]
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
WORKDIR /Open-IM-Server/bin
|
WORKDIR /openim/openim-server/bin
|
||||||
|
|
||||||
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||||
&&apt-get install net-tools
|
&&apt-get install net-tools
|
||||||
@ -27,6 +27,6 @@ RUN apt-get -qq update \
|
|||||||
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
||||||
COPY ./openim-rpc-auth ./
|
COPY ./openim-rpc-auth ./
|
||||||
|
|
||||||
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
|
VOLUME ["/openim/openim-server/logs","/openim/openim-server/config"]
|
||||||
|
|
||||||
CMD ["./openim-rpc-auth", "--port", "10160"]
|
CMD ["./openim-rpc-auth", "--port", "10160"]
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
WORKDIR /Open-IM-Server/bin
|
WORKDIR /openim/openim-server/bin
|
||||||
|
|
||||||
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||||
&&apt-get install net-tools
|
&&apt-get install net-tools
|
||||||
@ -27,6 +27,6 @@ RUN apt-get -qq update \
|
|||||||
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
||||||
COPY ./openim-rpc-conversation ./
|
COPY ./openim-rpc-conversation ./
|
||||||
|
|
||||||
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
|
VOLUME ["/openim/openim-server/logs","/openim/openim-server/config"]
|
||||||
|
|
||||||
CMD ["./openim-rpc-conversation", "--port", "10230", "--prometheus_port","20230"]
|
CMD ["./openim-rpc-conversation", "--port", "10230", "--prometheus_port","20230"]
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
WORKDIR /Open-IM-Server/bin
|
WORKDIR /openim/openim-server/bin
|
||||||
|
|
||||||
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||||
&&apt-get install net-tools
|
&&apt-get install net-tools
|
||||||
@ -27,6 +27,6 @@ RUN apt-get -qq update \
|
|||||||
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
||||||
COPY ./openim-rpc-friend ./
|
COPY ./openim-rpc-friend ./
|
||||||
|
|
||||||
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
|
VOLUME ["/openim/openim-server/logs","/openim/openim-server/config"]
|
||||||
|
|
||||||
CMD ["./openim-rpc-friend", "--port", "10120", "--prometheus_port","20120"]
|
CMD ["./openim-rpc-friend", "--port", "10120", "--prometheus_port","20120"]
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
WORKDIR /Open-IM-Server/bin
|
WORKDIR /openim/openim-server/bin
|
||||||
|
|
||||||
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||||
&&apt-get install net-tools
|
&&apt-get install net-tools
|
||||||
@ -27,6 +27,6 @@ RUN apt-get -qq update \
|
|||||||
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
||||||
COPY ./openim-rpc-group ./
|
COPY ./openim-rpc-group ./
|
||||||
|
|
||||||
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
|
VOLUME ["/openim/openim-server/logs","/openim/openim-server/config"]
|
||||||
|
|
||||||
CMD ["./openim-rpc-group", "--port", "10150", "--prometheus_port","20150"]
|
CMD ["./openim-rpc-group", "--port", "10150", "--prometheus_port","20150"]
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
WORKDIR /Open-IM-Server/bin
|
WORKDIR /openim/openim-server/bin
|
||||||
|
|
||||||
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||||
&&apt-get install net-tools
|
&&apt-get install net-tools
|
||||||
@ -27,6 +27,6 @@ RUN apt-get -qq update \
|
|||||||
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
||||||
COPY ./openim-rpc-msg ./
|
COPY ./openim-rpc-msg ./
|
||||||
|
|
||||||
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
|
VOLUME ["/openim/openim-server/logs","/openim/openim-server/config"]
|
||||||
|
|
||||||
CMD ["./openim-rpc-msg", "--port", "10130", "--prometheus_port","20130"]
|
CMD ["./openim-rpc-msg", "--port", "10130", "--prometheus_port","20130"]
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
WORKDIR /Open-IM-Server/bin
|
WORKDIR /openim/openim-server/bin
|
||||||
|
|
||||||
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||||
&&apt-get install net-tools
|
&&apt-get install net-tools
|
||||||
@ -27,6 +27,6 @@ RUN apt-get -qq update \
|
|||||||
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
||||||
COPY ./openim-rpc-third ./
|
COPY ./openim-rpc-third ./
|
||||||
|
|
||||||
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
|
VOLUME ["/openim/openim-server/logs","/openim/openim-server/config"]
|
||||||
|
|
||||||
CMD ["./openim-rpc-third", "--port", "10200"]
|
CMD ["./openim-rpc-third", "--port", "10200"]
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
WORKDIR /Open-IM-Server/bin
|
WORKDIR /openim/openim-server/bin
|
||||||
|
|
||||||
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||||
&&apt-get install net-tools
|
&&apt-get install net-tools
|
||||||
@ -27,6 +27,6 @@ RUN apt-get -qq update \
|
|||||||
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
|
||||||
COPY ./openim-rpc-user ./
|
COPY ./openim-rpc-user ./
|
||||||
|
|
||||||
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
|
VOLUME ["/openim/openim-server/logs","/openim/openim-server/config"]
|
||||||
|
|
||||||
CMD ["./openim-rpc-user", "--port", "10110"]
|
CMD ["./openim-rpc-user", "--port", "10110"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user