Re: [PR] HDDS-12153. Rebase 1.4.x images on top of ozone-runner with JDK 11 [ozone-docker]
adoroszlai merged PR #39: URL: https://github.com/apache/ozone-docker/pull/39 -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org
Re: [PR] HDDS-12153. Rebase 1.4.x images on top of ozone-runner with JDK 11 [ozone-docker]
adoroszlai commented on PR #39: URL: https://github.com/apache/ozone-docker/pull/39#issuecomment-2624870587 Thanks @xichen01 for the review. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org
Re: [PR] HDDS-12153. Rebase 1.4.x images on top of ozone-runner with JDK 11 [ozone-docker]
xichen01 commented on code in PR #39: URL: https://github.com/apache/ozone-docker/pull/39#discussion_r1935558960 ## Dockerfile: ## @@ -14,7 +14,7 @@ # limitations under the License. ARG OZONE_RUNNER_IMAGE=apache/ozone-runner -FROM ${OZONE_RUNNER_IMAGE}:20241108-jdk17-1 +FROM ${OZONE_RUNNER_IMAGE}:20241212-1-jdk11 Review Comment: OK, make sense. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org
Re: [PR] HDDS-12153. Rebase 1.4.x images on top of ozone-runner with JDK 11 [ozone-docker]
adoroszlai commented on code in PR #39: URL: https://github.com/apache/ozone-docker/pull/39#discussion_r1935523788 ## Dockerfile: ## @@ -14,7 +14,7 @@ # limitations under the License. ARG OZONE_RUNNER_IMAGE=apache/ozone-runner -FROM ${OZONE_RUNNER_IMAGE}:20241108-jdk17-1 +FROM ${OZONE_RUNNER_IMAGE}:20241212-1-jdk11 Review Comment: The only difference is addition of rclone, which is used in new test that I don't think we want to backport. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org
Re: [PR] HDDS-12153. Rebase 1.4.x images on top of ozone-runner with JDK 11 [ozone-docker]
xichen01 commented on code in PR #39: URL: https://github.com/apache/ozone-docker/pull/39#discussion_r1935492604 ## Dockerfile: ## @@ -14,7 +14,7 @@ # limitations under the License. ARG OZONE_RUNNER_IMAGE=apache/ozone-runner -FROM ${OZONE_RUNNER_IMAGE}:20241108-jdk17-1 +FROM ${OZONE_RUNNER_IMAGE}:20241212-1-jdk11 Review Comment: Should we use the latest jdk11 ozone-runner "apache/ozone-runner:20241216-1-jdk11" ? -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org