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 ENV BINS=openim-api
# Optionally build your application if needed # 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 # Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine FROM golang:1.22-alpine

@ -22,7 +22,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-crontask ENV BINS=openim-crontask
# Optionally build your application if needed # 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 # Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine FROM golang:1.22-alpine

@ -22,7 +22,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-msggateway ENV BINS=openim-msggateway
# Optionally build your application if needed # 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 # Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine FROM golang:1.22-alpine

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-msgtransfer ENV BINS=openim-msgtransfer
# Optionally build your application if needed # 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 # Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine FROM golang:1.22-alpine

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-push ENV BINS=openim-push
# Optionally build your application if needed # 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 # Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine FROM golang:1.22-alpine

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-rpc-auth ENV BINS=openim-rpc-auth
# Optionally build your application if needed # 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 # Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine FROM golang:1.22-alpine

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-rpc-conversation ENV BINS=openim-rpc-conversation
# Optionally build your application if needed # 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 # Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine FROM golang:1.22-alpine

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-rpc-friend ENV BINS=openim-rpc-friend
# Optionally build your application if needed # 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 # Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine FROM golang:1.22-alpine

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-rpc-group ENV BINS=openim-rpc-group
# Optionally build your application if needed # 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 # Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine FROM golang:1.22-alpine

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-rpc-msg ENV BINS=openim-rpc-msg
# Optionally build your application if needed # 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 # Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine FROM golang:1.22-alpine

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-rpc-third ENV BINS=openim-rpc-third
# Optionally build your application if needed # 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 # Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine FROM golang:1.22-alpine

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-rpc-user ENV BINS=openim-rpc-user
# Optionally build your application if needed # 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 # Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine FROM golang:1.22-alpine

Loading…
Cancel
Save