[
https://issues.apache.org/jira/browse/HBASE-27608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang resolved HBASE-27608.
-------------------------------
Fix Version/s: 2.6.0
3.0.0-alpha-4
2.4.17
2.5.4
Hadoop Flags: Reviewed
Resolution: Fixed
Pushed to branch-2.4+.
Thanks [~bbeaudreault] for reviewing!
> Use lowercase image reference name in our docker file
> -----------------------------------------------------
>
> Key: HBASE-27608
> URL: https://issues.apache.org/jira/browse/HBASE-27608
> Project: HBase
> Issue Type: Bug
> Components: scripts
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 2.6.0, 3.0.0-alpha-4, 2.4.17, 2.5.4
>
>
> https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4966/5/consoleFull
> The build failed with
> {noformat}
> 19:46:22 #1 [internal] load build definition from Dockerfile
> 19:46:22 #1 transferring dockerfile: 7.66kB done
> 19:46:22 #1 DONE 0.1s
> 19:46:22
> 19:46:22 #2 [internal] load .dockerignore
> 19:46:22 #2 transferring context: 2B done
> 19:46:22 #2 DONE 0.1s
> 19:46:22 Dockerfile:117
> 19:46:22 --------------------
> 19:46:22 115 | #
> 19:46:22 116 |
> 19:46:22 117 | >>> FROM BASE_IMAGE
> 19:46:22 118 | SHELL ["/bin/bash", "-o", "pipefail", "-c"]
> 19:46:22 119 |
> 19:46:22 --------------------
> 19:46:22 ERROR: failed to solve: failed to parse stage name "BASE_IMAGE":
> invalid reference format: repository name must be lowercase
> {noformat}
> Changing BASE_IMAGE to base_image can fix the problem.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)