Commit f85aa17b by tingweiwang

新增cuda-10.2-base-ubuntu 导入以及tag镜像

1 parent 0432cfed
Showing with 4 additions and 2 deletions
......@@ -16,7 +16,8 @@ docker tag nvidia/k8s-device-plugin:1.10 $harbor_host/k8s/k8s-device-plugin:1.10
docker tag busybox:1.28.3 $harbor_host/k8s/busybox:1.28.3
docker tag registry.cn-hangzhou.aliyuncs.com/google-containers/pause-amd64:3.0 $harbor_host/k8s/pause-amd64:3.0
docker tag nginx:latest $harbor_host/k8s/nginx:latest
#docker tag hb.seetatech.com/k8s/operator:0.0.19 $harbor_host/k8s/operator:0.0.19
docker tag nvidia/cuda:10.0-base-ubuntu16.04 $harbor_host/k8s/cuda:10.0-base-ubuntu16.04
#docker tag hb.seetatech.com/k8s/operator:xx $harbor_host/k8s/operator:xxx
echo "开始推送镜像到harbor"
docker login $harbor_host -u admin -p $harbor_passwd
docker push $harbor_host/k8s/image-proxy:v0.9.0
......@@ -26,5 +27,6 @@ docker push $harbor_host/k8s/k8s-device-plugin:1.10
docker push $harbor_host/k8s/busybox:1.28.3
docker push $harbor_host/k8s/pause-amd64:3.0
docker push $harbor_host/k8s/nginx:latest
#docker push $harbor_host/k8s/operator:0.0.19
docker push $harbor_host/k8s/cuda:10.0-base-ubuntu16.04
#docker push $harbor_host/k8s/operator:xxx
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!