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 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

posted on 2019-07-02 23:53  荣锋亮  阅读(955)  评论(0编辑  收藏  举报

导航