1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-04 16:25:35 +00:00

Compare commits

...

23 Commits

Author SHA1 Message Date
Girish Ramakrishnan
aceb98bad5 Version 1.45.0 2019-01-28 11:14:55 -08:00
Girish Ramakrishnan
d0f1393544 Update minio to 2019-01-23T23-18-58Z 2019-01-28 11:04:54 -08:00
Girish Ramakrishnan
3683b8797d Version 1.44.0 2019-01-22 16:11:12 -08:00
Girish Ramakrishnan
ba9362ec8c create cert dir 2019-01-22 16:05:31 -08:00
Girish Ramakrishnan
926345c331 Update minio to RELEASE.2019-01-10T00-21-20Z 2019-01-10 10:15:47 -08:00
Girish Ramakrishnan
a6285b939f Version 1.43.0 2018-12-28 07:30:13 -08:00
Girish Ramakrishnan
5fd7750cb3 Update minio to RELEASE.2018-12-27T18-33-08Z 2018-12-28 07:25:30 -08:00
Girish Ramakrishnan
d574deb02a Version 1.42.0 2018-12-26 12:13:26 -08:00
Girish Ramakrishnan
7591e99678 Update minio to 2018-12-19T23-46-24Z 2018-12-26 12:01:54 -08:00
Girish Ramakrishnan
507e2a3822 Version 1.41.0 2018-12-17 10:06:38 -08:00
Girish Ramakrishnan
3fa052700c Update minio to 2018-12-13T02-04-19Z 2018-12-17 09:58:23 -08:00
Girish Ramakrishnan
11e58dc4db Version 1.40.0 2018-12-10 11:43:04 -08:00
Girish Ramakrishnan
1ea93afb2a Update minio to RELEASE.2018-12-06T01-27-43Z 2018-12-10 11:36:36 -08:00
Girish Ramakrishnan
da1dca94e6 Version 1.39.0 2018-11-30 10:54:59 -08:00
Girish Ramakrishnan
19dfab036d Update minio to 2018-11-30T03-56-59Z 2018-11-30 10:36:24 -08:00
Girish Ramakrishnan
59fd4cbdc0 Version 1.38.0 2018-11-20 10:46:34 -08:00
Girish Ramakrishnan
e84210ed1f Update minio to RELEASE.2018-11-17T01-23-48Z 2018-11-20 10:08:26 -08:00
Girish Ramakrishnan
1187abb63e Version 1.37.0 2018-11-09 16:25:53 -08:00
Girish Ramakrishnan
2d44c616ca Update minio to RELEASE.2018-11-06T01-01-02Z 2018-11-09 16:21:19 -08:00
Girish Ramakrishnan
810f1c0b86 Version 1.36.0 2018-11-05 09:35:16 -08:00
Girish Ramakrishnan
0a13ee10e8 Update minio to RELEASE.2018-10-25T01-27-03Z 2018-11-05 09:34:29 -08:00
Girish Ramakrishnan
e302797337 Version 1.35.0 2018-10-20 19:47:08 -07:00
Girish Ramakrishnan
d08aae367c Update minio to RELEASE.2018-10-18T00-28-58Z 2018-10-20 19:35:45 -07:00
6 changed files with 42 additions and 67 deletions

View File

@@ -230,3 +230,35 @@
* Update minio to 2018-10-06T00-15-16Z
* Use latest base image
[1.35.0]
* Update minio to 2018-10-18T00-28-58Z
[1.36.0]
* Update minio to 2018-10-25T01-27-03Z
[1.37.0]
* Update minio to 2018-11-06T01-01-02Z
[1.38.0]
* Update minio to 2018-11-17T01-23-48Z
[1.39.0]
* Update minio to 2018-11-30T03-56-59Z
[1.40.0]
* Update minio to 2018-12-06T01-27-43Z
[1.41.0]
* Update minio to 2018-12-13T02-04-19Z
[1.42.0]
* Update minio to 2018-12-19T23-46-24Z
[1.43.0]
* Update minio to 2018-12-27T18-33-08Z
[1.44.0]
* Update minio to 2019-01-16T21-44-08Z
[1.45.0]
* Update minio to 2019-01-23T23-18-58Z

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "1.34.0",
"version": "1.45.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {

View File

@@ -1,4 +1,4 @@
This app packages Minio <upstream>2018-10-06T00-15-16Z</upstream>.
This app packages Minio <upstream>2019-01-23T23-18-58Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.

View File

@@ -1,7 +1,7 @@
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
RUN mkdir -p /app/code \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-10-06T00-15-16Z -O /app/code/minio \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2019-01-23T23-18-58Z -O /app/code/minio \
&& chmod +x /app/code/minio
WORKDIR /app/code

View File

@@ -1,5 +1,5 @@
{
"version": "10",
"version": "33",
"credential": {
"accessKey": "admin",
"secretKey": "secretkey"
@@ -9,67 +9,6 @@
"console": {
"enable": true,
"level": "error"
},
"file": {
"enable": false,
"fileName": "",
"level": ""
}
},
"notify": {
"amqp": {
"1": {
"enable": false,
"url": "",
"exchange": "",
"routingKey": "",
"exchangeType": "",
"mandatory": false,
"immediate": false,
"durable": false,
"internal": false,
"noWait": false,
"autoDeleted": false
}
},
"nats": {
"1": {
"enable": false,
"address": "",
"subject": "",
"username": "",
"password": "",
"token": "",
"secure": false,
"pingInterval": 0
}
},
"elasticsearch": {
"1": {
"enable": false,
"url": "",
"index": ""
}
},
"redis": {
"1": {
"enable": false,
"address": "",
"password": "",
"key": ""
}
},
"postgresql": {
"1": {
"enable": false,
"connectionString": "",
"table": "",
"host": "",
"port": "",
"user": "",
"password": "",
"database": ""
}
}
}
}

View File

@@ -2,12 +2,16 @@
set -eu
mkdir -p /app/data/data /app/data/config
mkdir -p /app/data/data /app/data/certs /app/data/config
if ! [ -f /app/data/config/config.json ]; then
cp /app/code/config.json /app/data/config/config.json
fi
exec ./minio server -C /app/data/config --address :8000 /app/data/data
echo "Changing ownership"
chown -R cloudron:cloudron /app/data
echo "Starting minio"
exec /usr/local/bin/gosu cloudron:cloudron /app/code/minio server --config-dir /app/data/config --certs-dir /app/data/certs --address :8000 /app/data/data