Uh oh!
There was an error while loading. Please reload this page.
HBASE-27915 Update hbase_docker with an extra Dockerfile compatible with mac m1 platform - #5286
Conversation
…ith mac m1 platfrom
Apache-HBase
commented
Jun 12, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 12, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 12, 2023
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Jun 14, 2023
What if we just change the original dockerfile? It will break normal x86 or arm platform? |
Apache-HBase
commented
Jun 15, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 15, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 15, 2023
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Jun 30, 2023
Any updates here? |
Apache9
commented
Aug 15, 2023
Ping @wchevreuil |
taklwu
left a comment
There was a problem hiding this comment.
LGTM, all a sudden I upgraded my laptop and found this ....PR and fixed my issue, so +1
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
| FROM --platform=linux/amd64 ubuntu:22.04 AS base_image |
There was a problem hiding this comment.
--platform=linux/amd64 should be the only change, so it looks good to me.
There was a problem hiding this comment.
I don't think this is the right way to do things. Instead, you should provide --platform to the docker command line invocation when building the image. That will cause it to pull down the ubuntu image of the specified platform.
I left a comment on the Jira with an example of how to do a multi-platform docker image. It's not the only way to do it, but it's the style I've been using in the kustomize repo. Yetus project may have an alternative example of how to achieve this.
taklwu
commented
May 22, 2024
@wchevreuil maybe you can fix the style issue? |
Apache-HBase
commented
May 22, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 22, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 22, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 22, 2024
💔 -1 overall
This message was automatically generated. |
No description provided.