diff --git a/build/images/openim-api/Dockerfile b/build/images/openim-api/Dockerfile index 62e2c9ae1..18a17e0a2 100644 --- a/build/images/openim-api/Dockerfile +++ b/build/images/openim-api/Dockerfile @@ -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 diff --git a/build/images/openim-crontask/Dockerfile b/build/images/openim-crontask/Dockerfile index 4d4607c5d..b3227a12b 100644 --- a/build/images/openim-crontask/Dockerfile +++ b/build/images/openim-crontask/Dockerfile @@ -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 diff --git a/build/images/openim-msggateway/Dockerfile b/build/images/openim-msggateway/Dockerfile index 0fe4ea830..d7ff23e76 100644 --- a/build/images/openim-msggateway/Dockerfile +++ b/build/images/openim-msggateway/Dockerfile @@ -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 diff --git a/build/images/openim-msgtransfer/Dockerfile b/build/images/openim-msgtransfer/Dockerfile index a7d097edc..fc75ade6e 100644 --- a/build/images/openim-msgtransfer/Dockerfile +++ b/build/images/openim-msgtransfer/Dockerfile @@ -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 diff --git a/build/images/openim-push/Dockerfile b/build/images/openim-push/Dockerfile index fa504db07..866d1819a 100644 --- a/build/images/openim-push/Dockerfile +++ b/build/images/openim-push/Dockerfile @@ -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 diff --git a/build/images/openim-rpc-auth/Dockerfile b/build/images/openim-rpc-auth/Dockerfile index 558153606..4e44eae7e 100644 --- a/build/images/openim-rpc-auth/Dockerfile +++ b/build/images/openim-rpc-auth/Dockerfile @@ -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 diff --git a/build/images/openim-rpc-conversation/Dockerfile b/build/images/openim-rpc-conversation/Dockerfile index 93d6bf290..75adae19f 100644 --- a/build/images/openim-rpc-conversation/Dockerfile +++ b/build/images/openim-rpc-conversation/Dockerfile @@ -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 diff --git a/build/images/openim-rpc-friend/Dockerfile b/build/images/openim-rpc-friend/Dockerfile index 3a92846c4..0dc95f436 100644 --- a/build/images/openim-rpc-friend/Dockerfile +++ b/build/images/openim-rpc-friend/Dockerfile @@ -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 diff --git a/build/images/openim-rpc-group/Dockerfile b/build/images/openim-rpc-group/Dockerfile index 0666e66b4..697ee1675 100644 --- a/build/images/openim-rpc-group/Dockerfile +++ b/build/images/openim-rpc-group/Dockerfile @@ -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 diff --git a/build/images/openim-rpc-msg/Dockerfile b/build/images/openim-rpc-msg/Dockerfile index 021732c8d..e0baaf592 100644 --- a/build/images/openim-rpc-msg/Dockerfile +++ b/build/images/openim-rpc-msg/Dockerfile @@ -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 diff --git a/build/images/openim-rpc-third/Dockerfile b/build/images/openim-rpc-third/Dockerfile index 60128bfa4..c374fdabf 100644 --- a/build/images/openim-rpc-third/Dockerfile +++ b/build/images/openim-rpc-third/Dockerfile @@ -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 diff --git a/build/images/openim-rpc-user/Dockerfile b/build/images/openim-rpc-user/Dockerfile index 99cce7ca0..573260594 100644 --- a/build/images/openim-rpc-user/Dockerfile +++ b/build/images/openim-rpc-user/Dockerfile @@ -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