Commit Graph

8 Commits

Author SHA1 Message Date
He Lei
c552d8c1bf
使用docker buildx, 用于支持跨平台build
docker buildx build --platform=$platform --network=host --build-arg MODEL=$model -t $namespace/$packagename:$model.$version .
#docker build --network=host --build-arg MODEL=$model -t $namespace/$packagename:$model.$version .
2022-09-14 10:08:18 +08:00
monktan
b8f2bb5061 修改推送官方镜像地址 2022-02-24 09:40:58 +08:00
monktan
77e4913afc 更新镜像打包脚本,修改用户名即可推送dockerhub 2022-02-23 20:52:33 +08:00
monktan
2fbb40135c 修改docker镜像为国内源,加快镜像构建速度 2022-01-04 21:13:55 +08:00
monktan
004c62bea4 添加k8s部署相关说明 2021-09-13 21:16:22 +08:00
Kevin Cheng
40036ee92e centos7 docker 镜像支持 2020-12-26 12:48:59 +08:00
Gemfield
8e3cbd11d3 Update Dockerfile to 20.04 version 2020-04-06 15:52:45 +00:00
Gemfield
5ee913a3bf Split Dockerfile to runtime and devel version, and also reduce the image size for runtime version 2020-01-14 19:36:42 +08:00