nexus repository

Ethereal Lv4

1. 下载镜像

docker.io/sonatype/nexus3 项目中国可用镜像列表 | 高速可靠的 Docker 镜像资源

Docker Proxy 镜像加速

2. 修改并安装

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 下载部署helm包
git clone git@github.com:sonatype/nxrm3-helm-repository.git

# 修改values.yaml文件,位置nxrm3-helm-repository/nexus-repository-manager/values.yaml
# 修改service type为NodePort
service:
name: nexus3
enabled: true
labels: {}
annotations: {}
type: NodePort
# 修改storageclass
storageClass: "local-path"
# 部署
helm install nexus ./ -n nexus

3. 登录

默认账户admin

查看密码

1
k exec -it deploy/nexus-nexus-repository-manager -- /bin/cat /nexus-data/admin.password

首次登录时会要求修改密码,密码更改后上述查看密码命令会无效。

  • Title: nexus repository
  • Author: Ethereal
  • Created at: 2025-03-26 15:15:05
  • Updated at: 2025-03-26 15:34:51
  • Link: https://ethereal-o.github.io/2025/03/26/nexus-repository/
  • License: This work is licensed under CC BY-NC-SA 4.0.
 Comments
On this page
nexus repository