cnauroth commented on code in PR #8408:
URL: https://github.com/apache/hadoop/pull/8408#discussion_r3040702841


##########
Dockerfile:
##########
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 FROM apache/hadoop-runner

Review Comment:
   I'm thinking what we need to do is:
   
   1. Release a new apache/hadoop-runner:jdk17-u2204 that aligns the OS with 
the release container like Cheng suggested.
   2. Additionally, the base container needs another change to set ownership of 
/opt to the hadoop user so that it has permission to install the Hadoop bits. 
[This 
line](https://github.com/apache/hadoop/blob/docker-hadoop-runner-latest/Dockerfile#L35)
 in apache/hadoop-runner:latest is missing from 
[apache/hadoop-runner:jdk17-u2204](https://github.com/apache/hadoop/blob/docker-hadoop-runner-jdk17-u2204/Dockerfile).
 Actually these 2 images are quite different. I wonder if they should be more 
aligned.
   3. Create a new docker-hadoop-3.5 branch that uses the new 
apache/hadoop-runner:jdk17-u2204 for the base image. This way, we'll be able to 
independently release images for new 3.4 and 3.5 releases.
   
   I'll proceed with this approach in a little while unless others have 
feedback.



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