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

ASF GitHub Bot commented on TINKERPOP-2852:
-------------------------------------------

Cole-Greer commented on PR #2007:
URL: https://github.com/apache/tinkerpop/pull/2007#issuecomment-1518442805

   @lyndonbauto 
   
   > So does this now support building on x64 and aarch64?
   
   As of TinkerPop 3.5.5/3.6.3 both x64 and aarch64 were able to build and run 
TinkerPop out of the box.
   
   > Also does it support cross platform docker image building or just building 
for the given machines architecture?
   
   The new docker plugin introduced here uses docker buildx under the hood. In 
theory a user can run this from any platform with docker installed and build an 
image for any other platform they want. My expectation is that we could build 
images for all architectures supported by the [alpine base 
image](https://hub.docker.com/_/alpine/tags) simply by adding them to the 
`<docker.platforms>` list. The only reason the list is currently limited to x86 
and arm is that is all I am able to test. Also in my testing the ARM console 
image was unstable on my ARM Mac so I opted not to include it in the deployment 
here. I'm currently unsure what's causing this instability as the console runs 
fine on ARM without docker.
   




> Update Maven plugin for docker-images building for M1 compatibility
> -------------------------------------------------------------------
>
>                 Key: TINKERPOP-2852
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2852
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: build-release
>    Affects Versions: 3.5.4
>            Reporter: Yang Xia
>            Priority: Critical
>
> The current Maven plug in we use for the `docker-image` building profile is 
> no longer maintained 
> ([https://github.com/spotify/dockerfile-maven)|https://github.com/spotify/dockerfile-maven).],
>  and it is also not compatible with M1 Macs. 
> We should consider swapping the plug in for an actively maintained one that 
> is M1 compatible, for example 
> [https://github.com/fabric8io/docker-maven-plugin/issues/1257.|https://github.com/fabric8io/docker-maven-plugin/issues/1257]



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

Reply via email to