[ 
https://issues.apache.org/jira/browse/HADOOP-19132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17886840#comment-17886840
 ] 

Attila Doroszlai commented on HADOOP-19132:
-------------------------------------------

Thanks [~weichiu] for publishing the image for Hadoop 3.4.0.  I noticed two 
issues:

* tag 
[3.4.1|https://hub.docker.com/layers/apache/hadoop/3.4.1/images/sha256-ed8b2a9a6c78f5b5d9e96500890e3b1a9635452a35ccbc021a5676befd9b23de?context=explore]
 was used accidentally, should be 3.4.0
* [tags|https://hub.docker.com/r/apache/hadoop/tags] 3.4 and 3.4.1 point to 
different images, which requires Docker to download/store 1.1GB separately for 
each

There is no need to rebuild the image when publishing different tags.  New tag 
can be added to existing image:

{code}
# add 3.4.0 as new tag
docker tag apache/hadoop:3.4 apache/hadoop:3.4.0
docker push apache/hadoop:3.4.0
{code}

> Upgrade hadoop3 docker scripts to 3.4.x
> ---------------------------------------
>
>                 Key: HADOOP-19132
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19132
>             Project: Hadoop Common
>          Issue Type: Task
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to