1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-15 09:29:11 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
d1798f7964 Version 1.9.0 2018-03-19 09:55:45 -07:00
Girish Ramakrishnan
8870033cd0 Update Minio to 2018-03-16T22-52-12Z 2018-03-19 09:29:02 -07:00
4 changed files with 9 additions and 3 deletions

View File

@@ -108,3 +108,9 @@
* Handle incoming proxy requests ip, scheme (#5591) * Handle incoming proxy requests ip, scheme (#5591)
* Make sure to filter out internal metadata (#5601) * Make sure to filter out internal metadata (#5601)
* Use toAPIErrorCode in HeadObject handler when decrypting request fails (#5600) * Use toAPIErrorCode in HeadObject handler when decrypting request fails (#5600)
[1.9.0]
* Update minio to 2018-03-16T22-52-12Z
* Fixes a regression in Heal() implementation due to lock contention.
* Major cleanup of notification sub-system.

View File

@@ -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.8.0", "version": "1.9.0",
"healthCheckPath": "/minio/login", "healthCheckPath": "/minio/login",
"httpPort": 8000, "httpPort": 8000,
"addons": { "addons": {

View File

@@ -1,4 +1,4 @@
This app packages Minio <upstream>2018-03-12T21-25-28Z</upstream>. This app packages Minio <upstream>2018-03-16T22-52-12Z</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.

View File

@@ -2,7 +2,7 @@ FROM cloudron/base:0.10.0
EXPOSE 8000 EXPOSE 8000
ENV VERSION 2018-03-12T21-25-28Z ENV VERSION 2018-03-16T22-52-12Z
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 \