Updated to 2017-03-16T21-50-32Z
This commit is contained in:
parent
d82a5dfef3
commit
89b872c1c8
|
@ -13,3 +13,6 @@
|
|||
|
||||
[0.2.2]
|
||||
* New base image 0.10.0
|
||||
|
||||
[0.2.3]
|
||||
* Updated to 2017-03-16T21-50-32Z
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Minio 2017-01-25T03-14-52Z.
|
||||
This app packages Minio.
|
||||
|
||||
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-02-16T01-47-30Z
|
||||
ENV VERSION 2017-03-16T21-50-32Z
|
||||
|
||||
RUN mkdir -p /app/code \
|
||||
&& wget https://dl.minio.io/server/minio/release/linux-amd64/archive/minio.RELEASE.${VERSION} -O /app/code/minio \
|
||||
|
|
Loading…
Reference in New Issue