mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-15 17:39:12 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a95014bef5 | ||
|
6f8c2823a3 |
@@ -1305,3 +1305,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* Add a github workflow test for root disk detection by @vadmeste in #15267
|
* Add a github workflow test for root disk detection by @vadmeste in #15267
|
||||||
* Fix tier-add help by @krisis in https://github.com/minio/mc/pull/4148
|
* Fix tier-add help by @krisis in https://github.com/minio/mc/pull/4148
|
||||||
* add mc ping command by @sinhaashish in https://github.com/minio/mc/pull/4074
|
* add mc ping command by @sinhaashish in https://github.com/minio/mc/pull/4074
|
||||||
|
|
||||||
|
[2.8.3]
|
||||||
|
* Update minio to 2022-07-15T03-44-22Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-15T03-44-22Z)
|
||||||
|
* correct RefreshCall & UnlockCall of DefaultTimeouts by @shichanglin5 in #15288
|
||||||
|
* listing: Expire object versions past expiry by @krisis in #15287
|
||||||
|
* Updating minio-go by @cniackz in #15297
|
||||||
|
* Fix site replication healing of missing buckets by @poornas in #15298
|
||||||
|
@@ -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.2",
|
"version": "2.8.3",
|
||||||
"upstreamVersion": "2022-07-13T23-29-44Z",
|
"upstreamVersion": "2022-07-15T03-44-22Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
@@ -3,7 +3,7 @@ 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-07-13T23-29-44Z
|
ARG VERSION=RELEASE.2022-07-15T03-44-22Z
|
||||||
ARG MC_VERSION=RELEASE.2022-07-11T16-16-12Z
|
ARG MC_VERSION=RELEASE.2022-07-11T16-16-12Z
|
||||||
|
|
||||||
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
|
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
|
||||||
|
Reference in New Issue
Block a user