ptlrs commented on code in PR #37:
URL: 
https://github.com/apache/ozone-docker-runner/pull/37#discussion_r1884358384


##########
Dockerfile:
##########
@@ -58,6 +58,11 @@ RUN sudo python3 -m pip install --upgrade pip
 
 COPY --from=go /go/bin/csc /usr/bin/csc
 
+RUN dnf install -y unzip \
+    && curl https://rclone.org/install.sh | sudo bash \

Review Comment:
   I am now using the latest rpm packages available from 
https://downloads.rclone.org/?sort=time&order=desc. 
   This helps to test with newer rclone packages as they are released.
   
   Is this approach ok or is the preferred approach still to pin the package 
version and verify the checksums before using them?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to