mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-24 22:17:35 +00:00
Added new console binary, added port to config, added default env for redirect
This commit is contained in:
@@ -3,9 +3,11 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3f
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=RELEASE.2021-07-08T01-15-01Z
|
||||
ARG VERSION=RELEASE.2021-07-08T19-43-25Z
|
||||
ARG MC_VERSION=RELEASE.2021-06-13T17-48-22Z
|
||||
|
||||
RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio
|
||||
RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio && \
|
||||
wget https://dl.min.io/client/mc/release/linux-amd64/mc.${MC_VERSION} -O /app/code/mc && chmod +x /app/code/mc
|
||||
|
||||
ADD start.sh /app/code/start.sh
|
||||
ADD minio-credentials /app/code/minio-credentials
|
||||
|
Reference in New Issue
Block a user