mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-13 16:29:13 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1b03bf232f | ||
|
9d08c703e9 |
@@ -28,3 +28,7 @@
|
|||||||
|
|
||||||
[0.2.7]
|
[0.2.7]
|
||||||
* Updated to 2017-06-13T19-01-01Z
|
* Updated to 2017-06-13T19-01-01Z
|
||||||
|
|
||||||
|
[0.3.0]
|
||||||
|
* Update to 2017-07-24T18-27-35Z
|
||||||
|
|
||||||
|
@@ -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": "0.2.7",
|
"version": "0.3.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
This app packages Minio <upstream>2017-06-13T19-01-01Z</upstream>.
|
This app packages Minio <upstream>2017-07-24T18-27-35Z</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.
|
||||||
|
|
||||||
|
@@ -3,10 +3,10 @@ MAINTAINER Minio Developers <support@cloudron.io>
|
|||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
ENV VERSION 2017-06-13T19-01-01Z
|
ENV VERSION 2017-07-24T18-27-35Z
|
||||||
|
|
||||||
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/archive/minio.RELEASE.${VERSION} -O /app/code/minio \
|
||||||
&& chmod +x /app/code/minio
|
&& chmod +x /app/code/minio
|
||||||
|
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
Reference in New Issue
Block a user