mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-13 00:15:40 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
4dc396041e | ||
|
027524dbd3 | ||
|
4379518d6c |
@@ -16,3 +16,12 @@
|
||||
|
||||
[0.2.3]
|
||||
* Updated to 2017-03-16T21-50-32Z
|
||||
|
||||
[0.2.4]
|
||||
* Updated to 2017-04-25T01-27-49Z
|
||||
|
||||
[0.2.5]
|
||||
* Updated to 2017-04-29T00-40-27Z
|
||||
|
||||
[0.2.6]
|
||||
* Updated to 2017-05-05T01-14-51Z
|
||||
|
@@ -5,7 +5,7 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.6",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
This app packages Minio.
|
||||
This app packages Minio 2017-05-05T01-14-51Z.
|
||||
|
||||
Minio is a distributed object storage server built for cloud applications and devops.
|
||||
|
||||
|
@@ -3,7 +3,7 @@ MAINTAINER Minio Developers <support@cloudron.io>
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
ENV VERSION 2017-03-16T21-50-32Z
|
||||
ENV VERSION 2017-05-05T01-14-51Z
|
||||
|
||||
RUN mkdir -p /app/code \
|
||||
&& wget https://dl.minio.io/server/minio/release/linux-amd64/archive/minio.RELEASE.${VERSION} -O /app/code/minio \
|
||||
|
Reference in New Issue
Block a user