mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-13 00:15:40 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
179628163f | ||
|
dfcab10abe |
@@ -1067,3 +1067,8 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* Update minio to 2022-03-14T18-25-24Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-03-14T18-25-24Z)
|
||||
|
||||
[2.4.3]
|
||||
* Update minio to 2022-03-17T06-34-49Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-03-17T06-34-49Z)
|
||||
|
||||
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.4.2",
|
||||
"upstreamVersion": "2022-03-14T18-25-24Z",
|
||||
"version": "2.4.3",
|
||||
"upstreamVersion": "2022-03-17T06-34-49Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"httpPorts": {
|
||||
|
@@ -3,8 +3,8 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=RELEASE.2022-03-14T18-25-24Z
|
||||
ARG MC_VERSION=RELEASE.2022-03-13T22-34-00Z
|
||||
ARG VERSION=RELEASE.2022-03-17T06-34-49Z
|
||||
ARG MC_VERSION=RELEASE.2022-03-17T07-21-29Z
|
||||
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user