1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-13 16:29:13 +00:00

Compare commits

..

5 Commits

Author SHA1 Message Date
Dennis Schwerdel
fe319108a5 Version 1.3.0 2017-11-26 22:59:48 +01:00
Dennis Schwerdel
6bfe0bb79d Merge branch 'master' of ssh://git.cloudron.io:6000/cloudron/minio-app 2017-11-26 22:38:24 +01:00
Dennis Schwerdel
8d5c6027c7 Merged 2017-10-04 10:19:00 +02:00
Dennis Schwerdel
83631e75e7 Merged 2017-10-04 10:18:26 +02:00
Girish Ramakrishnan
1f1caec809 Add upstream tag to description 2017-05-03 21:50:21 -07:00
4 changed files with 5 additions and 3 deletions

View File

@@ -42,3 +42,5 @@
[1.2.0]
* Update to 2017-10-27T18-59-02Z
[1.3.0]
* Update to 2017-11-22T19-55-46Z

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "1.2.0",
"version": "1.3.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {

View File

@@ -1,4 +1,4 @@
This app packages Minio <upstream>2017-10-27T18-59-02Z</upstream>.
This app packages Minio <upstream>2017-11-22T19-55-46Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.

View File

@@ -3,7 +3,7 @@ MAINTAINER Minio Developers <support@cloudron.io>
EXPOSE 8000
ENV VERSION 2017-10-27T18-59-02Z
ENV VERSION 2017-11-22T19-55-46Z
RUN mkdir -p /app/code \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \