添加内网部署镜像打包

This commit is contained in:
pengluan 2022-06-28 15:16:49 +08:00
parent a96890db43
commit ff6345bbe1
5 changed files with 294 additions and 206 deletions

View File

@ -1,12 +1,12 @@
set -ex
hubhost=ccr.ccs.tencentyun.com/cube-studio
arr=("serving:1.11.0" "serving:1.11.0-gpu" "serving:1.12.0" "serving:1.12.0-gpu" "serving:1.13.0" "serving:1.13.0-gpu" "serving:1.14.0" "serving:1.14.0-gpu" "serving:2.0.0" "serving:2.0.0-gpu" "serving:2.1.4" "serving:2.1.4-gpu" "serving:2.2.3" "serving:2.2.3-gpu" "serving:2.3.4" "serving:2.3.4-gpu" "serving:2.4.3" "serving:2.4.3-gpu" "serving:2.5.2" "serving:2.5.2-gpu" "serving:2.6.0" "serving:2.6.0-gpu")
arr=("1.11.0" "1.11.0-gpu" "1.12.0" "1.12.0-gpu" "1.13.0" "1.13.0-gpu" "1.14.0" "1.14.0-gpu" "2.0.0" "2.0.0-gpu" "2.1.4" "2.1.4-gpu" "2.2.3" "2.2.3-gpu" "2.3.4" "2.3.4-gpu" "2.4.3" "2.4.3-gpu" "2.5.2" "2.5.2-gpu" "2.6.0" "2.6.0-gpu")
for value in ${arr[@]}
do
echo $value
docker build -t $hubhost/$value --build-arg FROM_IMAGES=tensorflow/$value .
docker build -t $hubhost/tfserving:$value --build-arg FROM_IMAGES=tensorflow/serving:$value .
docker push $hubhost/$value
done

View File

