1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-16 10:19:21 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
251f8d18a5 Version 2.8.7 2022-07-30 11:33:54 +02:00
Girish Ramakrishnan
4174832c63 Update minio to 2022-07-30T05-21-40Z 2022-07-30 10:54:51 +02:00
3 changed files with 10 additions and 4 deletions

View File

@@ -1340,3 +1340,9 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
[2.8.6]
* Update minio to 2022-07-26T00-53-03Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-26T00-53-03Z)
[2.8.7]
* Update minio to 2022-07-30T05-21-40Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-30T05-21-40Z)

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "2.8.6",
"upstreamVersion": "2022-07-26T00-53-03Z",
"version": "2.8.7",
"upstreamVersion": "2022-07-30T05-21-40Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"httpPort": 8000,

View File

@@ -3,8 +3,8 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2022-07-26T00-53-03Z
ARG MC_VERSION=RELEASE.2022-07-24T02-25-13Z
ARG VERSION=RELEASE.2022-07-30T05-21-40Z
ARG MC_VERSION=RELEASE.2022-07-29T19-17-16Z
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio