添加新gpu构建镜像

This commit is contained in:
pengluan 2022-06-22 20:17:21 +08:00
parent 527d117721
commit 884de4dd6c
3 changed files with 322 additions and 0 deletions

View File

@ -61,6 +61,27 @@
# 常用基础镜像
### ubuntu
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.7
python3.8
- ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda11.0.3-cudnn8-python3.8
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.7
python3.8
- ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda10.2-cudnn7-python3.8
cuda10.1-cudnn7
- ccr.ccs.tencentyun.com/cube-studio/ubuntu-gpu:cuda10.1-cudnn7

View File

@ -1,6 +1,15 @@
set -ex
hubhost=ccr.ccs.tencentyun.com/cube-studio
base_image=nvidia/cuda:11.0.3-cudnn8-devel-ubuntu20.04
docker build -t $hubhost/ubuntu-gpu:cuda11.0.3-cudnn8 --build-arg FROM_IMAGES=$base_image -f cuda/Dockerfile .
docker build -t $hubhost/ubuntu-gpu:cuda11.0.3-cudnn8-python3.7 --build-arg FROM_IMAGES=$hubhost/ubuntu-gpu:cuda10.2-cudnn7 --build-arg PYTHON_VERSION=python3.7 -f cuda/python/Dockerfile .
docker build -t $hubhost/ubuntu-gpu:cuda11.0.3-cudnn8-python3.8 --build-arg FROM_IMAGES=$hubhost/ubuntu-gpu:cuda10.2-cudnn7 --build-arg PYTHON_VERSION=python3.8 -f cuda/python/Dockerfile .
docker push $hubhost/ubuntu-gpu:cuda11.0.3-cudnn8
docker push $hubhost/ubuntu-gpu:cuda11.0.3-cudnn8-python3.7
docker push $hubhost/ubuntu-gpu:cuda11.0.3-cudnn8-python3.8
base_image=nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04
docker build -t $hubhost/ubuntu-gpu:cuda10.2-cudnn7 --build-arg FROM_IMAGES=$base_image -f cuda/Dockerfile .
docker build -t $hubhost/ubuntu-gpu:cuda10.2-cudnn7-python3.7 --build-arg FROM_IMAGES=$hubhost/ubuntu-gpu:cuda10.2-cudnn7 --build-arg PYTHON_VERSION=python3.7 -f cuda/python/Dockerfile .

View File

