Pace2Car opened a new issue, #26775:
URL: https://github.com/apache/shardingsphere/issues/26775

   Hi community,
   
   
`spotify:dockerfile-maven-plugin`(https://github.com/spotify/dockerfile-maven) 
has been out of maintenance for many years, need to upgrade its dependency to a 
version that supports aarch64.
   
   The dependencies that need to be added are defined as:
   ```xml
   <plugin>
       <groupId>com.spotify</groupId>
       <artifactId>dockerfile-maven-plugin</artifactId>
       <version>${dockerfile-maven.version}</version>
       <dependencies>
           <dependency>
               <groupId>com.github.jnr</groupId>
               <artifactId>jnr-unixsocket</artifactId>
               <version>0.38.20</version>
           </dependency>
           <dependency>
               <groupId>com.spotify</groupId>
               <artifactId>docker-client</artifactId>
               <classifier>shaded</classifier>
               <version>8.14.5</version>
           </dependency>
       </dependencies>
   </plugin>
   ```
   After this, the current problem can be resolved.
   
   In the long run, we should replace docker plugin, there are currently two 
popular plugins that can be taken into consideration:
   - 
fabric8:docker-maven-plugin(https://github.com/fabric8io/docker-maven-plugin)
   - mojohaus:exec-maven-plugin(https://github.com/mojohaus/exec-maven-plugin)
   
   However, the replacement will involve a lot of configuration modification, 
which needs to be evaluated.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to