mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-27 22:12:15 +08:00
remove unused tools
This commit is contained in:
parent
d77e58bddb
commit
01d0e85a6e
@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
|
||||
ENV BINS=openim-api
|
||||
|
||||
# Optionally build your application if needed
|
||||
RUN mage build ${BINS} check-free-memory seq || true
|
||||
RUN mage build ${BINS} || true
|
||||
|
||||
# Using Alpine Linux with Go environment for the final image
|
||||
FROM golang:1.22-alpine
|
||||
|
||||
@ -22,7 +22,7 @@ RUN go install github.com/magefile/mage@v1.15.0
|
||||
ENV BINS=openim-crontask
|
||||
|
||||
# Optionally build your application if needed
|
||||
RUN mage build ${BINS} check-free-memory seq || true
|
||||
RUN mage build ${BINS} || true
|
||||
|
||||
# Using Alpine Linux with Go environment for the final image
|
||||
FROM golang:1.22-alpine
|
||||
|
||||
@ -22,7 +22,7 @@ RUN go install github.com/magefile/mage@v1.15.0
|
||||
ENV BINS=openim-msggateway
|
||||
|
||||
# Optionally build your application if needed
|
||||
RUN mage build ${BINS} check-free-memory seq || true
|
||||
RUN mage build ${BINS} || true
|
||||
|
||||
# Using Alpine Linux with Go environment for the final image
|
||||
FROM golang:1.22-alpine
|
||||
|
||||
@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
|
||||
ENV BINS=openim-msgtransfer
|
||||
|
||||
# Optionally build your application if needed
|
||||
RUN mage build ${BINS} check-free-memory seq || true
|
||||
RUN mage build ${BINS} || true
|
||||
|
||||
# Using Alpine Linux with Go environment for the final image
|
||||
FROM golang:1.22-alpine
|
||||
|
||||
@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
|
||||
ENV BINS=openim-push
|
||||
|
||||
# Optionally build your application if needed
|
||||
RUN mage build ${BINS} check-free-memory seq || true
|
||||
RUN mage build ${BINS} || true
|
||||
|
||||
# Using Alpine Linux with Go environment for the final image
|
||||
FROM golang:1.22-alpine
|
||||
|
||||
@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
|
||||
ENV BINS=openim-rpc-auth
|
||||
|
||||
# Optionally build your application if needed
|
||||
RUN mage build ${BINS} check-free-memory seq || true
|
||||
RUN mage build ${BINS} || true
|
||||
|
||||
# Using Alpine Linux with Go environment for the final image
|
||||
FROM golang:1.22-alpine
|
||||
|
||||
@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
|
||||
ENV BINS=openim-rpc-conversation
|
||||
|
||||
# Optionally build your application if needed
|
||||
RUN mage build ${BINS} check-free-memory seq || true
|
||||
RUN mage build ${BINS} || true
|
||||
|
||||
# Using Alpine Linux with Go environment for the final image
|
||||
FROM golang:1.22-alpine
|
||||
|
||||
@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
|
||||
ENV BINS=openim-rpc-friend
|
||||
|
||||
# Optionally build your application if needed
|
||||
RUN mage build ${BINS} check-free-memory seq || true
|
||||
RUN mage build ${BINS} || true
|
||||
|
||||
# Using Alpine Linux with Go environment for the final image
|
||||
FROM golang:1.22-alpine
|
||||
|
||||
@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
|
||||
ENV BINS=openim-rpc-group
|
||||
|
||||
# Optionally build your application if needed
|
||||
RUN mage build ${BINS} check-free-memory seq || true
|
||||
RUN mage build ${BINS} || true
|
||||
|
||||
# Using Alpine Linux with Go environment for the final image
|
||||
FROM golang:1.22-alpine
|
||||
|
||||
@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
|
||||
ENV BINS=openim-rpc-msg
|
||||
|
||||
# Optionally build your application if needed
|
||||
RUN mage build ${BINS} check-free-memory seq || true
|
||||
RUN mage build ${BINS} || true
|
||||
|
||||
# Using Alpine Linux with Go environment for the final image
|
||||
FROM golang:1.22-alpine
|
||||
|
||||
@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
|
||||
ENV BINS=openim-rpc-third
|
||||
|
||||
# Optionally build your application if needed
|
||||
RUN mage build ${BINS} check-free-memory seq || true
|
||||
RUN mage build ${BINS} || true
|
||||
|
||||
# Using Alpine Linux with Go environment for the final image
|
||||
FROM golang:1.22-alpine
|
||||
|
||||
@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
|
||||
ENV BINS=openim-rpc-user
|
||||
|
||||
# Optionally build your application if needed
|
||||
RUN mage build ${BINS} check-free-memory seq || true
|
||||
RUN mage build ${BINS} || true
|
||||
|
||||
# Using Alpine Linux with Go environment for the final image
|
||||
FROM golang:1.22-alpine
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user