remove unused tools

pull/2920/head
Monet Lee 10 months ago
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…
Cancel
Save