篇幅三. docker私有仓库安装
前提: 1.1.1.1 已安装docker,步骤可参照 篇幅二
1.镜像下载
docker pull registry
2.启动脚本
mkdir -p /home/jenkins/docker/registry
mkdir -p /data/images/registry
cd /home/jenkins/docker/registry
touch registry_start.sh
cat registry_start.sh
docker run -p 5000:5000 -v /data/images/registry:/var/lib/registry --name registry -d registry
sh registry_start.sh
3.推送镜像进仓库
#例
docker pull registry.aliyuncs.com/google_containers/coredns:v1.8.6
docker tag registry.aliyuncs.com/google_containers/coredns:v1.8.6 1.1.1.1:5000/coredns:v1.8.6
docker push 1.1.1.1:5000/coredns:v1.8.6
4.本次安装pull的所有镜像展示
REPOSITORY TAG IMAGE ID CREATED SIZE
bitnami/mongodb-exporter latest 83fd550957d0 10 days ago 111MB
rancher/mirrored-flannelcni-flannel v0.19.1 252b2c3ee6c8 5 weeks ago 62.3MB
mongo 5.0.9 c8b57c4bf7e3 3 months ago 701MB
rancher/mirrored-flannelcni-flannel-cni-plugin v1.1.0 fcecffc7ad4a 3 months ago 8.09MB
registry.aliyuncs.com/google_containers/kube-apiserver v1.23.5 3fc1d62d6587 6 months ago 135MB
registry.aliyuncs.com/google_containers/kube-proxy v1.23.5 3c53fa8541f9 6 months ago 112MB
registry.aliyuncs.com/google_containers/kube-scheduler v1.23.5 884d49d6d8c9 6 months ago 53.5MB
registry.aliyuncs.com/google_containers/kube-controller-manager v1.23.5 b0c9e5e4dbb1 6 months ago 125MB
bitnami/kube-state-metrics 2.3.0 b3eaf34ac952 8 months ago 122MB
nginx latest 605c77e624dd 8 months ago 141MB
mysql 8.0 3218b38490ce 8 months ago 516MB
quay.io/prometheus-operator/prometheus-config-reloader v0.53.1 75475a51af32 8 months ago 12.2MB
quay.io/prometheus-operator/prometheus-operator v0.53.1 97af0514d789 8 months ago 49.4MB
quay.io/prometheus/prometheus v2.32.1 a3d385fc29f9 9 months ago 201MB
grafana/grafana 8.3.3 9b957e098315 9 months ago 275MB
mongo latest dfda7a2cf273 9 months ago 693MB
quay.io/prometheus/node-exporter v1.3.1 1dbe0e931976 9 months ago 20.9MB
registry latest b8604a3fe854 10 months ago 26.2MB
registry.aliyuncs.com/google_containers/etcd 3.5.1-0 25f8c7f3da61 10 months ago 293MB
rgwrgw555/prometheus-adapter v0.9.1 179df2737843 11 months ago 68.2MB
registry.aliyuncs.com/google_containers/coredns v1.8.6 a4ca41631cc7 11 months ago 46.8MB
registry.aliyuncs.com/google_containers/pause 3.6 6270bb605e12 12 months ago 683kB
quay.io/prometheus/alertmanager v0.23.0 ba2b418f427c 12 months ago 57.5MB
quay.io/brancz/kube-rbac-proxy v0.11.0 29589495df8d 13 months ago 46.6MB
quay.io/prometheus/blackbox-exporter v0.19.0 c9e462ce1ee4 16 months ago 20.9MB
jimmidyson/configmap-reload v0.5.0 d771cc9785a1 19 months ago 9.99MB
python 3.6.8 48c06762acf0 3 years ago 924MB
jmgao1983/flannel latest ff281650a721 3 years ago 52.6MB
kdelfour/cloud9-docker latest c75f6cd12329 4 years ago 848MB
5.本次安装push的所有镜像展示
1.1.1.1:5000/node-exporter-client v1.0.0 76c12b14e3c6 6 days ago 20.9MB
1.1.1.1:5000/mongodb-exporter latest 83fd550957d0 10 days ago 111MB
1.1.1.1:5000/mirrored-flannelcni-flannel v0.19.1 252b2c3ee6c8 5 weeks ago 62.3MB
1.1.1.1:5000/mongo 5.0.9 c8b57c4bf7e3 3 months ago 701MB
1.1.1.1:5000/mirrored-flannelcni-flannel-cni-plugin v1.1.0 fcecffc7ad4a 3 months ago 8.09MB
1.1.1.1:5000/kube-apiserver v1.23.5 3fc1d62d6587 6 months ago 135MB
1.1.1.1:5000/kube-proxy v1.23.5 3c53fa8541f9 6 months ago 112MB
1.1.1.1:5000/kube-controller-manager v1.23.5 b0c9e5e4dbb1 6 months ago 125MB
1.1.1.1:5000/kube-scheduler v1.23.5 884d49d6d8c9 6 months ago 53.5MB
1.1.1.1:5000/kube-state-metrics 2.3.0 b3eaf34ac952 8 months ago 122MB
1.1.1.1:5000/nginx latest 605c77e624dd 8 months ago 141MB
1.1.1.1:5000/mysql 8.0 3218b38490ce 8 months ago 516MB
1.1.1.1:5000/prometheus-config-reloader v0.53.1 75475a51af32 8 months ago 12.2MB
1.1.1.1:5000/prometheus-operator v0.53.1 97af0514d789 8 months ago 49.4MB
1.1.1.1:5000/prometheus v2.32.1 a3d385fc29f9 9 months ago 201MB
1.1.1.1:5000/grafana 8.3.3 9b957e098315 9 months ago 275MB
1.1.1.1:5000/node-exporter v1.3.1 1dbe0e931976 9 months ago 20.9MB
1.1.1.1:5000/etcd 3.5.1-0 25f8c7f3da61 10 months ago 293MB
1.1.1.1:5000/prometheus-adapter v0.9.1 179df2737843 11 months ago 68.2MB
1.1.1.1:5000/coredns v1.8.6 a4ca41631cc7 11 months ago 46.8MB
1.1.1.1:5000/pause 3.6 6270bb605e12 12 months ago 683kB
1.1.1.1:5000/alertmanager v0.23.0 ba2b418f427c 12 months ago 57.5MB
1.1.1.1:5000/kube-rbac-proxy v0.11.0 29589495df8d 13 months ago 46.6MB
1.1.1.1:5000/blackbox-exporter v0.19.0 c9e462ce1ee4 16 months ago 20.9MB
1.1.1.1:5000/configmap-reload v0.5.0 d771cc9785a1 19 months ago 9.99MB
1.1.1.1:5000/cloud9-docker latest c75f6cd12329 4 years ago 848MB