mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-15 01:19:10 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
89b872c1c8 | ||
|
d82a5dfef3 | ||
|
50b82d8b57 |
@@ -10,3 +10,9 @@
|
|||||||
[0.2.1]
|
[0.2.1]
|
||||||
* Updated to 2017-02-16T01-47-30Z
|
* Updated to 2017-02-16T01-47-30Z
|
||||||
* This version fixes the settings bug
|
* This version fixes the settings bug
|
||||||
|
|
||||||
|
[0.2.2]
|
||||||
|
* New base image 0.10.0
|
||||||
|
|
||||||
|
[0.2.3]
|
||||||
|
* Updated to 2017-03-16T21-50-32Z
|
||||||
|
@@ -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.1",
|
"version": "0.2.3",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
This app packages Minio 2017-01-25T03-14-52Z.
|
This app packages Minio.
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
FROM cloudron/base:0.9.0
|
FROM cloudron/base:0.10.0
|
||||||
MAINTAINER Minio Developers <support@cloudron.io>
|
MAINTAINER Minio Developers <support@cloudron.io>
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
ENV VERSION 2017-02-16T01-47-30Z
|
ENV VERSION 2017-03-16T21-50-32Z
|
||||||
|
|
||||||
RUN mkdir -p /app/code \
|
RUN mkdir -p /app/code \
|
||||||
&& wget https://dl.minio.io/server/minio/release/linux-amd64/archive/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 \
|
||||||
|
@@ -6,7 +6,7 @@ This repository contains the Cloudron app package source for [Minio](http://www.
|
|||||||
|
|
||||||
[](https://cloudron.io/button.html?app=io.minio.cloudronapp)
|
[](https://cloudron.io/button.html?app=io.minio.cloudronapp)
|
||||||
|
|
||||||
or using the [Cloudron command line tooling](https://cloudron.io/references/cli.html)
|
or using the [Cloudron command line tooling](https://git.cloudron.io/cloudron/cloudron-cli/)
|
||||||
|
|
||||||
```
|
```
|
||||||
cloudron install --appstore-id io.minio.cloudronapp
|
cloudron install --appstore-id io.minio.cloudronapp
|
||||||
@@ -14,7 +14,7 @@ cloudron install --appstore-id io.minio.cloudronapp
|
|||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html).
|
The app package can be built using the [Cloudron command line tooling](https://git.cloudron.io/cloudron/cloudron-cli/).
|
||||||
|
|
||||||
```
|
```
|
||||||
cd minio-app
|
cd minio-app
|
||||||
|
Reference in New Issue
Block a user