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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM