mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-13 08:19:12 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1a3a0f18b9 | ||
|
f8f48ee71c | ||
|
381c362e84 | ||
|
e064370467 |
@@ -1370,4 +1370,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* Update minio to 2022-08-13T21-54-44Z
|
* Update minio to 2022-08-13T21-54-44Z
|
||||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-08-13T21-54-44Z)
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-08-13T21-54-44Z)
|
||||||
|
|
||||||
|
[2.9.0]
|
||||||
|
* Update minio to 2022-08-22T23-53-06Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-08-22T23-53-06Z)
|
||||||
|
* Versioning now supports Idempotent delete markers #15521
|
||||||
|
* Disk IO statistics is now available as real-time monitoring via mc #15512
|
||||||
|
* Replication now more accurately tracks failed replication events #15556
|
||||||
|
|
||||||
|
[2.9.1]
|
||||||
|
* Update minio to 2022-08-25T07-17-05Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-08-25T07-17-05Z)
|
||||||
|
@@ -5,8 +5,8 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "2.8.12",
|
"version": "2.9.1",
|
||||||
"upstreamVersion": "2022-08-13T21-54-44Z",
|
"upstreamVersion": "2022-08-25T07-17-05Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
@@ -3,8 +3,8 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2022-08-13T21-54-44Z
|
ARG VERSION=RELEASE.2022-08-25T07-17-05Z
|
||||||
ARG MC_VERSION=RELEASE.2022-08-11T00-30-48Z
|
ARG MC_VERSION=RELEASE.2022-08-23T05-45-20Z
|
||||||
|
|
||||||
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
|
# 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
|
RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio
|
||||||
|
Reference in New Issue
Block a user