adoroszlai commented on PR #6910: URL: https://github.com/apache/hadoop/pull/6910#issuecomment-2293928829
Thanks @ayushtkn for taking a look. > Whats the plan, how do we plan to publish the image, manually? AFAIK: Hadoop images are built by Docker Hub automation set up by Apache Infra, mapping from branch name to image tag. For the `hadoop-runner` image, mapping allows any branch/tag ([INFRA-18001](https://issues.apache.org/jira/browse/INFRA-18001)). These are the branches and tags we have currently: ``` docker-hadoop-runner-jdk11 -> jdk11 dcker-hadoop-runner-jdk8 -> jdk8 docker-hadoop-runner-latest -> latest ``` We can publish new tags by creating new branches. `hadoop` images use an older mapping ([INFRA-16163](https://issues.apache.org/jira/browse/INFRA-16163)), our choice of branches/tags is limited to: ``` docker-hadoop-2 -> 2 docker-hadoop-3 -> 3 ``` That's why tags like 3.3.6 must be published manually as of now. -- 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]
