当前位置:   article > 正文

因最近各个docker镜像加速站被关闭,先把服务器常用镜像转移到私有harbor上。

因最近各个docker镜像加速站被关闭,先把服务器常用镜像转移到私有harbor上。

一、登录

docker login https://harbor.cqxyy.net/ -u 账号 -p 密码

二、转移镜像

  • minio 2024.05版
  1. # 指定tag
  2. docker tag minio/minio:RELEASE.2024-05-10T01-41-38Z harbor.cqxyy.net/customer-software/minio:RELEASE.2024-05-10T01-41-38Z
  3. # 推送镜像
  4. docker push harbor.cqxyy.net/customer-software/minio:RELEASE.2024-05-10T01-41-38Z
  • java 8
  1. docker tag anapsix/alpine-java:8_server-jre_unlimited harbor.cqxyy.net/customer-software/alpine-java:8_server-jre_unlimited
  2. docker push harbor.cqxyy.net/customer-software/alpine-java:8_server-jre_unlimited

redis 7.2

  1. docker tag redis:7.2.0 harbor.cqxyy.net/customer-software/redis:7.2.0
  2. docker push harbor.cqxyy.net/customer-software/redis:7.2.0

nginx 1.22.1

  1. docker tag nginx:1.22.1 harbor.cqxyy.net/customer-software/nginx:1.22.1
  2. docker push harbor.cqxyy.net/customer-software/nginx:1.22.1

nignx 1.26.0(较新)

  1. docker tag nginx:1.26.0 harbor.cqxyy.net/customer-software/nginx:1.26.0
  2. docker push harbor.cqxyy.net/customer-software/nginx:1.26.0

postgres 14.9

  1. docker tag postgres:14.9-alpine3.18 harbor.cqxyy.net/customer-software/postgres:14.9-alpine3.18
  2. docker push harbor.cqxyy.net/customer-software/postgres:14.9-alpine3.18

postgres 16.3

  1. docker tag postgres:16.3-alpine3.18 harbor.cqxyy.net/customer-software/postgres:16.3-alpine3.18
  2. docker push harbor.cqxyy.net/customer-software/postgres:16.3-alpine3.18

zlmediakit 

  1. docker tag zlmediakit/zlmediakit:master harbor.cqxyy.net/customer-software/zlmediakit/zlmediakit:master
  2. docker push harbor.cqxyy.net/customer-software/zlmediakit/zlmediakit:master

nacos v2.3.0

  1. docker tag nacos/nacos-server:v2.3.0 harbor.cqxyy.net/customer-software/nacos/nacos-server:v2.3.0
  2. docker push harbor.cqxyy.net/customer-software/nacos/nacos-server:v2.3.0

sentinel 1.8.5 (自定义通过dockerfile构建的镜像,非官方镜像)

  1. docker tag sentinel:latest harbor.cqxyy.net/customer-software/sentinel:latest
  2. docker push harbor.cqxyy.net/customer-software/sentinel:latest

rocketmq-dashboard

  1. docker tag apacherocketmq/rocketmq-dashboard:latest harbor.cqxyy.net/customer-software/apacherocketmq/rocketmq-dashboard:latest
  2. docker push harbor.cqxyy.net/customer-software/apacherocketmq/rocketmq-dashboard:latest

rocketmq 5.1

  1. docker tag apache/rocketmq:5.1.0 harbor.cqxyy.net/customer-software/apache/rocketmq:5.1.0
  2. docker push harbor.cqxyy.net/customer-software/apache/rocketmq:5.1.0

mysql 8.0.34

  1. docker tag mysql:8.0.34 harbor.cqxyy.net/customer-software/mysql:8.0.34
  2. docker push harbor.cqxyy.net/customer-software/mysql:8.0.34

emqx 5.6.1(最新版:缺少sql 示例)

  1. docker tag emqx:5.6.1 harbor.cqxyy.net/customer-software/emqx:5.6.1
  2. docker push harbor.cqxyy.net/customer-software/emqx:5.6.1

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/712259
推荐阅读
相关标签
  

闽ICP备14008679号