mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-13 16:29:13 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
2798800724 | ||
|
86f50f214c | ||
|
ffe96dcb18 | ||
|
598ac82e1b |
@@ -133,3 +133,9 @@
|
||||
[1.11.0]
|
||||
* Update minio to 2018-04-04T05-20-54Z
|
||||
|
||||
[1.12.0]
|
||||
* Update minio to 2018-04-12T23-41-09Z
|
||||
|
||||
[1.13.0]
|
||||
* Update minio to 2018-04-19T22-54-58Z
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "1.11.0",
|
||||
"version": "1.13.0",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
This app packages Minio <upstream>2018-04-04T05-20-54Z</upstream>.
|
||||
This app packages Minio <upstream>2018-04-19T22-54-58Z</upstream>.
|
||||
|
||||
Minio is a distributed object storage server built for cloud applications and devops.
|
||||
|
||||
|
@@ -2,7 +2,7 @@ FROM cloudron/base:0.10.0
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
ENV VERSION 2018-04-04T05-20-54Z
|
||||
ENV VERSION 2018-04-19T22-54-58Z
|
||||
|
||||
RUN mkdir -p /app/code \
|
||||
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \
|
||||
|
Reference in New Issue
Block a user