mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-01 06:45:06 +00:00
New base image
This commit is contained in:
@@ -10,3 +10,6 @@
|
|||||||
[0.2.1]
|
[0.2.1]
|
||||||
* Updated to 2017-02-16T01-47-30Z
|
* Updated to 2017-02-16T01-47-30Z
|
||||||
* This version fixes the settings bug
|
* This version fixes the settings bug
|
||||||
|
|
||||||
|
[0.2.2]
|
||||||
|
* New base image 0.10.0
|
||||||
|
@@ -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": "0.2.1",
|
"version": "0.2.2",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM cloudron/base:0.9.0
|
FROM cloudron/base:0.10.0
|
||||||
MAINTAINER Minio Developers <support@cloudron.io>
|
MAINTAINER Minio Developers <support@cloudron.io>
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
Reference in New Issue
Block a user