aws-deepracer-community / deepracer-for-cloud

Creates an AWS DeepRacing training environment which can be deployed in the cloud, or locally on Ubuntu Linux, Windows or Mac.
MIT No Attribution
325 stars 175 forks source link

is it possible using more recent releases of MinIO? #120

Closed tnarik closed 1 year ago

tnarik commented 1 year ago

I'm not sure how MinIO is used and I was wondering if it would be possible to use releases more recent than RELEASE.2022-10-24T18-35-07Z, or if that would break some features of the whole architecture. I'm running locally and I will test that scenario, but I'm uncertain about how it might affect running in combination with Azure (I think that's the only use case in which MinIO is used as a gateway).

I could make modifications to support both modes/releases on my local fork.

tnarik commented 1 year ago

I think I understand: by default, ./bin/init.sh will configure the system to use latest, right? And it is ONLY if that variable gets un-set that the default/suggested RELEASE.2022-10-24T18-35-07Z will be used.

Is that un-setting of DR_MINIO_IMAGE only manual? I want to understand how that works in combination with the gateway mode required for Azure (because ./bin/init.sh -c azure also select latest as the tag for the MinIO image).

tnarik commented 1 year ago

I think I understood correctly, therefore closing the ticket. please let me know otherwise.