You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2023/02/02 15:08:00 UTC

[jira] [Created] (HBASE-27608) Use lowercase image reference name in our docker file

Duo Zhang created HBASE-27608:
---------------------------------

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


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)