
nexus
文章平均质量分 92
HunterMichaelG
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【nexus】关于nexus oss 的高可用
一、背景Sonatype当前不支持Nexus负载平衡,除非将Nexus实例置于启用智能代理或通过更新功能的两个实例之前。二、实验环境nexus01 192.168.1.105nexus02 192.168.1.106nginx_vip 192.168.1.108(nexus.example.com)装有doc...原创 2021-08-30 09:58:42 · 1886 阅读 · 0 评论 -
【nexus】nexus3.x 安装包相关官网、安装教程
Nexus Repository Manager OSS 3.xhttps://www.sonatype.com/download-oss-sonatypehttps://help.sonatype.com/repomanager3/downloadhttps://help.sonatype.com/repomanager3/download/download-archives---repository-manager-3Repository Manager 3https://.原创 2020-08-13 21:38:02 · 2679 阅读 · 0 评论 -
【nexus】 Sonatype Nexus: docker login 401 Unauthorized
一、登录问题Docker login 401 UnauthorizedError response from daemon: login attempt to http://xx.xx.xx.xx:2020/v2/ failed with status: 401 UnauthorizedHTTP401错误代表用户没有访问权限,需要进行身份认证。与这个错误一同返回的还有认证使用的方式(Basic或者Digest)和认证时使用的字段(realm)名称。二、可能原因原因1...原创 2020-05-18 08:59:56 · 3729 阅读 · 2 评论 -
【nexus】根据nexus官方安装包构建 ARM nexus镜像
一、实验背景我们使用nexus作为项目中docker镜像库,现在服务器要切ARM,但是nexus官方并不提供ARM版本的docker镜像。我们知道,nexus本质上是一个java服务,只需要使用ARM架构的基础镜像和ARM架构的jre,然后将nexus的装包打进去,就能构建一个ARM架构的nexus 镜像。鉴于手头没有ARM架构的服务器,我们有x86_64 的CentOS7.5 模拟...原创 2020-04-27 21:34:18 · 2508 阅读 · 0 评论 -
【nexus】CentOS7.x上nexus docker镜像仓库镜像的查询和删除
一、实验背景【nexus】用nexus3.5搭建docker私有仓库https://www.jianshu.com/p/7a7db54a538f【nexus】用nexus3.x 官方镜像搭建docker私有镜像仓库https://www.jianshu.com/p/86e573f18df3现在许多团队使用 Nexus 来管理 Docker 镜像,版本不断迭代,镜...原创 2019-11-02 11:56:23 · 3144 阅读 · 0 评论 -
【nexus】How to fix Sonatype Nexus OrientDB "component" database?
How tofix Sonatype Nexus OrientDB "component" database?https://groups.google.com/a/glists.sonatype.com/forum/#!topic/nexus-users/5qsXLxR4vNQOrientDB corruption state in Nexus Repository versio...原创 2019-07-23 23:43:29 · 385 阅读 · 0 评论 -
【nexus&yum】CentOS7.x上从客户端往nexus的yum仓库推rpm
一、实验背景用nexus oss进行yum代理,所缓存的数据都是yum源的数据。如果需要使用特定版本或者自己编译的包,这种方法就不灵了。本文讲述nexus oss创建hosted类型yum仓库,hosted类型是自建仓库,上传rpm包后会生成repodata文件。nexus oss和nexus pro有什么区别?二、实验环境操作系统: Cen...原创 2019-07-23 21:23:50 · 874 阅读 · 0 评论 -
【nexus&yum】CentOS7.x上用nexus搭建yum仓库
一、实验背景 在生产环境中,我们不可能所有的服务器都能连接外网更新rpm包,比较理想的环境是:有一台Linux服务器可以连接外网,剩余的服务器通过这台yum服务器更新。传统的做法是先把包下载到内网中的yum服务器上,然后通过createrepo命令生成本地仓库,其余服务器通过HTTP/FTP访问这个链接,这种做法比较费时费事。有没有一种比较好的方式,让我们直接通过这台服务器代理连接到公网...原创 2019-07-13 17:26:26 · 4214 阅读 · 0 评论 -
【nexus&yum】CentOS7.x上从客户端往nexus的yum仓库推rpm
一、实验背景用nexus oss进行yum代理,所缓存的数据都是yum源的数据。如果需要使用特定版本或者自己编译的包,这种方法就不灵了。本文讲述nexus oss创建hosted类型yum仓库,hosted类型是自建仓库,上传rpm包后会生成repodata文件。nexus oss和nexus pro有什么区别?二、实验环境操作系统: Cen...原创 2019-07-13 17:24:09 · 2098 阅读 · 0 评论