15 Star 43 Fork 36

xhua / OpenshiftOneClick

 / 详情

pull cd image 脚本

待办的
创建于  
2019-11-01 14:19

发现带宽还是非常影响安装成功率。

我现在都是先装docker,下载镜像,再进行安装,这样基本可以保证安装成功。

#!/bin/bash
CICD_IMAGES=(
openshift/origin-node:v3.11.0
openshift/origin-pod:v3.11.0
openshift/origin-docker-builder:latest
openshift/origin-control-plane:v3.11.0
openshift/origin-haproxy-router:v3.11.0
openshift/origin-deployer:v3.11.0
openshift/origin-docker-registry:v3.11.0
openshift/origin-web-console:v3.11.0
openshift/origin-console:v3.11.0
openshift/jenkins-agent-maven-35-centos7:v3.11
openshift/jenkins-2-centos7:latest
xhuaustc/nfs-client-provisioner:latest
gitlab/gitlab-ce:11.4.0-ce.0
redis:3.2.3-alpine
centos/postgresql-95-centos7:latest
openshiftdemos/gogs:0.11.34
sonatype/nexus3:3.18.1
xhuaustc/sonarqube:7.9.1
openshiftdemos/sonarqube:6.7
centos/mysql-57-centos7:latest
xhuaustc/openshift-kafka:latest
xhuaustc/openshift-kafka:latest
xhuaustc/logstash:6.6.1
xhuaustc/elasticsearch:6.6.1
xhuaustc/zalenium:3
xhuaustc/selenium:3
xhuaustc/kibana:6.6.1
rabbitmq:3.7-management
curiouser/dubbo_zookeeper:v1
blackcater/easy-mock:1.6.0
mongo:4.1
redis:5
tomcat:8.5-alpine
xhuaustc/apolloconfigadmin:latest
xhuaustc/apolloportal:latest
memcached:1.5
perconalab/proxysql-openshift:0.5
perconalab/pxc-openshift:latest
centos/nginx-112-centos7:latest
xhuaustc/openldap-2441-centos7:latest)

for image in "${CICD_IMAGES[@]}"
do
docker pull $image
done

评论 (1)

Admin 创建了任务

少了etcd的image,v3.2.22。

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(2)
Python
1
https://gitee.com/xhua/OpenshiftOneClick.git
git@gitee.com:xhua/OpenshiftOneClick.git
xhua
OpenshiftOneClick
OpenshiftOneClick

搜索帮助

14c37bed 8189591 565d56ea 8189591