1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-01 23:04:59 +00:00

Version 0.2.0, fixed tests

This commit is contained in:
Dennis Schwerdel
2017-01-27 18:29:22 +01:00
parent 9cb5a0f08c
commit d770b101b0
6 changed files with 12 additions and 6 deletions

View File

@@ -3,8 +3,10 @@ MAINTAINER Minio Developers <support@cloudron.io>
EXPOSE 8000
ENV VERSION 2017-01-25T03-14-52Z
RUN mkdir -p /app/code \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2016-12-13T17-19-42Z -O /app/code/minio \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/archive/minio.RELEASE.${VERSION} -O /app/code/minio \
&& chmod +x /app/code/minio
WORKDIR /app/code