Version 1.3.0
This commit is contained in:
parent
6bfe0bb79d
commit
fe319108a5
|
@ -42,3 +42,5 @@
|
||||||
[1.2.0]
|
[1.2.0]
|
||||||
* Update to 2017-10-27T18-59-02Z
|
* Update to 2017-10-27T18-59-02Z
|
||||||
|
|
||||||
|
[1.3.0]
|
||||||
|
* Update to 2017-11-22T19-55-46Z
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -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.
|
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
|
EXPOSE 8000
|
||||||
|
|
||||||
ENV VERSION 2017-10-27T18-59-02Z
|
ENV VERSION 2017-11-22T19-55-46Z
|
||||||
|
|
||||||
RUN mkdir -p /app/code \
|
RUN mkdir -p /app/code \
|
||||||
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \
|
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \
|
||||||
|
|
Loading…
Reference in New Issue