nexus 3.17.0 简单试用

Posted rongfengliang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nexus 3.17.0 简单试用相关的知识,希望对你有一定的参考价值。

老样子,使用docker-compose 运行

环境准备

  • docker-compose 文件
version: "3"
services: 
  nexus:
    image: sonatype/nexus3:3.17.0
    ports: 
    - "8081:8081"
    volumes: 
    - "./nexus-data:/nexus-data"
 
 

启动

docker-comppse up -d

新功能测试

  • 管理源账户向导
    可以看出新的向导,对于管理员密码,重新进行了调整,不是默认密码了,而是随机密码
    技术图片

     


    登陆完成的引导
    技术图片

     


    技术图片

     


    技术图片

     

  • 用户操作api
    技术图片

     

  • 路由规则
    技术图片

     

  • apt repo
    技术图片

     


    技术图片

     

  • golang repo
    技术图片

     


    参考配置
    技术图片

     

说明

当前暂时golang 的运行起来还是有点问题,后边写研究下,新版本的功能还是很不错的

参考资料

https://help.sonatype.com/repomanager3/release-notes/2019-release-notes#id-2019ReleaseNotes-RepositoryManager3.17.0
https://help.sonatype.com/repomanager3/formats/go-repositories#GoRepositories-Goconfigurationexamples
https://help.sonatype.com/repomanager3/formats/apt-repositories

以上是关于nexus 3.17.0 简单试用的主要内容,如果未能解决你的问题,请参考以下文章

CentOS安装Nexus私服仓库

CentOS+Nexus搭建npm私有仓库并推送代码

CentOS+Nexus搭建npm私有仓库并推送代码

sidekick简单试用

Cassandra安装及其简单试用

openfaas 简单试用