1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
| storage: cache: blobdescriptor: inmemory filesystem: rootdirectory: /var/lib/registry storage: cache: blobdescriptor: inmemory s3: accesskey: YOUR_MINIO_ACCESS_KEY secretkey: YOUR_MINIO_SECRET_KEY region: local regionendpoint: http://x.x.x.x:9000 bucket: YOUR_MINIO_BUCKET_NAME encrypt: false secure: true v4auth: true chunksize: 5242880 rootdirectory: /
storage: oss: accesskeyid: accesskeysecret: region: oss-cn-shanghai bucket: delete: enabled: false redirect: disable: false maintenance: uploadpurging: enabled: true age: 168h interval: 24h dryrun: false readonly: enabled: false
|