francescotimperi commented on code in PR #67:
URL:
https://github.com/apache/openserverless-operator/pull/67#discussion_r2202693561
##########
Dockerfile:
##########
@@ -137,7 +137,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo
$TZ > /etc/timezone &
curl -sL
"$WSK_BASE/$WSK_VERSION/OpenWhisk_CLI-$WSK_VERSION-linux-$ARCH.tgz" | tar xzvf
- -C /usr/bin/ && \
# install minio
MINIO_BASE=https://dl.min.io/client/mc/release/linux && \
- MC_VER=RELEASE.2023-03-23T20-03-04Z && \
+ MC_VER=RELEASE.2025-05-21T01-59-54Z && \
Review Comment:
This is a necessary upgrade, as MINIO received a lot of fix and features
improvements since 2023! Despite the fact the latest versions of the community
edition provides a UI without any admin capabilities, I believe the way
OpenServerless users uses MINIO, this is still ok.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]