arm 编译

1、把dockerfile和jar放在一起,上传至 arm 服务器

2、编译 arm 包

docker build -t 192.168.133.99:8089/ecoapp/xxxxxx:2.3.3_release  --build-arg JAR_FILE=xxxxxx-2.3.3-exc.jar .

docker build -t 192.168.133.99:8089/ecoapp/xxxxxxxx:2.3.3_release  --build-arg JAR_FILE=xxxxxxxxxx-2.3.3-exc.jar .
 

3、env.propetis 配置文件修改仓库地址为  192.168.133.99:8089   这个地址实际不存在

4、启动 - 会报个错,连接不上,但是没问题不影响

 

相关文章:

  • 2021-08-03
  • 2021-12-16
  • 2018-11-20
  • 2021-07-24
  • 2021-12-13
  • 2021-09-02
猜你喜欢
  • 2021-06-05
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
相关资源
相似解决方案