1. Repository Type
https://help.sonatype.com/en/repository-types.html
Repository Types
Sonatype Nexus Repository supports hosted, proxy, and group repositories. The sections below provide information about each of these repository types.A proxy repository is a repository that is linked to another remote repository. When someone requests a co
help.sonatype.com
(1) Hosted
- 내부에서 생성되거나 업로드된 아티팩트 관리, 외부저장소 연동x
ex) maven-releases, maven-snapshots, nuget-hosted
(2) Proxy
- 다른 원격 리포지토리에 연결된 리포지토리
ex) maven-central, nuget.org-proxy
(3) Group
- 여러 저장소를 하나의 가상 저장소로 묶어 제공하는 용도
- hosted, Proxy 저장소를 함께 포함할 수 있으며, group 저장소를 통해 요청이 들어오면 그룹 내 저장소에서 순차적으로 아티팩트를 찾음
'보안 > study' 카테고리의 다른 글
msty로 컴플라이언스 관리하기 (0) | 2024.08.07 |
---|---|
악성코드 분석 실습 (0) | 2024.06.14 |
BGP Keep alive (0) | 2023.09.26 |
보안 자료 및 논문쓸때 참고 (0) | 2022.02.11 |
“Linux 서버에 악성코드가 다운된 것 같아요” 리눅스 서버 침해사고분석 (0) | 2022.01.04 |