@ -806,13 +806,13 @@ ALL_LINKS=[
]
# 推理服务的各种配置
TFSERVING_IMAGES=['ccr.ccs.tencentyun.com/cube-studio/serving:1.11.0','ccr.ccs.tencentyun.com/cube-studio/serving:1.11.0-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:1.12.0','ccr.ccs.tencentyun.com/cube-studio/serving:1.12.0-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:1.13.0','ccr.ccs.tencentyun.com/cube-studio/serving:1.13.0-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:1.14.0','ccr.ccs.tencentyun.com/cube-studio/serving:1.14.0-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:2.0.0','ccr.ccs.tencentyun.com/cube-studio/serving:2.0.0-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:2.1.4','ccr.ccs.tencentyun.com/cube-studio/serving:2.1.4-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:2.2.3','ccr.ccs.tencentyun.com/cube-studio/serving:2.2.3-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:2.3.4','ccr.ccs.tencentyun.com/cube-studio/serving:2.3.4-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:2.4.3','ccr.ccs.tencentyun.com/cube-studio/serving:2.4.3-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:2.5.2','ccr.ccs.tencentyun.com/cube-studio/serving:2.5.2-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:2.6.0','ccr.ccs.tencentyun.com/cube-studio/serving:2.6.0-gpu']
TFSERVING_IMAGES=['ccr.ccs.tencentyun.com/cube-studio/tfserving:1.11.0','ccr.ccs.tencentyun.com/cube-studio/tfserving:1.11.0-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:1.12.0','ccr.ccs.tencentyun.com/cube-studio/tfserving:1.12.0-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:1.13.0','ccr.ccs.tencentyun.com/cube-studio/tfserving:1.13.0-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:1.14.0','ccr.ccs.tencentyun.com/cube-studio/tfserving:1.14.0-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.0.0','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.0.0-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.1.4','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.1.4-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.2.3','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.2.3-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.3.4','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.3.4-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.4.3','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.4.3-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.5.2','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.5.2-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.6.0','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.6.0-gpu']
TRITONSERVER_IMAGES=['ccr.ccs.tencentyun.com/cube-studio/tritonserver:21.12-py3','ccr.ccs.tencentyun.com/cube-studio/tritonserver:21.09-py3']
TORCHSERVER_IMAGES=['ccr.ccs.tencentyun.com/cube-studio/torchserve:0.5.0-cpu','ccr.ccs.tencentyun.com/cube-studio/torchserve:0.5.0-gpu','ccr.ccs.tencentyun.com/cube-studio/torchserve:0.4.2-cpu','ccr.ccs.tencentyun.com/cube-studio/torchserve:0.4.2-gpu']
INFERNENCE_IMAGES={
"tfserving":TFSERVING_IMAGES,
'torch-server':TORCHSERVER_IMAGES,
'onnxruntime':['ccr.ccs.tencentyun.com/cube-studio/onnxruntime:v1.0.0','ccr.ccs.tencentyun.com/cube-studio/onnxruntime:server-latest'],
'onnxruntime':['ccr.ccs.tencentyun.com/cube-studio/onnxruntime:cpu','ccr.ccs.tencentyun.com/cube-studio/onnxruntime:cuda','ccr.ccs.tencentyun.com/cube-studio/onnxruntime:tensorrt'],
'triton-server':TRITONSERVER_IMAGES,
# 'kfserving-tf': TFSERVING_IMAGES,
# "kfserving-torch":TORCHSERVER_IMAGES,

View File

@ -102,6 +102,96 @@ volcano = ['volcanosh/vc-controller-manager:v1.4.0', 'volcanosh/vc-scheduler:v1.
kube_batch = ['kubesigs/kube-batch:v0.5']
nni = ['frameworkcontrolle/frameworkcontrolle']
cube_studio = [
# 平台构建的镜像
'ccr.ccs.tencentyun.com/cube-studio/katib',
'ccr.ccs.tencentyun.com/cube-studio/',
'ccr.ccs.tencentyun.com/cube-studio/notebook:vscode-ubuntu-cpu-base',
'ccr.ccs.tencentyun.com/cube-studio/notebook:vscode-ubuntu-gpu-base',
'ccr.ccs.tencentyun.com/cube-studio/notebook:jupyter-ubuntu-cpu-base',
'ccr.ccs.tencentyun.com/cube-studio/notebook:jupyter-ubuntu-gpu-base',
'ccr.ccs.tencentyun.com/cube-studio/notebook:jupyter-ubuntu-cpu-1.0.0',
'ccr.ccs.tencentyun.com/cube-studio/nni:20211003',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:1.11.0',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:1.11.0-gpu',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:1.12.0',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:1.12.0-gpu',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:1.13.0',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:1.13.0-gpu',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:1.14.0',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:1.14.0-gpu',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:2.0.0',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:2.0.0-gpu',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:2.1.4',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:2.1.4-gpu',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:2.2.3',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:2.2.3-gpu',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:2.3.4',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:2.3.4-gpu',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:2.4.3',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:2.4.3-gpu',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:2.5.2',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:2.5.2-gpu',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:2.6.0',
'ccr.ccs.tencentyun.com/cube-studio/tfserving:2.6.0-gpu',
'ccr.ccs.tencentyun.com/cube-studio/tritonserver:21.12-py3',
'ccr.ccs.tencentyun.com/cube-studio/tritonserver:21.09-py3',
'ccr.ccs.tencentyun.com/cube-studio/torchserve:0.5.0-cpu',
'ccr.ccs.tencentyun.com/cube-studio/torchserve:0.5.0-gpu',
'ccr.ccs.tencentyun.com/cube-studio/torchserve:0.4.2-cpu',
'ccr.ccs.tencentyun.com/cube-studio/torchserve:0.4.2-gpu',
'ccr.ccs.tencentyun.com/cube-studio/onnxruntime:cpu',
'ccr.ccs.tencentyun.com/cube-studio/onnxruntime:cuda',
'ccr.ccs.tencentyun.com/cube-studio/onnxruntime:tensorrt',
# 任务模板的镜像
"ubuntu:18.04",
"ccr.ccs.tencentyun.com/cube-studio/datax:latest",
"ccr.ccs.tencentyun.com/cube-studio/volcano:20211001",
"ccr.ccs.tencentyun.com/cube-studio/ray:gpu-20210601",
"ccr.ccs.tencentyun.com/cube-studio/sklearn_estimator:v1",
"ccr.ccs.tencentyun.com/cube-studio/xgb_train_and_predict:v1",
"ccr.ccs.tencentyun.com/cube-studio/tf2.3_keras_train:latest",
"ccr.ccs.tencentyun.com/cube-studio/tf2.3_plain_train:latest",
"ccr.ccs.tencentyun.com/cube-studio/tf_distributed_train:latest",
"ccr.ccs.tencentyun.com/cube-studio/tf2.3_model_evaluation:latest",
"ccr.ccs.tencentyun.com/cube-studio/tf_distributed_eval:latest",
"ccr.ccs.tencentyun.com/cube-studio/tf_model_offline_predict:latest",
"ccr.ccs.tencentyun.com/cube-studio/pytorch_distributed_train_k8s:20201010",
"ccr.ccs.tencentyun.com/cube-studio/horovod:20210401",
"ccr.ccs.tencentyun.com/cube-studio/video-audio:20210601",
"ccr.ccs.tencentyun.com/cube-studio/video-audio:20210601",
"ccr.ccs.tencentyun.com/cube-studio/video-audio:20210601",
"ccr.ccs.tencentyun.com/cube-studio/kaldi_distributed_on_volcano:v2",
"ccr.ccs.tencentyun.com/cube-studio/volcano:offline-predict-20220101",
"ccr.ccs.tencentyun.com/cube-studio/object_detection_on_darknet:v1",
"ccr.ccs.tencentyun.com/cube-studio/deploy-service:20211001"
# 用户可能使用的镜像
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda11.0.3-cudnn8',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda11.0.3-cudnn8-python3.7',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda11.0.3-cudnn8-python3.8',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda10.2-cudnn7',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda10.2-cudnn7-python3.7',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda10.2-cudnn7-python3.8',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda10.1-cudnn7',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda10.1-cudnn7-python3.6',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda10.1-cudnn7-python3.7',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda10.1-cudnn7-python3.8',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda10.0-cudnn7',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda10.0-cudnn7-python3.6',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda10.0-cudnn7-python3.7',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda10.0-cudnn7-python3.8',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda9.1-cudnn7',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda9.1-cudnn7-python3.6',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda9.1-cudnn7-python3.7',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda9.1-cudnn7-python3.8',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda9.0-cudnn7',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda9.0-cudnn7-python3.6',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda9.0-cudnn7-python3.7',
'ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda9.0-cudnn7-python3.8'
]
images = kubeflow + kubernetes_dashboard + new_pipline + new_gpu + new_prometheus + new_serving + volcano

View File

@ -806,13 +806,13 @@ ALL_LINKS=[
]
# 推理服务的各种配置
TFSERVING_IMAGES=['ccr.ccs.tencentyun.com/cube-studio/serving:1.11.0','ccr.ccs.tencentyun.com/cube-studio/serving:1.11.0-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:1.12.0','ccr.ccs.tencentyun.com/cube-studio/serving:1.12.0-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:1.13.0','ccr.ccs.tencentyun.com/cube-studio/serving:1.13.0-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:1.14.0','ccr.ccs.tencentyun.com/cube-studio/serving:1.14.0-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:2.0.0','ccr.ccs.tencentyun.com/cube-studio/serving:2.0.0-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:2.1.4','ccr.ccs.tencentyun.com/cube-studio/serving:2.1.4-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:2.2.3','ccr.ccs.tencentyun.com/cube-studio/serving:2.2.3-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:2.3.4','ccr.ccs.tencentyun.com/cube-studio/serving:2.3.4-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:2.4.3','ccr.ccs.tencentyun.com/cube-studio/serving:2.4.3-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:2.5.2','ccr.ccs.tencentyun.com/cube-studio/serving:2.5.2-gpu','ccr.ccs.tencentyun.com/cube-studio/serving:2.6.0','ccr.ccs.tencentyun.com/cube-studio/serving:2.6.0-gpu']
TFSERVING_IMAGES=['ccr.ccs.tencentyun.com/cube-studio/tfserving:1.11.0','ccr.ccs.tencentyun.com/cube-studio/tfserving:1.11.0-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:1.12.0','ccr.ccs.tencentyun.com/cube-studio/tfserving:1.12.0-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:1.13.0','ccr.ccs.tencentyun.com/cube-studio/tfserving:1.13.0-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:1.14.0','ccr.ccs.tencentyun.com/cube-studio/tfserving:1.14.0-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.0.0','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.0.0-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.1.4','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.1.4-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.2.3','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.2.3-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.3.4','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.3.4-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.4.3','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.4.3-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.5.2','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.5.2-gpu','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.6.0','ccr.ccs.tencentyun.com/cube-studio/tfserving:2.6.0-gpu']
TRITONSERVER_IMAGES=['ccr.ccs.tencentyun.com/cube-studio/tritonserver:21.12-py3','ccr.ccs.tencentyun.com/cube-studio/tritonserver:21.09-py3']
TORCHSERVER_IMAGES=['ccr.ccs.tencentyun.com/cube-studio/torchserve:0.5.0-cpu','ccr.ccs.tencentyun.com/cube-studio/torchserve:0.5.0-gpu','ccr.ccs.tencentyun.com/cube-studio/torchserve:0.4.2-cpu','ccr.ccs.tencentyun.com/cube-studio/torchserve:0.4.2-gpu']
INFERNENCE_IMAGES={
"tfserving":TFSERVING_IMAGES,
'torch-server':TORCHSERVER_IMAGES,
'onnxruntime':['ccr.ccs.tencentyun.com/cube-studio/onnxruntime:v1.0.0','ccr.ccs.tencentyun.com/cube-studio/onnxruntime:server-latest'],
'onnxruntime':['ccr.ccs.tencentyun.com/cube-studio/onnxruntime:cpu','ccr.ccs.tencentyun.com/cube-studio/onnxruntime:cuda','ccr.ccs.tencentyun.com/cube-studio/onnxruntime:tensorrt'],
'triton-server':TRITONSERVER_IMAGES,
# 'kfserving-tf': TFSERVING_IMAGES,
# "kfserving-torch":TORCHSERVER_IMAGES,

View File

@ -1,222 +1,220 @@
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-jetstack-cert-manager-controller:v0.11.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-jetstack-cert-manager-controller:v0.11.0 quay.io/jetstack/cert-manager-controller:v0.11.0
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.14.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.14.0-gpu tensorflow/serving:1.14.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/volcanosh-vc-controller-manager:v1.4.0
docker tag ccr.ccs.tencentyun.com/cube-studio/volcanosh-vc-controller-manager:v1.4.0 volcanosh/vc-controller-manager:v1.4.0
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.14.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.14.0 tensorflow/serving:1.14.0
docker pull ccr.ccs.tencentyun.com/cube-studio/mysql:5.7
docker tag ccr.ccs.tencentyun.com/cube-studio/mysql:5.7 mysql:5.7
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.1.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.1.0 tensorflow/serving:2.1.0
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.12.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.12.0 tensorflow/serving:1.12.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubebuilder-kube-rbac-proxy:v0.4.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubebuilder-kube-rbac-proxy:v0.4.0 gcr.io/kubebuilder/kube-rbac-proxy:v0.4.0
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-config-reloader:v0.48.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-config-reloader:v0.48.0 quay.io/prometheus-operator/prometheus-config-reloader:v0.48.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-metadata-writer:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-metadata-writer:1.6.0 gcr.io/ml-pipeline/metadata-writer:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.2.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.2.0-gpu tensorflow/serving:2.2.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-xgboost-operator:v0.1.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-xgboost-operator:v0.1.0 gcr.io/kubeflow-images-public/xgboost-operator:v0.1.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-jupyter-web-app:vmaster-g845af298
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-jupyter-web-app:vmaster-g845af298 gcr.io/kubeflow-images-public/jupyter-web-app:vmaster-g845af298
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-sidecar_injector:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-sidecar_injector:release-1.3-latest-daily gcr.io/istio-release/sidecar_injector:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-notebook-controller:vmaster-g6eb007d0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-notebook-controller:vmaster-g6eb007d0 gcr.io/kubeflow-images-public/notebook-controller:vmaster-g6eb007d0
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.3.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.3.0-gpu tensorflow/serving:2.3.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.4.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.4.0-gpu tensorflow/serving:2.4.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-kubernetes-sigs-application:1.0-beta
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-kubernetes-sigs-application:1.0-beta gcr.io/kubeflow-images-public/kubernetes-sigs/application:1.0-beta
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.0.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.0.0-gpu tensorflow/serving:2.0.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-coreos-kube-state-metrics:v1.3.1
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-coreos-kube-state-metrics:v1.3.1 quay.io/coreos/kube-state-metrics:v1.3.1
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.11.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.11.0-gpu tensorflow/serving:1.11.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-coreos-addon-resizer:1.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-coreos-addon-resizer:1.0 quay.io/coreos/addon-resizer:1.0
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-prometheus:v2.27.1
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-prometheus:v2.27.1 quay.io/prometheus/prometheus:v2.27.1
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-proxy_init:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-proxy_init:release-1.3-latest-daily gcr.io/istio-release/proxy_init:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-alertmanager:v0.15.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-alertmanager:v0.15.0 quay.io/prometheus/alertmanager:v0.15.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-visualization-server:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-visualization-server:1.6.0 gcr.io/ml-pipeline/visualization-server:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-xgbserver:0.2.2
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-xgbserver:0.2.2 gcr.io/kfserving/xgbserver:0.2.2
docker pull ccr.ccs.tencentyun.com/cube-studio/grafana-grafana:7.5.2
docker tag ccr.ccs.tencentyun.com/cube-studio/grafana-grafana:7.5.2 grafana/grafana:7.5.2
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-galley:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-galley:release-1.3-latest-daily gcr.io/istio-release/galley:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-profile-controller:vmaster-ga49f658f
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-profile-controller:vmaster-ga49f658f gcr.io/kubeflow-images-public/profile-controller:vmaster-ga49f658f
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.0.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.0.0 tensorflow/serving:2.0.0
docker pull ccr.ccs.tencentyun.com/cube-studio/nvidia-k8s-device-plugin:v0.7.1
docker tag ccr.ccs.tencentyun.com/cube-studio/nvidia-k8s-device-plugin:v0.7.1 nvidia/k8s-device-plugin:v0.7.1
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-node-exporter:v0.15.2
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-node-exporter:v0.15.2 quay.io/prometheus/node-exporter:v0.15.2
docker pull ccr.ccs.tencentyun.com/cube-studio/docker.io-kubeflowkatib-katib-db-manager:v1beta1-a96ff59
docker tag ccr.ccs.tencentyun.com/cube-studio/docker.io-kubeflowkatib-katib-db-manager:v1beta1-a96ff59 docker.io/kubeflowkatib/katib-db-manager:v1beta1-a96ff59
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-kfserving-controller:v0.4.1
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-kfserving-controller:v0.4.1 gcr.io/kfserving/kfserving-controller:v0.4.1
docker pull ccr.ccs.tencentyun.com/cube-studio/volcanosh-vc-scheduler:v1.4.0
docker tag ccr.ccs.tencentyun.com/cube-studio/volcanosh-vc-scheduler:v1.4.0 volcanosh/vc-scheduler:v1.4.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-storage-initializer:0.2.2
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-storage-initializer:0.2.2 gcr.io/kfserving/storage-initializer:0.2.2
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-coreos-kube-rbac-proxy:v0.3.1
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-coreos-kube-rbac-proxy:v0.3.1 quay.io/coreos/kube-rbac-proxy:v0.3.1
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-kubectl:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-kubectl:release-1.3-latest-daily gcr.io/istio-release/kubectl:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-config-reloader:v0.46.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-config-reloader:v0.46.0 quay.io/prometheus-operator/prometheus-config-reloader:v0.46.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-spark-operator-spark-operator:v1beta2-1.1.0-2.4.5
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-spark-operator-spark-operator:v1beta2-1.1.0-2.4.5 gcr.io/spark-operator/spark-operator:v1beta2-1.1.0-2.4.5
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-knative-releases-knative.dev-serving-cmd-queue:792f6945c7bc73a49a470a5b955c39c8bd174705743abf5fb71aa0f4c04128eb
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-knative-releases-knative.dev-serving-cmd-queue:792f6945c7bc73a49a470a5b955c39c8bd174705743abf5fb71aa0f4c04128eb gcr.io/knative-releases/knative.dev/serving/cmd/queue:792f6945c7bc73a49a470a5b955c39c8bd174705743abf5fb71aa0f4c04128eb
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-pytorchserver:0.2.2
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-pytorchserver:0.2.2 gcr.io/kfserving/pytorchserver:0.2.2
docker pull ccr.ccs.tencentyun.com/cube-studio/mpioperator-mpi-operator:latest
docker tag ccr.ccs.tencentyun.com/cube-studio/mpioperator-mpi-operator:latest mpioperator/mpi-operator:latest
docker pull ccr.ccs.tencentyun.com/cube-studio/prom-prometheus:v2.8.0
docker tag ccr.ccs.tencentyun.com/cube-studio/prom-prometheus:v2.8.0 prom/prometheus:v2.8.0
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.4.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.4.0 tensorflow/serving:2.4.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-logger:0.2.2
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-logger:0.2.2 gcr.io/kfserving/logger:0.2.2
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.3.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.3.0 tensorflow/serving:2.3.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-scheduledworkflow:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-scheduledworkflow:1.6.0 gcr.io/ml-pipeline/scheduledworkflow:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-citadel:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-citadel:release-1.3-latest-daily gcr.io/istio-release/citadel:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-centraldashboard:vmaster-g8097cfeb
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-centraldashboard:vmaster-g8097cfeb gcr.io/kubeflow-images-public/centraldashboard:vmaster-g8097cfeb
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-ingress-setup:latest
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-ingress-setup:latest gcr.io/kubeflow-images-public/ingress-setup:latest
docker pull ccr.ccs.tencentyun.com/cube-studio/nvidia-pod-gpu-metrics-exporter:v1.0.0-alpha
docker tag ccr.ccs.tencentyun.com/cube-studio/nvidia-pod-gpu-metrics-exporter:v1.0.0-alpha nvidia/pod-gpu-metrics-exporter:v1.0.0-alpha
docker pull ccr.ccs.tencentyun.com/cube-studio/k8s.gcr.io-prometheus-adapter-prometheus-adapter:v0.9.1
docker tag ccr.ccs.tencentyun.com/cube-studio/k8s.gcr.io-prometheus-adapter-prometheus-adapter:v0.9.1 k8s.gcr.io/prometheus-adapter/prometheus-adapter:v0.9.1
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-pilot:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-pilot:release-1.3-latest-daily gcr.io/istio-release/pilot:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/nvidia-dcgm-exporter:2.3.1-2.6.1-ubuntu20.04
docker tag ccr.ccs.tencentyun.com/cube-studio/nvidia-dcgm-exporter:2.3.1-2.6.1-ubuntu20.04 nvidia/dcgm-exporter:2.3.1-2.6.1-ubuntu20.04
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.11.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.11.0 tensorflow/serving:1.11.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-metadata-writer:1.0.4
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-metadata-writer:1.0.4 gcr.io/ml-pipeline/metadata-writer:1.0.4
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-prometheus:v2.3.1
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-prometheus:v2.3.1 quay.io/prometheus/prometheus:v2.3.1
docker pull ccr.ccs.tencentyun.com/cube-studio/istio-proxyv2:1.3.1
docker tag ccr.ccs.tencentyun.com/cube-studio/istio-proxyv2:1.3.1 istio/proxyv2:1.3.1
docker pull ccr.ccs.tencentyun.com/cube-studio/mpioperator-kubectl-delivery:latest
docker tag ccr.ccs.tencentyun.com/cube-studio/mpioperator-kubectl-delivery:latest mpioperator/kubectl-delivery:latest
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-tfx-oss-public-ml_metadata_store_server:0.25.1
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-tfx-oss-public-ml_metadata_store_server:0.25.1 gcr.io/tfx-oss-public/ml_metadata_store_server:0.25.1
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-pytorch-operator:vmaster-g518f9c76
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-pytorch-operator:vmaster-g518f9c76 gcr.io/kubeflow-images-public/pytorch-operator:vmaster-g518f9c76
docker pull ccr.ccs.tencentyun.com/cube-studio/nvcr.io-nvidia-tensorrtserver:19.05-py3
docker tag ccr.ccs.tencentyun.com/cube-studio/nvcr.io-nvidia-tensorrtserver:19.05-py3 nvcr.io/nvidia/tensorrtserver:19.05-py3
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.13.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.13.0-gpu tensorflow/serving:1.13.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-frontend:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-frontend:1.6.0 gcr.io/ml-pipeline/frontend:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/docker.io-kubeflowkatib-katib-controller:v1beta1-a96ff59
docker tag ccr.ccs.tencentyun.com/cube-studio/docker.io-kubeflowkatib-katib-controller:v1beta1-a96ff59 docker.io/kubeflowkatib/katib-controller:v1beta1-a96ff59
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-viewer-crd-controller:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-viewer-crd-controller:1.6.0 gcr.io/ml-pipeline/viewer-crd-controller:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-persistenceagent:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-persistenceagent:1.6.0 gcr.io/ml-pipeline/persistenceagent:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-operator:v0.56.1
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-operator:v0.56.1 quay.io/prometheus-operator/prometheus-operator:v0.56.1
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-jetstack-cert-manager-webhook:v0.11.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-jetstack-cert-manager-webhook:v0.11.0 quay.io/jetstack/cert-manager-webhook:v0.11.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-argoexec:v2.7.5-license-compliance
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-argoexec:v2.7.5-license-compliance gcr.io/ml-pipeline/argoexec:v2.7.5-license-compliance
docker pull ccr.ccs.tencentyun.com/cube-studio/alpine:3.10
docker tag ccr.ccs.tencentyun.com/cube-studio/alpine:3.10 alpine:3.10
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-minio:RELEASE.2019-08-14T20-37-41Z-license-compliance
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-minio:RELEASE.2019-08-14T20-37-41Z-license-compliance gcr.io/ml-pipeline/minio:RELEASE.2019-08-14T20-37-41Z-license-compliance
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-google_containers-spartakus-amd64:v1.1.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-google_containers-spartakus-amd64:v1.1.0 gcr.io/google_containers/spartakus-amd64:v1.1.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-tfx-oss-public-ml_metadata_store_server:v0.21.1
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-tfx-oss-public-ml_metadata_store_server:v0.21.1 gcr.io/tfx-oss-public/ml_metadata_store_server:v0.21.1
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-kfam:vmaster-g9f3bfd00
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-kfam:vmaster-g9f3bfd00 gcr.io/kubeflow-images-public/kfam:vmaster-g9f3bfd00
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.13.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.13.0 tensorflow/serving:1.13.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-sklearnserver:0.2.2
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-sklearnserver:0.2.2 gcr.io/kfserving/sklearnserver:0.2.2
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.12.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.12.0-gpu tensorflow/serving:1.12.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-tf_operator:vmaster-gda226016
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-tf_operator:vmaster-gda226016 gcr.io/kubeflow-images-public/tf_operator:vmaster-gda226016
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-node-agent-k8s:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-node-agent-k8s:release-1.3-latest-daily gcr.io/istio-release/node-agent-k8s:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-proxyv2:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-proxyv2:release-1.3-latest-daily gcr.io/istio-release/proxyv2:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/busybox
docker tag ccr.ccs.tencentyun.com/cube-studio/busybox busybox
docker pull ccr.ccs.tencentyun.com/cube-studio/argoproj-argoui:v2.3.0
docker tag ccr.ccs.tencentyun.com/cube-studio/argoproj-argoui:v2.3.0 argoproj/argoui:v2.3.0
docker pull ccr.ccs.tencentyun.com/cube-studio/nvidia-dcgm-exporter:2.0.13-2.1.2-ubuntu20.04
docker tag ccr.ccs.tencentyun.com/cube-studio/nvidia-dcgm-exporter:2.0.13-2.1.2-ubuntu20.04 nvidia/dcgm-exporter:2.0.13-2.1.2-ubuntu20.04
docker pull ccr.ccs.tencentyun.com/cube-studio/kubernetesui-metrics-scraper:v1.0.6
docker tag ccr.ccs.tencentyun.com/cube-studio/kubernetesui-metrics-scraper:v1.0.6 kubernetesui/metrics-scraper:v1.0.6
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-workflow-controller:v2.12.9-license-compliance
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-workflow-controller:v2.12.9-license-compliance gcr.io/ml-pipeline/workflow-controller:v2.12.9-license-compliance
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-mixer:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-mixer:release-1.3-latest-daily gcr.io/istio-release/mixer:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-metadata-envoy:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-metadata-envoy:1.6.0 gcr.io/ml-pipeline/metadata-envoy:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-tfx-oss-public-ml_metadata_store_server:0.30.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-tfx-oss-public-ml_metadata_store_server:0.30.0 gcr.io/tfx-oss-public/ml_metadata_store_server:0.30.0
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-config-reloader:v0.56.1
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-config-reloader:v0.56.1 quay.io/prometheus-operator/prometheus-config-reloader:v0.56.1
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-alibi-explainer:0.2.2
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-alibi-explainer:0.2.2 gcr.io/kfserving/alibi-explainer:0.2.2
docker pull ccr.ccs.tencentyun.com/cube-studio/kubernetesui-dashboard:v2.2.0
docker tag ccr.ccs.tencentyun.com/cube-studio/kubernetesui-dashboard:v2.2.0 kubernetesui/dashboard:v2.2.0
docker pull ccr.ccs.tencentyun.com/cube-studio/metacontroller-metacontroller:v0.3.0
docker tag ccr.ccs.tencentyun.com/cube-studio/metacontroller-metacontroller:v0.3.0 metacontroller/metacontroller:v0.3.0
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.2.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.2.0 tensorflow/serving:2.2.0
docker pull ccr.ccs.tencentyun.com/cube-studio/python:3.7
docker tag ccr.ccs.tencentyun.com/cube-studio/python:3.7 python:3.7
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-tfx-oss-public-ml_metadata_store_server:0.22.1
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-tfx-oss-public-ml_metadata_store_server:0.22.1 gcr.io/tfx-oss-public/ml_metadata_store_server:0.22.1
docker pull ccr.ccs.tencentyun.com/cube-studio/seldonio-seldon-core-operator:1.4.0
docker tag ccr.ccs.tencentyun.com/cube-studio/seldonio-seldon-core-operator:1.4.0 seldonio/seldon-core-operator:1.4.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-scheduledworkflow:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-scheduledworkflow:1.6.0 gcr.io/ml-pipeline/scheduledworkflow:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/docker.io-kubeflowkatib-katib-db-manager:v1beta1-a96ff59
docker tag ccr.ccs.tencentyun.com/cube-studio/docker.io-kubeflowkatib-katib-db-manager:v1beta1-a96ff59 docker.io/kubeflowkatib/katib-db-manager:v1beta1-a96ff59
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.12.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.12.0-gpu tensorflow/serving:1.12.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/mcr.microsoft.com-onnxruntime-server:v0.5.1
docker tag ccr.ccs.tencentyun.com/cube-studio/mcr.microsoft.com-onnxruntime-server:v0.5.1 mcr.microsoft.com/onnxruntime/server:v0.5.1
docker pull ccr.ccs.tencentyun.com/cube-studio/python:3.7
docker tag ccr.ccs.tencentyun.com/cube-studio/python:3.7 python:3.7
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-xgboost-operator:v0.1.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-xgboost-operator:v0.1.0 gcr.io/kubeflow-images-public/xgboost-operator:v0.1.0
docker pull ccr.ccs.tencentyun.com/cube-studio/mpioperator-mpi-operator:latest
docker tag ccr.ccs.tencentyun.com/cube-studio/mpioperator-mpi-operator:latest mpioperator/mpi-operator:latest
docker pull ccr.ccs.tencentyun.com/cube-studio/nvidia-dcgm-exporter:2.0.13-2.1.2-ubuntu20.04
docker tag ccr.ccs.tencentyun.com/cube-studio/nvidia-dcgm-exporter:2.0.13-2.1.2-ubuntu20.04 nvidia/dcgm-exporter:2.0.13-2.1.2-ubuntu20.04
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.0.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.0.0-gpu tensorflow/serving:2.0.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-logger:0.2.2
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-logger:0.2.2 gcr.io/kfserving/logger:0.2.2
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-api-server:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-api-server:1.6.0 gcr.io/ml-pipeline/api-server:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.1.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.1.0-gpu tensorflow/serving:2.1.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/volcanosh-vc-scheduler:v1.4.0
docker tag ccr.ccs.tencentyun.com/cube-studio/volcanosh-vc-scheduler:v1.4.0 volcanosh/vc-scheduler:v1.4.0
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.2.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.2.0-gpu tensorflow/serving:2.2.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/mpioperator-kubectl-delivery:latest
docker tag ccr.ccs.tencentyun.com/cube-studio/mpioperator-kubectl-delivery:latest mpioperator/kubectl-delivery:latest
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-prometheus:v2.27.1
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-prometheus:v2.27.1 quay.io/prometheus/prometheus:v2.27.1
docker pull ccr.ccs.tencentyun.com/cube-studio/busybox
docker tag ccr.ccs.tencentyun.com/cube-studio/busybox busybox
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.3.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.3.0-gpu tensorflow/serving:2.3.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-metadata-envoy:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-metadata-envoy:1.6.0 gcr.io/ml-pipeline/metadata-envoy:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/istio-proxyv2:1.3.1
docker tag ccr.ccs.tencentyun.com/cube-studio/istio-proxyv2:1.3.1 istio/proxyv2:1.3.1
docker pull ccr.ccs.tencentyun.com/cube-studio/nvcr.io-nvidia-tensorrtserver:19.05-py3
docker tag ccr.ccs.tencentyun.com/cube-studio/nvcr.io-nvidia-tensorrtserver:19.05-py3 nvcr.io/nvidia/tensorrtserver:19.05-py3
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-kfserving-controller:v0.4.1
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-kfserving-controller:v0.4.1 gcr.io/kfserving/kfserving-controller:v0.4.1
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-node-agent-k8s:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-node-agent-k8s:release-1.3-latest-daily gcr.io/istio-release/node-agent-k8s:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.13.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.13.0 tensorflow/serving:1.13.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-metadata-writer:1.0.4
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-metadata-writer:1.0.4 gcr.io/ml-pipeline/metadata-writer:1.0.4
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-tfx-oss-public-ml_metadata_store_server:0.25.1
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-tfx-oss-public-ml_metadata_store_server:0.25.1 gcr.io/tfx-oss-public/ml_metadata_store_server:0.25.1
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-node-exporter:v0.15.2
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-node-exporter:v0.15.2 quay.io/prometheus/node-exporter:v0.15.2
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-citadel:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-citadel:release-1.3-latest-daily gcr.io/istio-release/citadel:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-sklearnserver:0.2.2
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-sklearnserver:0.2.2 gcr.io/kfserving/sklearnserver:0.2.2
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.11.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.11.0 tensorflow/serving:1.11.0
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-config-reloader:v0.56.1
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-config-reloader:v0.56.1 quay.io/prometheus-operator/prometheus-config-reloader:v0.56.1
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.2.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.2.0 tensorflow/serving:2.2.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-ingress-setup:latest
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-ingress-setup:latest gcr.io/kubeflow-images-public/ingress-setup:latest
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-xgboost-operator:vmaster-g56c2c075
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-xgboost-operator:vmaster-g56c2c075 gcr.io/kubeflow-images-public/xgboost-operator:vmaster-g56c2c075
docker pull ccr.ccs.tencentyun.com/cube-studio/nvidia-pod-gpu-metrics-exporter:v1.0.0-alpha
docker tag ccr.ccs.tencentyun.com/cube-studio/nvidia-pod-gpu-metrics-exporter:v1.0.0-alpha nvidia/pod-gpu-metrics-exporter:v1.0.0-alpha
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.13.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.13.0-gpu tensorflow/serving:1.13.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-metadata-writer:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-metadata-writer:1.6.0 gcr.io/ml-pipeline/metadata-writer:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-config-reloader:v0.48.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-config-reloader:v0.48.0 quay.io/prometheus-operator/prometheus-config-reloader:v0.48.0
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.14.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.14.0-gpu tensorflow/serving:1.14.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-knative-releases-knative.dev-serving-cmd-queue:792f6945c7bc73a49a470a5b955c39c8bd174705743abf5fb71aa0f4c04128eb
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-knative-releases-knative.dev-serving-cmd-queue:792f6945c7bc73a49a470a5b955c39c8bd174705743abf5fb71aa0f4c04128eb gcr.io/knative-releases/knative.dev/serving/cmd/queue:792f6945c7bc73a49a470a5b955c39c8bd174705743abf5fb71aa0f4c04128eb
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-sidecar_injector:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-sidecar_injector:release-1.3-latest-daily gcr.io/istio-release/sidecar_injector:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/argoproj-argoui:v2.3.0
docker tag ccr.ccs.tencentyun.com/cube-studio/argoproj-argoui:v2.3.0 argoproj/argoui:v2.3.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-alibi-explainer:0.2.2
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-alibi-explainer:0.2.2 gcr.io/kfserving/alibi-explainer:0.2.2
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-argoexec:v2.7.5-license-compliance
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-argoexec:v2.7.5-license-compliance gcr.io/ml-pipeline/argoexec:v2.7.5-license-compliance
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-kfam:vmaster-g9f3bfd00
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-kfam:vmaster-g9f3bfd00 gcr.io/kubeflow-images-public/kfam:vmaster-g9f3bfd00
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-alertmanager:v0.15.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-alertmanager:v0.15.0 quay.io/prometheus/alertmanager:v0.15.0
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.3.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.3.0 tensorflow/serving:2.3.0
docker pull ccr.ccs.tencentyun.com/cube-studio/volcanosh-vc-webhook-manager:v1.4.0
docker tag ccr.ccs.tencentyun.com/cube-studio/volcanosh-vc-webhook-manager:v1.4.0 volcanosh/vc-webhook-manager:v1.4.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-persistenceagent:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-persistenceagent:1.6.0 gcr.io/ml-pipeline/persistenceagent:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-coreos-addon-resizer:1.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-coreos-addon-resizer:1.0 quay.io/coreos/addon-resizer:1.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-storage-initializer:0.2.2
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-storage-initializer:0.2.2 gcr.io/kfserving/storage-initializer:0.2.2
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-jupyter-web-app:vmaster-g845af298
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-jupyter-web-app:vmaster-g845af298 gcr.io/kubeflow-images-public/jupyter-web-app:vmaster-g845af298
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-coreos-kube-state-metrics:v1.3.1
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-coreos-kube-state-metrics:v1.3.1 quay.io/coreos/kube-state-metrics:v1.3.1
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-coreos-kube-rbac-proxy:v0.3.1
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-coreos-kube-rbac-proxy:v0.3.1 quay.io/coreos/kube-rbac-proxy:v0.3.1
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-profile-controller:vmaster-ga49f658f
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-profile-controller:vmaster-ga49f658f gcr.io/kubeflow-images-public/profile-controller:vmaster-ga49f658f
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.12.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.12.0 tensorflow/serving:1.12.0
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.4.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.4.0 tensorflow/serving:2.4.0
docker pull ccr.ccs.tencentyun.com/cube-studio/alpine:3.10
docker tag ccr.ccs.tencentyun.com/cube-studio/alpine:3.10 alpine:3.10
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.4.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.4.0-gpu tensorflow/serving:2.4.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-viewer-crd-controller:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-viewer-crd-controller:1.6.0 gcr.io/ml-pipeline/viewer-crd-controller:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/nvidia-k8s-device-plugin:v0.7.1
docker tag ccr.ccs.tencentyun.com/cube-studio/nvidia-k8s-device-plugin:v0.7.1 nvidia/k8s-device-plugin:v0.7.1
docker pull ccr.ccs.tencentyun.com/cube-studio/k8s.gcr.io-prometheus-adapter-prometheus-adapter:v0.9.1
docker tag ccr.ccs.tencentyun.com/cube-studio/k8s.gcr.io-prometheus-adapter-prometheus-adapter:v0.9.1 k8s.gcr.io/prometheus-adapter/prometheus-adapter:v0.9.1
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-tfx-oss-public-ml_metadata_store_server:0.30.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-tfx-oss-public-ml_metadata_store_server:0.30.0 gcr.io/tfx-oss-public/ml_metadata_store_server:0.30.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubebuilder-kube-rbac-proxy:v0.4.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubebuilder-kube-rbac-proxy:v0.4.0 gcr.io/kubebuilder/kube-rbac-proxy:v0.4.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-admission-webhook:vmaster-ge5452b6f
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-admission-webhook:vmaster-ge5452b6f gcr.io/kubeflow-images-public/admission-webhook:vmaster-ge5452b6f
docker pull ccr.ccs.tencentyun.com/cube-studio/kubeflow-mxnet-operator:v1.0.0-20200625
docker tag ccr.ccs.tencentyun.com/cube-studio/kubeflow-mxnet-operator:v1.0.0-20200625 kubeflow/mxnet-operator:v1.0.0-20200625
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-tf_operator:vmaster-gda226016
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-tf_operator:vmaster-gda226016 gcr.io/kubeflow-images-public/tf_operator:vmaster-gda226016
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-proxyv2:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-proxyv2:release-1.3-latest-daily gcr.io/istio-release/proxyv2:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-mixer:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-mixer:release-1.3-latest-daily gcr.io/istio-release/mixer:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-operator:v0.46.0quay.io-prometheus-operator-prometheus-operator:v0.56.1
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-operator:v0.46.0quay.io-prometheus-operator-prometheus-operator:v0.56.1 quay.io/prometheus-operator/prometheus-operator:v0.46.0quay.io/prometheus-operator/prometheus-operator:v0.56.1
docker pull ccr.ccs.tencentyun.com/cube-studio/prom-prometheus:v2.8.0
docker tag ccr.ccs.tencentyun.com/cube-studio/prom-prometheus:v2.8.0 prom/prometheus:v2.8.0
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.1.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.1.0 tensorflow/serving:2.1.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-notebook-controller:vmaster-g6eb007d0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-notebook-controller:vmaster-g6eb007d0 gcr.io/kubeflow-images-public/notebook-controller:vmaster-g6eb007d0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-galley:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-galley:release-1.3-latest-daily gcr.io/istio-release/galley:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-proxy_init:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-proxy_init:release-1.3-latest-daily gcr.io/istio-release/proxy_init:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-jetstack-cert-manager-cainjector:v0.11.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-jetstack-cert-manager-cainjector:v0.11.0 quay.io/jetstack/cert-manager-cainjector:v0.11.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-envoy:metadata-grpc
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-envoy:metadata-grpc gcr.io/ml-pipeline/envoy:metadata-grpc
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-xgbserver:0.2.2
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-xgbserver:0.2.2 gcr.io/kfserving/xgbserver:0.2.2
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-xgboost-operator:vmaster-g56c2c075
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-xgboost-operator:vmaster-g56c2c075 gcr.io/kubeflow-images-public/xgboost-operator:vmaster-g56c2c075
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-api-server:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-api-server:1.6.0 gcr.io/ml-pipeline/api-server:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-tfx-oss-public-ml_metadata_store_server:0.22.1
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-tfx-oss-public-ml_metadata_store_server:0.22.1 gcr.io/tfx-oss-public/ml_metadata_store_server:0.22.1
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-jetstack-cert-manager-controller:v0.11.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-jetstack-cert-manager-controller:v0.11.0 quay.io/jetstack/cert-manager-controller:v0.11.0
docker pull ccr.ccs.tencentyun.com/cube-studio/kubernetesui-metrics-scraper:v1.0.6
docker tag ccr.ccs.tencentyun.com/cube-studio/kubernetesui-metrics-scraper:v1.0.6 kubernetesui/metrics-scraper:v1.0.6
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-argoexec:v2.12.9-license-compliance
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-argoexec:v2.12.9-license-compliance gcr.io/ml-pipeline/argoexec:v2.12.9-license-compliance
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-coreos-prometheus-operator:v0.22.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-coreos-prometheus-operator:v0.22.0 quay.io/coreos/prometheus-operator:v0.22.0
docker pull ccr.ccs.tencentyun.com/cube-studio/kubeflow-mxnet-operator:v1.0.0-20200625
docker tag ccr.ccs.tencentyun.com/cube-studio/kubeflow-mxnet-operator:v1.0.0-20200625 kubeflow/mxnet-operator:v1.0.0-20200625
docker pull ccr.ccs.tencentyun.com/cube-studio/mcr.microsoft.com-onnxruntime-server:v0.5.1
docker tag ccr.ccs.tencentyun.com/cube-studio/mcr.microsoft.com-onnxruntime-server:v0.5.1 mcr.microsoft.com/onnxruntime/server:v0.5.1
docker pull ccr.ccs.tencentyun.com/cube-studio/volcanosh-vc-webhook-manager:v1.4.0
docker tag ccr.ccs.tencentyun.com/cube-studio/volcanosh-vc-webhook-manager:v1.4.0 volcanosh/vc-webhook-manager:v1.4.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-google_containers-spartakus-amd64:v1.1.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-google_containers-spartakus-amd64:v1.1.0 gcr.io/google_containers/spartakus-amd64:v1.1.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-pytorchserver:0.2.2
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kfserving-pytorchserver:0.2.2 gcr.io/kfserving/pytorchserver:0.2.2
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-prometheus:v2.3.1
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-prometheus:v2.3.1 quay.io/prometheus/prometheus:v2.3.1
docker pull ccr.ccs.tencentyun.com/cube-studio/docker.io-kubeflowkatib-katib-controller:v1beta1-a96ff59
docker tag ccr.ccs.tencentyun.com/cube-studio/docker.io-kubeflowkatib-katib-controller:v1beta1-a96ff59 docker.io/kubeflowkatib/katib-controller:v1beta1-a96ff59
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-kubernetes-sigs-application:1.0-beta
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-kubernetes-sigs-application:1.0-beta gcr.io/kubeflow-images-public/kubernetes-sigs/application:1.0-beta
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.14.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.14.0 tensorflow/serving:1.14.0
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-kubernetes-ingress-controller-nginx-ingress-controller:0.30.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-kubernetes-ingress-controller-nginx-ingress-controller:0.30.0 quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.30.0
docker pull ccr.ccs.tencentyun.com/cube-studio/nvidia-dcgm-exporter:2.3.1-2.6.1-ubuntu20.04
docker tag ccr.ccs.tencentyun.com/cube-studio/nvidia-dcgm-exporter:2.3.1-2.6.1-ubuntu20.04 nvidia/dcgm-exporter:2.3.1-2.6.1-ubuntu20.04
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.0.0
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:2.0.0 tensorflow/serving:2.0.0
docker pull ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.11.0-gpu
docker tag ccr.ccs.tencentyun.com/cube-studio/tensorflow-serving:1.11.0-gpu tensorflow/serving:1.11.0-gpu
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-spark-operator-spark-operator:v1beta2-1.1.0-2.4.5
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-spark-operator-spark-operator:v1beta2-1.1.0-2.4.5 gcr.io/spark-operator/spark-operator:v1beta2-1.1.0-2.4.5
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-visualization-server:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-visualization-server:1.6.0 gcr.io/ml-pipeline/visualization-server:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-centraldashboard:vmaster-g8097cfeb
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-kubeflow-images-public-centraldashboard:vmaster-g8097cfeb gcr.io/kubeflow-images-public/centraldashboard:vmaster-g8097cfeb
docker pull ccr.ccs.tencentyun.com/cube-studio/metacontroller-metacontroller:v0.3.0
docker tag ccr.ccs.tencentyun.com/cube-studio/metacontroller-metacontroller:v0.3.0 metacontroller/metacontroller:v0.3.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-kubectl:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-kubectl:release-1.3-latest-daily gcr.io/istio-release/kubectl:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-pilot:release-1.3-latest-daily
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-istio-release-pilot:release-1.3-latest-daily gcr.io/istio-release/pilot:release-1.3-latest-daily
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-frontend:1.6.0
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-frontend:1.6.0 gcr.io/ml-pipeline/frontend:1.6.0
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-config-reloader:v0.46.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-config-reloader:v0.46.0 quay.io/prometheus-operator/prometheus-config-reloader:v0.46.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-minio:RELEASE.2019-08-14T20-37-41Z-license-compliance
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-minio:RELEASE.2019-08-14T20-37-41Z-license-compliance gcr.io/ml-pipeline/minio:RELEASE.2019-08-14T20-37-41Z-license-compliance
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-jetstack-cert-manager-webhook:v0.11.0
docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-jetstack-cert-manager-webhook:v0.11.0 quay.io/jetstack/cert-manager-webhook:v0.11.0
docker pull ccr.ccs.tencentyun.com/cube-studio/volcanosh-vc-controller-manager:v1.4.0
docker tag ccr.ccs.tencentyun.com/cube-studio/volcanosh-vc-controller-manager:v1.4.0 volcanosh/vc-controller-manager:v1.4.0
docker pull ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-workflow-controller:v2.12.9-license-compliance
docker tag ccr.ccs.tencentyun.com/cube-studio/gcr.io-ml-pipeline-workflow-controller:v2.12.9-license-compliance gcr.io/ml-pipeline/workflow-controller:v2.12.9-license-compliance
docker pull ccr.ccs.tencentyun.com/cube-studio/kubernetesui-dashboard:v2.2.0
docker tag ccr.ccs.tencentyun.com/cube-studio/kubernetesui-dashboard:v2.2.0 kubernetesui/dashboard:v2.2.0