当前位置: 首页 > news >正文

把服务器上的镜像传到到公司内部私有harbor上,提高下载速度

一、登录

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

二、转移镜像

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

redis 7.2

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

nginx 1.22.1

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

nignx 1.26.0(较新)

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

postgres 14.9

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

postgres 16.3

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

zlmediakit 

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

nacos v2.3.0

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

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

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

rocketmq-dashboard

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

rocketmq 5.1

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

mysql 8.0.34

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

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

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

http://www.lryc.cn/news/373863.html

相关文章:

  • 1055 集体照(测试点3, 4, 5)
  • AI 定位!GeoSpyAI上传一张图片分析具体位置 不可思议! ! !
  • 中国最著名的起名大师颜廷利:父亲节与之相关的真实含义
  • 【每日刷题】Day66
  • 工资信息管理系统的设计
  • Docker 镜像****后,如何给Ubuntu手动安装 docker 服务
  • 数组模拟单链表和双链表
  • 【图解IO与Netty系列】Netty源码解析——服务端启动
  • Python酷库之旅-比翼双飞情侣库(10)
  • 2024年全国青少信息素养大赛python编程复赛集训第二天编程题分享
  • Java | Leetcode Java题解之第151题反转字符串中的单词
  • web前端教程全套:从入门到精通的全方位探索
  • 什么是端口转发?路由器如何正确的设置端口转发和范围转发?(外网访问必备设置)
  • 【AI基础】第六步:纯天然保姆喂饭级-安装并运行qwen2-7b
  • 基于粒子群优化算法的的微电网多目标优化调度----算法改进
  • 计算机网络 —— 网络层 (路由协议)
  • HCIA 15 AC+FIT AP结构WLAN基础网络
  • 给Windows软件添加异常捕获模块生成dump文件(附源码)
  • C语言| 数组
  • upload-labs第八关教程
  • 平板消解加热台-温度均匀,防腐蚀-实验室化学分析
  • Ubuntu基础-vim编辑器
  • Java 网站开发入门指南:如何用java写一个网站
  • Armbian OS(基于ubuntu24) 源码编译mysql 5.7
  • React+TS前台项目实战(六)-- 全局常用组件Button封装
  • Vite支持的React项目使用SASS指南
  • 实验12 路由重分布
  • version-manager最好用的SDK版本管理器,v0.6.2发布
  • MFC工控项目实例之三theApp变量传递对话框参数
  • C# OpenCvSharp 图像处理函数-图像拼接-hconcat、vconcat、Stitcher