@ -0,0 +1,292 @@
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-nginx-ingress-controller:nginx-0.35.0-rancher2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-nginx-ingress-controller:nginx-0.35.0-rancher2 rancher/nginx-ingress-controller:nginx-0.35.0-rancher2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-prometheus-operator:v0.38.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-prometheus-operator:v0.38.1 rancher/coreos-prometheus-operator:v0.38.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-cluster-proportional-autoscaler:1.8.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-cluster-proportional-autoscaler:1.8.1 rancher/cluster-proportional-autoscaler:1.8.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-library-traefik:1.7.19
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-library-traefik:1.7.19 rancher/library-traefik:1.7.19
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-galley:1.5.9
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-galley:1.5.9 rancher/istio-galley:1.5.9
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-kiali-kiali:v1.24.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-kiali-kiali:v1.24.0 rancher/kiali-kiali:v1.24.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-flannel:v0.12.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-flannel:v0.12.0 rancher/coreos-flannel:v0.12.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-coredns-plugin:0.2-istio-1.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-coredns-plugin:0.2-istio-1.1 rancher/istio-coredns-plugin:0.2-istio-1.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-local-path-provisioner:v0.0.14
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-local-path-provisioner:v0.0.14 rancher/local-path-provisioner:v0.0.14
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-backup-restore-operator:v1.0.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-backup-restore-operator:v1.0.2 rancher/backup-restore-operator:v1.0.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-installer:1.7.3-rancher2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-installer:1.7.3-rancher2 rancher/istio-installer:1.7.3-rancher2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-local-path-provisioner:v0.0.11
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-local-path-provisioner:v0.0.11 rancher/local-path-provisioner:v0.0.11
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-kube-dns:1.15.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-kube-dns:1.15.0 rancher/k8s-dns-kube-dns:1.15.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-longhorn-engine:v1.0.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-longhorn-engine:v1.0.2 rancher/longhornio-longhorn-engine:v1.0.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/registry:2
docker tag ccr.ccs.tencentyun.com/cube-rancher/registry:2 registry:2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-mixer:1.5.9
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-mixer:1.5.9 rancher/istio-mixer:1.5.9
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-eks-operator:v1.0.4
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-eks-operator:v1.0.4 rancher/eks-operator:v1.0.4
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-rke-tools:v0.1.66
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-rke-tools:v0.1.66 rancher/rke-tools:v0.1.66
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-dnsmasq-nanny:1.15.10
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-dnsmasq-nanny:1.15.10 rancher/k8s-dns-dnsmasq-nanny:1.15.10
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-csi-attacher:v2.0.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-csi-attacher:v2.0.0 rancher/longhornio-csi-attacher:v2.0.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-etcd:v3.3.15-rancher1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-etcd:v3.3.15-rancher1 rancher/coreos-etcd:v3.3.15-rancher1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-1.5-migration:0.1.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-1.5-migration:0.1.1 rancher/istio-1.5-migration:0.1.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-csi-resizer:v0.3.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-csi-resizer:v0.3.0 rancher/longhornio-csi-resizer:v0.3.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-library-busybox:1.31.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-library-busybox:1.31.1 rancher/library-busybox:1.31.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-security-scan:v0.1.14
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-security-scan:v0.1.14 rancher/security-scan:v0.1.14
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-kube-api-auth:v0.1.4
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-kube-api-auth:v0.1.4 rancher/kube-api-auth:v0.1.4
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-ctl:v3.13.4
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-ctl:v3.13.4 rancher/calico-ctl:v3.13.4
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-sidecar:1.15.10
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-sidecar:1.15.10 rancher/k8s-dns-sidecar:1.15.10
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-fluent-bit-out-syslog:0.1.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-fluent-bit-out-syslog:0.1.0 rancher/fluent-bit-out-syslog:0.1.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-kubectl:v1.18.6
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-kubectl:v1.18.6 rancher/kubectl:v1.18.6
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-kubectl:1.4.6
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-kubectl:1.4.6 rancher/istio-kubectl:1.4.6
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-library-nginx:1.19.2-alpine
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-library-nginx:1.19.2-alpine rancher/library-nginx:1.19.2-alpine
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-kubectl:v1.18.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-kubectl:v1.18.0 rancher/kubectl:v1.18.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-kube-dns:1.15.10
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-kube-dns:1.15.10 rancher/k8s-dns-kube-dns:1.15.10
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-pilot:1.7.3
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-pilot:1.7.3 rancher/istio-pilot:1.7.3
docker pull ccr.ccs.tencentyun.com/cube-rancher/busybox
docker tag ccr.ccs.tencentyun.com/cube-rancher/busybox busybox
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-grafana-grafana:7.1.5
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-grafana-grafana:7.1.5 rancher/grafana-grafana:7.1.5
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-jetstack-cert-manager-controller:v0.8.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-jetstack-cert-manager-controller:v0.8.1 rancher/jetstack-cert-manager-controller:v0.8.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-k3s-upgrade:v1.17.13-k3s2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-k3s-upgrade:v1.17.13-k3s2 rancher/k3s-upgrade:v1.17.13-k3s2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-rancher-agent:v2.4.8
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-rancher-agent:v2.4.8 rancher/rancher-agent:v2.4.8
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-sonobuoy-sonobuoy:v0.16.3
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-sonobuoy-sonobuoy:v0.16.3 rancher/sonobuoy-sonobuoy:v0.16.3
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-longhorn-manager:v1.0.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-longhorn-manager:v1.0.2 rancher/longhornio-longhorn-manager:v1.0.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-webhook-receiver:v0.2.4
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-webhook-receiver:v0.2.4 rancher/webhook-receiver:v0.2.4
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-pause:3.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-pause:3.2 rancher/pause:3.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-hyperkube:v1.18.10-rancher1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-hyperkube:v1.18.10-rancher1 rancher/hyperkube:v1.18.10-rancher1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-cni:v3.16.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-cni:v3.16.1 rancher/calico-cni:v3.16.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-fleet:v0.3.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-fleet:v0.3.1 rancher/fleet:v0.3.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-nginx-ingress-controller-defaultbackend:1.5-rancher1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-nginx-ingress-controller-defaultbackend:1.5-rancher1 rancher/nginx-ingress-controller-defaultbackend:1.5-rancher1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-longhorn-ui:v1.0.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-longhorn-ui:v1.0.2 rancher/longhornio-longhorn-ui:v1.0.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-pipeline-tools:v0.1.15
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-pipeline-tools:v0.1.15 rancher/pipeline-tools:v0.1.15
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-etcd:v3.4.3-rancher1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-etcd:v3.4.3-rancher1 rancher/coreos-etcd:v3.4.3-rancher1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-tekton-utils:v0.1.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-tekton-utils:v0.1.0 rancher/tekton-utils:v0.1.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-kiali-kiali:v1.17
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-kiali-kiali:v1.17 rancher/kiali-kiali:v1.17
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-pilot:1.5.9
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-pilot:1.5.9 rancher/istio-pilot:1.5.9
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-kube-controllers:v3.16.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-kube-controllers:v3.16.1 rancher/calico-kube-controllers:v3.16.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-proxyv2:1.7.3
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-proxyv2:1.7.3 rancher/istio-proxyv2:1.7.3
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-cluster-proportional-autoscaler:1.7.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-cluster-proportional-autoscaler:1.7.1 rancher/cluster-proportional-autoscaler:1.7.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-node:v3.16.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-node:v3.16.1 rancher/calico-node:v3.16.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-pod2daemon-flexvol:v3.16.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-pod2daemon-flexvol:v3.16.1 rancher/calico-pod2daemon-flexvol:v3.16.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-proxyv2:1.5.9
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-proxyv2:1.5.9 rancher/istio-proxyv2:1.5.9
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-minio-minio:RELEASE.2020-07-13T18-09-56Z
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-minio-minio:RELEASE.2020-07-13T18-09-56Z rancher/minio-minio:RELEASE.2020-07-13T18-09-56Z
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-coredns-coredns:1.6.9
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-coredns-coredns:1.6.9 rancher/coredns-coredns:1.6.9
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-shell:v0.1.5
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-shell:v0.1.5 rancher/shell:v0.1.5
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-kube-dns:1.15.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-kube-dns:1.15.2 rancher/k8s-dns-kube-dns:1.15.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-mixer:1.7.3
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-mixer:1.7.3 rancher/istio-mixer:1.7.3
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-coredns-coredns:1.6.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-coredns-coredns:1.6.2 rancher/coredns-coredns:1.6.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-pod2daemon-flexvol:v3.13.4
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-pod2daemon-flexvol:v3.13.4 rancher/calico-pod2daemon-flexvol:v3.13.4
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-longhorn-instance-manager:v1_20200514
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-longhorn-instance-manager:v1_20200514 rancher/longhornio-longhorn-instance-manager:v1_20200514
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-coredns-coredns:1.6.5
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-coredns-coredns:1.6.5 rancher/coredns-coredns:1.6.5
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-banzaicloud-logging-operator:3.6.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-banzaicloud-logging-operator:3.6.0 rancher/banzaicloud-logging-operator:3.6.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-kube-controllers:v3.13.4
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-kube-controllers:v3.13.4 rancher/calico-kube-controllers:v3.13.4
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-flannel-cni:v0.3.0-rancher6
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-flannel-cni:v0.3.0-rancher6 rancher/flannel-cni:v0.3.0-rancher6
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-kiwigrid-k8s-sidecar:0.1.151
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-kiwigrid-k8s-sidecar:0.1.151 rancher/kiwigrid-k8s-sidecar:0.1.151
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-pushprox-proxy:v0.1.0-rancher1-proxy
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-pushprox-proxy:v0.1.0-rancher1-proxy rancher/pushprox-proxy:v0.1.0-rancher1-proxy
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-node-agent-k8s:1.5.9
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-node-agent-k8s:1.5.9 rancher/istio-node-agent-k8s:1.5.9
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-etcd:v3.4.13-rancher1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-etcd:v3.4.13-rancher1 rancher/coreos-etcd:v3.4.13-rancher1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-cis-operator:v1.0.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-cis-operator:v1.0.1 rancher/cis-operator:v1.0.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-opa-gatekeeper:v3.1.0-beta.7
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-opa-gatekeeper:v3.1.0-beta.7 rancher/opa-gatekeeper:v3.1.0-beta.7
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-hyperkube:v1.19.3-rancher1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-hyperkube:v1.19.3-rancher1 rancher/hyperkube:v1.19.3-rancher1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-pushprox-client:v0.1.0-rancher1-client
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-pushprox-client:v0.1.0-rancher1-client rancher/pushprox-client:v0.1.0-rancher1-client
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-curlimages-curl:7.70.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-curlimages-curl:7.70.0 rancher/curlimages-curl:7.70.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-rancher-operator:v0.1.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-rancher-operator:v0.1.1 rancher/rancher-operator:v0.1.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-thanosio-thanos:v0.15.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-thanosio-thanos:v0.15.0 rancher/thanosio-thanos:v0.15.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-system-upgrade-controller:v0.6.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-system-upgrade-controller:v0.6.2 rancher/system-upgrade-controller:v0.6.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-sidecar:1.15.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-sidecar:1.15.2 rancher/k8s-dns-sidecar:1.15.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-metrics-server:v0.3.4
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-metrics-server:v0.3.4 rancher/metrics-server:v0.3.4
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-pause:3.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-pause:3.1 rancher/pause:3.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-node-cache:1.15.13
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-node-cache:1.15.13 rancher/k8s-dns-node-cache:1.15.13
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-fleet-agent:v0.3.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-fleet-agent:v0.3.1 rancher/fleet-agent:v0.3.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-sidecar_injector:1.5.9
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-sidecar_injector:1.5.9 rancher/istio-sidecar_injector:1.5.9
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-jimmidyson-configmap-reload:v0.2.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-jimmidyson-configmap-reload:v0.2.2 rancher/jimmidyson-configmap-reload:v0.2.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-prom-alertmanager:v0.21.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-prom-alertmanager:v0.21.0 rancher/prom-alertmanager:v0.21.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-jimmidyson-configmap-reload:v0.3.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-jimmidyson-configmap-reload:v0.3.0 rancher/jimmidyson-configmap-reload:v0.3.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-klipper-helm:v0.3.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-klipper-helm:v0.3.0 rancher/klipper-helm:v0.3.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-prom-prometheus:v2.12.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-prom-prometheus:v2.12.0 rancher/prom-prometheus:v2.12.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-kubectl:1.5.10
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-kubectl:1.5.10 rancher/istio-kubectl:1.5.10
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-ctl:v3.16.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-ctl:v3.16.1 rancher/calico-ctl:v3.16.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-hyperkube:v1.17.13-rancher1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-hyperkube:v1.17.13-rancher1 rancher/hyperkube:v1.17.13-rancher1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-directxman12-k8s-prometheus-adapter-amd64:v0.6.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-directxman12-k8s-prometheus-adapter-amd64:v0.6.0 rancher/directxman12-k8s-prometheus-adapter-amd64:v0.6.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-gitjob:v0.1.8
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-gitjob:v0.1.8 rancher/gitjob:v0.1.8
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-jenkins-jnlp-slave:3.35-4
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-jenkins-jnlp-slave:3.35-4 rancher/jenkins-jnlp-slave:3.35-4
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-security-scan:v0.2.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-security-scan:v0.2.1 rancher/security-scan:v0.2.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-rancher:v2.5.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-rancher:v2.5.2 rancher/rancher:v2.5.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-csi-provisioner:v1.4.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-csi-provisioner:v1.4.0 rancher/longhornio-csi-provisioner:v1.4.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-squareup-ghostunnel:v1.5.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-squareup-ghostunnel:v1.5.2 rancher/squareup-ghostunnel:v1.5.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-kubectl:1.5.9
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-kubectl:1.5.9 rancher/istio-kubectl:1.5.9
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-pipeline-jenkins-server:v0.1.4
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-pipeline-jenkins-server:v0.1.4 rancher/pipeline-jenkins-server:v0.1.4
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-dnsmasq-nanny:1.15.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-dnsmasq-nanny:1.15.2 rancher/k8s-dns-dnsmasq-nanny:1.15.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-sidecar:1.15.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-sidecar:1.15.0 rancher/k8s-dns-sidecar:1.15.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-prom-prometheus:v2.18.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-prom-prometheus:v2.18.2 rancher/prom-prometheus:v2.18.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-hyperkube:v1.16.15-rancher1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-hyperkube:v1.16.15-rancher1 rancher/hyperkube:v1.16.15-rancher1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-node:v3.13.4
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-node:v3.13.4 rancher/calico-node:v3.13.4
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-fluent-fluent-bit:1.5.4
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-fluent-fluent-bit:1.5.4 rancher/fluent-fluent-bit:1.5.4
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-jettech-kube-webhook-certgen:v1.2.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-jettech-kube-webhook-certgen:v1.2.1 rancher/jettech-kube-webhook-certgen:v1.2.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-configmap-reload:v0.3.0-rancher2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-configmap-reload:v0.3.0-rancher2 rancher/configmap-reload:v0.3.0-rancher2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-rancher-agent:v2.5.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-rancher-agent:v2.5.2 rancher/rancher-agent:v2.5.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-klipper-helm:v0.2.7
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-klipper-helm:v0.2.7 rancher/klipper-helm:v0.2.7
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-prometheus-auth:v0.2.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-prometheus-auth:v0.2.1 rancher/prometheus-auth:v0.2.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-plugins-docker:18.09
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-plugins-docker:18.09 rancher/plugins-docker:18.09
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-flannel:v0.13.0-rancher1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-flannel:v0.13.0-rancher1 rancher/coreos-flannel:v0.13.0-rancher1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-kube-state-metrics:v1.9.7
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-kube-state-metrics:v1.9.7 rancher/coreos-kube-state-metrics:v1.9.7
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-dnsmasq-nanny:1.15.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-dnsmasq-nanny:1.15.0 rancher/k8s-dns-dnsmasq-nanny:1.15.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-pstauffer-curl:v1.0.3
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-pstauffer-curl:v1.0.3 rancher/pstauffer-curl:v1.0.3
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-jaegertracing-all-in-one:1.14
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-jaegertracing-all-in-one:1.14 rancher/jaegertracing-all-in-one:1.14
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-banzaicloud-fluentd:v1.11.2-alpine-2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-banzaicloud-fluentd:v1.11.2-alpine-2 rancher/banzaicloud-fluentd:v1.11.2-alpine-2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-grafana-grafana:6.7.4
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-grafana-grafana:6.7.4 rancher/grafana-grafana:6.7.4
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-csi-node-driver-registrar:v1.2.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-longhornio-csi-node-driver-registrar:v1.2.0 rancher/longhornio-csi-node-driver-registrar:v1.2.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-cni:v3.13.4
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-calico-cni:v3.13.4 rancher/calico-cni:v3.13.4
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-node-cache:1.15.7
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-k8s-dns-node-cache:1.15.7 rancher/k8s-dns-node-cache:1.15.7
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-log-aggregator:v0.1.7
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-log-aggregator:v0.1.7 rancher/log-aggregator:v0.1.7
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-prom-node-exporter:v1.0.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-prom-node-exporter:v1.0.1 rancher/prom-node-exporter:v1.0.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-klipper-lb:v0.1.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-klipper-lb:v0.1.2 rancher/klipper-lb:v0.1.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-k3s-upgrade:v1.19.3-k3s2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-k3s-upgrade:v1.19.3-k3s2 rancher/k3s-upgrade:v1.19.3-k3s2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-prometheus-config-reloader:v0.38.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-coreos-prometheus-config-reloader:v0.38.1 rancher/coreos-prometheus-config-reloader:v0.38.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-fluent-fluent-bit:1.5.4-debug
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-fluent-fluent-bit:1.5.4-debug rancher/fluent-fluent-bit:1.5.4-debug
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-install-cni:1.7.3
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-install-cni:1.7.3 rancher/istio-install-cni:1.7.3
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-openpolicyagent-gatekeeper:v3.1.1
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-openpolicyagent-gatekeeper:v3.1.1 rancher/openpolicyagent-gatekeeper:v3.1.1
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-coredns-coredns:1.7.0
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-coredns-coredns:1.7.0 rancher/coredns-coredns:1.7.0
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-klipper-helm:v0.2.3
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-klipper-helm:v0.2.3 rancher/klipper-helm:v0.2.3
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-metrics-server:v0.3.6
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-metrics-server:v0.3.6 rancher/metrics-server:v0.3.6
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-rancher-webhook:v0.1.0-beta7
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-rancher-webhook:v0.1.0-beta7 rancher/rancher-webhook:v0.1.0-beta7
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-kubernetes-external-dns:v0.7.3
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-kubernetes-external-dns:v0.7.3 rancher/kubernetes-external-dns:v0.7.3
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-openzipkin-zipkin:2.14.2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-openzipkin-zipkin:2.14.2 rancher/openzipkin-zipkin:2.14.2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-citadel:1.5.9
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-istio-citadel:1.5.9 rancher/istio-citadel:1.5.9
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-k3s-upgrade:v1.18.10-k3s2
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-k3s-upgrade:v1.18.10-k3s2 rancher/k3s-upgrade:v1.18.10-k3s2
docker pull ccr.ccs.tencentyun.com/cube-rancher/rancher-fluentd:v0.1.19
docker tag ccr.ccs.tencentyun.com/cube-rancher/rancher-fluentd:v0.1.19 rancher/fluentd:v0.1.19