update pkg source.

pull/2919/head
Monet Lee 10 months ago
parent ca5a9f99d2
commit 84c8c0e967

@ -43,7 +43,7 @@ COPY --from=builder $SERVER_DIR/start-config.yml $SERVER_DIR/
COPY --from=builder $SERVER_DIR/go.mod $SERVER_DIR/
COPY --from=builder $SERVER_DIR/go.sum $SERVER_DIR/
RUN go get github.com/mo3et/openim-gomake@v0.0.18
RUN go get github.com/openimsdk/openim-gomake@0.0.15-alpha.1
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

@ -54,7 +54,7 @@ RUN echo -e "serviceBinaries:\n openim-api: 1 \n" \
echo -e "toolBinaries:\n - check-free-memory\n - seq\n" >> $SERVER_DIR/start-config.yml && \
echo "maxFileDescriptors: 10000" >> $SERVER_DIR/start-config.yml
RUN go get github.com/mo3et/openim-gomake@v0.0.74
RUN go get github.com/openimsdk/openim-gomake@0.0.15-alpha.1
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

@ -54,7 +54,7 @@ RUN echo -e "serviceBinaries:\n openim-crontask: 1 \n" \
echo -e "toolBinaries:\n - check-free-memory\n - seq\n" >> $SERVER_DIR/start-config.yml && \
echo "maxFileDescriptors: 10000" >> $SERVER_DIR/start-config.yml
RUN go get github.com/mo3et/openim-gomake@v0.0.74
RUN go get github.com/openimsdk/openim-gomake@0.0.15-alpha.1
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

@ -54,7 +54,7 @@ RUN echo -e "serviceBinaries:\n openim-msggateway: 1 \n" \
echo -e "toolBinaries:\n - check-free-memory\n - seq\n" >> $SERVER_DIR/start-config.yml && \
echo "maxFileDescriptors: 10000" >> $SERVER_DIR/start-config.yml
RUN go get github.com/mo3et/openim-gomake@v0.0.74
RUN go get github.com/openimsdk/openim-gomake@0.0.15-alpha.1
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

@ -54,7 +54,7 @@ RUN echo -e "serviceBinaries:\n openim-msgtransfer: 1 \n" \
echo -e "toolBinaries:\n - check-free-memory\n - seq\n" >> $SERVER_DIR/start-config.yml && \
echo "maxFileDescriptors: 10000" >> $SERVER_DIR/start-config.yml
RUN go get github.com/mo3et/openim-gomake@v0.0.74
RUN go get github.com/openimsdk/openim-gomake@0.0.15-alpha.1
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

@ -54,7 +54,7 @@ RUN echo -e "serviceBinaries:\n openim-push: 1 \n" \
echo -e "toolBinaries:\n - check-free-memory\n - seq\n" >> $SERVER_DIR/start-config.yml && \
echo "maxFileDescriptors: 10000" >> $SERVER_DIR/start-config.yml
RUN go get github.com/mo3et/openim-gomake@v0.0.74
RUN go get github.com/openimsdk/openim-gomake@0.0.15-alpha.1
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

@ -54,7 +54,7 @@ RUN echo -e "serviceBinaries:\n openim-rpc-auth: 1 \n" \
echo -e "toolBinaries:\n - check-free-memory\n - seq\n" >> $SERVER_DIR/start-config.yml && \
echo "maxFileDescriptors: 10000" >> $SERVER_DIR/start-config.yml
RUN go get github.com/mo3et/openim-gomake@v0.0.74
RUN go get github.com/openimsdk/openim-gomake@0.0.15-alpha.1
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

@ -54,7 +54,7 @@ RUN echo -e "serviceBinaries:\n openim-rpc-conversation: 1 \n" \
echo -e "toolBinaries:\n - check-free-memory\n - seq\n" >> $SERVER_DIR/start-config.yml && \
echo "maxFileDescriptors: 10000" >> $SERVER_DIR/start-config.yml
RUN go get github.com/mo3et/openim-gomake@v0.0.74
RUN go get github.com/openimsdk/openim-gomake@0.0.15-alpha.1
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

@ -54,7 +54,7 @@ RUN echo -e "serviceBinaries:\n openim-rpc-friend: 1 \n" \
echo -e "toolBinaries:\n - check-free-memory\n - seq\n" >> $SERVER_DIR/start-config.yml && \
echo "maxFileDescriptors: 10000" >> $SERVER_DIR/start-config.yml
RUN go get github.com/mo3et/openim-gomake@v0.0.74
RUN go get github.com/openimsdk/openim-gomake@0.0.15-alpha.1
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

@ -54,7 +54,7 @@ RUN echo -e "serviceBinaries:\n openim-rpc-group: 1 \n" \
echo -e "toolBinaries:\n - check-free-memory\n - seq\n" >> $SERVER_DIR/start-config.yml && \
echo "maxFileDescriptors: 10000" >> $SERVER_DIR/start-config.yml
RUN go get github.com/mo3et/openim-gomake@v0.0.74
RUN go get github.com/openimsdk/openim-gomake@0.0.15-alpha.1
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

@ -54,7 +54,7 @@ RUN echo -e "serviceBinaries:\n openim-rpc-msg: 1 \n" \
echo -e "toolBinaries:\n - check-free-memory\n - seq\n" >> $SERVER_DIR/start-config.yml && \
echo "maxFileDescriptors: 10000" >> $SERVER_DIR/start-config.yml
RUN go get github.com/mo3et/openim-gomake@v0.0.74
RUN go get github.com/openimsdk/openim-gomake@0.0.15-alpha.1
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

@ -54,7 +54,7 @@ RUN echo -e "serviceBinaries:\n openim-rpc-third: 1 \n" \
echo -e "toolBinaries:\n - check-free-memory\n - seq\n" >> $SERVER_DIR/start-config.yml && \
echo "maxFileDescriptors: 10000" >> $SERVER_DIR/start-config.yml
RUN go get github.com/mo3et/openim-gomake@v0.0.74
RUN go get github.com/openimsdk/openim-gomake@0.0.15-alpha.1
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

@ -54,7 +54,7 @@ RUN echo -e "serviceBinaries:\n openim-rpc-user: 1 \n" \
echo -e "toolBinaries:\n - check-free-memory\n - seq\n" >> $SERVER_DIR/start-config.yml && \
echo "maxFileDescriptors: 10000" >> $SERVER_DIR/start-config.yml
RUN go get github.com/mo3et/openim-gomake@v0.0.74
RUN go get github.com/openimsdk/openim-gomake@0.0.15-alpha.1
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

@ -105,7 +105,7 @@ RUN echo -e "serviceBinaries:\n \n" \
echo -e "toolBinaries:\n - check-free-memory\n - seq\n" >> $SERVER_DIR/start-config.yml && \
echo "maxFileDescriptors: 10000" >> $SERVER_DIR/start-config.yml
RUN go get github.com/mo3et/openim-gomake@v0.0.74
RUN go get github.com/openimsdk/openim-gomake@0.0.15-alpha.1
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

Loading…
Cancel
Save