4 Commits

Author SHA1 Message Date
2c2396e99e Update Dockerfile
All checks were successful
docker-build / Build image (push) Successful in 48s
2025-12-31 11:00:37 +07:00
537ad38795 Update Dockerfile
All checks were successful
docker-build / Build image (push) Successful in 48s
2025-11-24 12:05:06 +07:00
a6b031be85 Update Dockerfile
Some checks failed
docker-build / Build image (push) Failing after 10s
2025-11-24 10:11:34 +07:00
b5c24d8c10 Update license capacity from 1GB to 10TB in README and adjust cap value in generate-license.py
All checks were successful
docker-build / Build image (push) Successful in 20s
2025-10-26 12:45:35 +07:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
ARG RELEASE=RELEASE.2025-10-17T06-17-41Z
ARG RELEASE=RELEASE.2025-12-20T04-58-37Z
FROM quay.io/minio/aistor/minio:${RELEASE} AS minio
FROM python:3.13-alpine AS patcher

View File

@@ -40,7 +40,7 @@ minio-patcher/
Создает JWT лицензию с параметрами:
- Организация: "acme"
- План: "STANDARD"
- Емкость: 1GB
- Емкость: 10TB
- Срок действия: до 2033 года
- Алгоритм подписи: ES384

View File

@@ -19,7 +19,7 @@ jwt_data = {
"iat": 0,
"aid": 1337,
"org": "acme",
"cap": 1000000000,
"cap": 10000000000000,
"plan": "STANDARD"
}