默认应用安装在 docker run -it kubesphere/openpitrix-jobs:v3.1.0
这个镜像里面
./package
./package/redis-0.3.5.tgz
./package/tomcat-0.4.3.tgz
./package/radondb-mysql-1.0.0.tgz
./package/rabbitmq-0.3.2.tgz
./package/elasticsearch-exporter-3.3.3.tgz
./package/etcd-0.1.3.tgz
./package/postgresql-0.4.2.tgz
./package/mongodb-0.3.2.tgz
./package/mysql-1.6.8.tgz
./package/redis-exporter-3.4.4.tgz
./package/harbor-1.4.1.tgz
./package/nginx-1.3.5.tgz
./package/memcached-3.2.5.tgz
./package/minio-6.0.5.tgz
./package/mysql-exporter-0.5.6.tgz
./package/apisix-0.1.7.tgz
./urls.txt
./kubesphere
./kubesphere/import-config.yaml
cat urls.txt
https://charts.kubesphere.io/main/elasticsearch-exporter-3.3.3.tgz
https://charts.kubesphere.io/main/harbor-1.4.1.tgz
https://charts.kubesphere.io/main/memcached-3.2.5.tgz
https://charts.kubesphere.io/main/minio-6.0.5.tgz
https://charts.kubesphere.io/main/mysql-1.6.8.tgz
https://charts.kubesphere.io/main/mysql-exporter-0.5.6.tgz
https://charts.kubesphere.io/main/nginx-1.3.5.tgz
https://charts.kubesphere.io/main/redis-exporter-3.4.4.tgz
https://charts.kubesphere.io/main/tomcat-0.4.3.tgz
https://charts.kubesphere.io/test/apisix-0.1.7.tgz
https://charts.kubesphere.io/test/etcd-0.1.3.tgz
https://charts.kubesphere.io/test/mongodb-0.3.2.tgz
https://charts.kubesphere.io/test/postgresql-0.4.2.tgz
https://charts.kubesphere.io/test/rabbitmq-0.3.2.tgz
https://charts.kubesphere.io/test/redis-0.3.5.tgz
https://charts.kubesphere.io/test/radondb-mysql-1.0.0.tgz
cat ./kubesphere/import-config.yaml
# map category name to icon
categoryIcon:
"Database & Cache": "database"
"Prometheus Exporter": "export"
"Networking": "router"
"Storage": "storage"
"Image Registry": "cdn"
"Big Data": "increase"
"Message Queueing": "blockchain"
"Web Server": "ip"
appNameReplace:
"elasticsearch-exporter": "Elasticsearch Exporter"
"harbor": "Harbor"
"memcached": "Memcached"
"minio": "MinIO"
"mysql": "MySQL"
"mysql-exporter": "MySQL Exporter"
"nginx": "NGINX"
"redis-exporter": "Redis Exporter"
"tomcat": "Tomcat"
"apisix": "APISIX"
"etcd": "etcd"
"mongodb": "MongoDB"
"postgresql": "PostgreSQL"
"rabbitmq": "RabbitMQ"
"redis": "Redis"
"radondb-mysql": "RadonDB MySQL"
把镜像里面的文件替换掉, 做私有镜像处理